Tanishaa
Participant
Member since ‎05-31-2021

User Statistics

  • 17 Posts
  • 1 Solutions
  • 11 Kudos given
  • 3 Kudos received

User Activity

Hello all, I was trying to look for a BAdI which is called after last infotype is skipped from PA40 screen. I am aware of HRPAD00INFTY but in this, PAI gets called once the last inffotype is saved. I need to know what is called when last infotype i...
Hi all, There is a scenario where PA40 needs to be called using BDC. For this, the initial screen has to be skipped and the Organizational Assignment should open up. All this is working for me but the only issue is that when it is executed, the OK ...
Hi all, I need to make some changes in a few infotypes from PA30. I used user exits EXIT_SAPFP50M_001 and EXIT_SAPFP50M_002 but on debugging, when I click on change button, the control does not go inside the mentioned user exits. Can someone please...
For hiring in PA40, there's a custom logic I have implemented to pre-fill some fields of some infotypes. In infotype 0002, all fields are getting pre-filled but when I press enter the 'Formatting' field, which automatically gets filled, is not gettin...
There is a data of type TRUXS_T_TEXT_DATA which needs to be converted into type string. How can it be done? I've tried direct method, calling classes, but these methods aren't working. Any suggestion as to how it can be converted into string type...