Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Dynamic action question

Former Member
0 Likes
413

Hi,

i have a specific infotype named 9001, i have some subtype :

- ZRE

- ZTV

- ZAZ

and so on.

When i modify the infotype 9001 subtype ZRE, i need to modify the infotype subtype ZTV, how can i do this with dynamic action ?

In my table T588Z, i do this :

IType STy. FieldN FC No S Variable function part

9001 ZRE 6 100 CHECK_MAJ_SPE(Z_GEN_1_FOR_MESDYN)

9001 ZRE 6 105 MOD,9024,ZTV,,(RP50D-DATE1),(RP50D-DATE2)

When i run the process, the system send me the following message : "Specified subtype is invalid".

So what can i do for my need ?

Thanks a lot for your help.

Cheers

1 ACCEPTED SOLUTION
Read only

MarcinPciak
Active Contributor
0 Likes
360

In dynamic actions you can call a subroutine of some program, then in that subroutine use FM HR_INFOTYPE_OPERATION to modify other infotype entry.

Refer to see how to code it.

Regards

Marcin

1 REPLY 1
Read only

MarcinPciak
Active Contributor
0 Likes
361

In dynamic actions you can call a subroutine of some program, then in that subroutine use FM HR_INFOTYPE_OPERATION to modify other infotype entry.

Refer to see how to code it.

Regards

Marcin