cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with Dynamic Action

Former Member
0 Kudos
0581   BEGDA0667FGET_ROWNO
0581   BEGDA0668PRP50D-FIELD1='01'
0581   BEGDA0669wP0008-LGA01=ELGWT
0581   BEGDA0671pRP50D-FIELD1='02'
0581   BEGDA0672wP0008-LGA02=ELGWT
0581   BEGDA0674pRP50D-FIELD1='03'
0581   BEGDA0675WP0008-LGA03=ELGWT
0581   BEGDA0677PRP50D-FIELD1='04'
0581   BEGDA0678WP0008-LGA05=ELGWT
0581   BEGDA0680PRP50D-FIELD1='05'
0581   BEGDA0681WP0008-LGA05=ELGWT
0581   BEGDA0683PRP50D-FIELD1='06'
0581   BEGDA0684WP0008-LGA06=ELGWT

I want to add create new record in infotype 0008 and also want to add new wage type in It0008  while working on IT0581.

every thing is going fine  , new record has been created in It0008 , but i am not able to add new wage ,

get_rowno return the value of RP50D-FIELD1 but system not able to read

0581   BEGDA0668P

RP50D-FIELD1='01'

what is the error

Message was edited by: Sikindar A

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member201275
Active Contributor
0 Kudos

I think you should rather use form routine SET_ROWNO.

Have a look at include MP058140 and search for SET_ROWNO. We have used this as follows:

0581  BEGDA 06 3 F SET_ROWNO

Try replacing the rows you have that contain "0581  BEGDA 06 83 P RP50D-FIELD*".

Hope this helps.

Former Member
0 Kudos

is any one have any idea