cancel
Showing results for 
Search instead for 
Did you mean: 

dynamic action to check latest record in IT 0014 and delimit

0 Kudos
290

Dear all,

I'm trying to create a dynamic action for IT 0014.

It should check the latest entry for the wage type and delimit it.

But this is not checking the condition for the end date.

could anyone let me know the solution, it would be greatly helpful. The routine is used to delimit the with reference to pa0001-begda i.e., (begda - 1day)

thanks in advance,

Uday

Accepted Solutions (0)

Answers (1)

Answers (1)

BalasubramanianAP
Active Contributor
0 Kudos

Hi,

In line 521, try with P0014-ENDDA='99991231' , instead of '31.12.9999'.

If not working, also try the above without single quotes.

regards

Bala

0 Kudos

Hi Bala,

thanks for your reply.

I have tried and it didnt work. Could you please suggest any other way to check this?

regards,

uday.

BalasubramanianAP
Active Contributor
0 Kudos

Hi, try the function character 02 instead of 06 (which is used for change only).

BalasubramanianAP
Active Contributor
0 Kudos

You may also have to try the logic for each BTRTL (1316,1317) separately. Because, if any one condition is false, further steps may be skipped (in /X - "OR Condition").

0 Kudos

it is failing only at the line 521. if i remove the line then it is working fine.

I want to pick the active record in the infotype 14 and change it, so i wanted to check the end date.

BalasubramanianAP
Active Contributor
0 Kudos

You can check this link also for delimiting infotype using LIS9:

https://answers.sap.com/questions/6025751/dynamic-action---delimit.html