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

Create Dynamic Action for infotype 0002

Former Member
0 Likes
437

Hi All,

Does any one has documentation about Dynamic Action , I tried to read some topics over the net but i couldn't understand any thing.

I am trying to create a condition on infotype 0002 and that is if the field FAMST which is family status is married then the infotype 0021 will show up and if single it doesn't show up

Many Thanks

Abdul

garniar@gmail.com

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
405

Make following Entries in the Dynamic Action Table.


0002	    	FAMST	04	6	P	PSPAR-TCLAS='A'
0002	    	FAMST	04	11	P	P0002-FAMST='1'
0002	    	FAMST	04	12	I	INS,0021,1,,(P0002-FAMDT),(P0002-ENDDA)

hope this Helps

A

2 REPLIES 2
Read only

Former Member
0 Likes
405

Try to search the appropriate forum.

You would've come up with this thread, amongst others,

In this thread there's a link to a document with a very clear example of how to achieve dynamic actions.

Kind regards, Rob Dielemans

Read only

Former Member
0 Likes
406

Make following Entries in the Dynamic Action Table.


0002	    	FAMST	04	6	P	PSPAR-TCLAS='A'
0002	    	FAMST	04	11	P	P0002-FAMST='1'
0002	    	FAMST	04	12	I	INS,0021,1,,(P0002-FAMDT),(P0002-ENDDA)

hope this Helps

A