cancel
Showing results for 
Search instead for 
Did you mean: 

Delimit function through dynamic Action.

Former Member
0 Kudos
481

Hi.


We have a request to delimit the IT0105/subtype 0001 record when a specific action is run. The delimit date would be the effective date of the action we are running.



001925060ILIS9,0105,0001,,(P0019-BEGDA),(P0019-ENDDA)/D


The system show the screen of the Infotype 0105 and prompts the user to select the infotype record and the delimit button has to be pressed.


I know that can use   implement ABAP code in the Badi that is called after the infotype update (HRPAD00INFTY). However I want know if using dynamic Action is posible get the resulted ?


Regards



Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If I understand correctly, you want to do this automatically without the user seeing it right? If this is the case, you can always call a routine from the dynamic action. Check exemples in the dynamic section for the 6th column (S) with values of "F" which is to call routines.

Regards,

Serge

Former Member
0 Kudos

Hi .

You understand correctly my request. 

I want do it without use routine. But understand that is not possible.

Regards

jagan_gunja
Active Contributor
0 Kudos

There are some scenarios where you can not achieve without a function call.   Function or subroutine does not a big effort always.  There would be already a few routines in any system.  You can copy / modify as you need.

Answers (0)