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 Actions - Retrieving data in current Infotype

Former Member
0 Likes
327

How can I store data in the module pool of the current Infotype.

EXPLANATION

The online documentation for Variable Function for Plausibility check states:

You can use field values from another infotype for comparison purposes.

You must then store these fields in the module pool of the current infotype

Taking an example of the following:

T588Z

0019 04 1 P T001P-MOLGA='25'

0019 06 2 P P0016-CTTYP='01'/X

0019 06 3 P P0016-CTTYP='02'/X

0019 06 4 I INS,0014,MA26

0019 06 5 W P0014-ANZHL='500'

The above example would not work as expected due to the above explanation.

1 ACCEPTED SOLUTION
Read only

dani_mn
Active Contributor
0 Likes
284

Add the fields to the Structure of the infotype like for infotype 9600 add fields to p9600.

These fields will automatically comes in the module pool and there value will be stored.

Regards,

Wasim Ahmed

1 REPLY 1
Read only

dani_mn
Active Contributor
0 Likes
285

Add the fields to the Structure of the infotype like for infotype 9600 add fields to p9600.

These fields will automatically comes in the module pool and there value will be stored.

Regards,

Wasim Ahmed