cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Actions

Former Member
0 Kudos

Hi all,

We want to create a dynamic action to be automatically triggered to maintain Infotype 8 if Infotype 7 is changed, copied or created in PA30 directly instead of using the Change in Pay action.

for the above action i have created the following code.

02 400 * ****CREATE IT0008 WHEN UPDATE IT0007 ****

02 401 P T001P-MOLGA='08'

02 402 P PSPAR-BUKRS='1000'

02 403 P PSPAR-SCHKZ=' '

06 404 I INS,0008

Please let me know what's wrong with this code , iam not able to get the result.

Thanks,

Chandra

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Chandra,

instead of "02" use "06" for creation or change and check is there any fields are existed in Field name. dynamic actions triggers only when there is a change in that specific field(only filed name exists).

Regards

Raju

Former Member
0 Kudos

This has been done even thuough it is not working.

that's why i have changed 06 to 02.

Thanks,

Chandra

Former Member
0 Kudos

remove these lines

02 402 P PSPAR-BUKRS='1000'

02 403 P PSPAR-SCHKZ=' '

then it will work. These two lines will never be checked.

Former Member
0 Kudos

Hi ,

Its not working after removing also. do i need to change the function value or anything.

Thanks,

Chandra