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

Logic for Dynamic Actions

Former Member
0 Likes
501

Can any one tell me the logic for implementing Dynamic Actions.

Regards

vamsi.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
462

What are dynamic actions and how to configure it?

Ans) Dynamic actions are performed automatically by the system, depending on certain conditions. If maintaining one infotype has an effect on another infotype, the system automatically displays the second infotype for processing.

Dynamic actions can run in the background i.e. the user does not see the run on the screen.

A change in one field of an infotype might require, that certain other infotype be updated at the same time. The details can be specified as a dynamic event. It is automatically triggered by the system.

*Examples: *

The Personal Data infotype is newly created, and the Number of children field is filled. Once the record is saved, the system automatically displays the Family/Related Person (0021) infotype and the Child subtype (2) for processing. An employee is hired, and the probationary period is entered in infotype Contract Elements. Once this information is saved, the system automatically displays a record from the Monitoring of Dates (0019) infotype and the subtype Expiry of probation (1) for processing.

3 REPLIES 3
Read only

Former Member
0 Likes
463

What are dynamic actions and how to configure it?

Ans) Dynamic actions are performed automatically by the system, depending on certain conditions. If maintaining one infotype has an effect on another infotype, the system automatically displays the second infotype for processing.

Dynamic actions can run in the background i.e. the user does not see the run on the screen.

A change in one field of an infotype might require, that certain other infotype be updated at the same time. The details can be specified as a dynamic event. It is automatically triggered by the system.

*Examples: *

The Personal Data infotype is newly created, and the Number of children field is filled. Once the record is saved, the system automatically displays the Family/Related Person (0021) infotype and the Child subtype (2) for processing. An employee is hired, and the probationary period is entered in infotype Contract Elements. Once this information is saved, the system automatically displays a record from the Monitoring of Dates (0019) infotype and the subtype Expiry of probation (1) for processing.

Read only

0 Likes
462

Thanks for your valuable reply. how can we implement this in program.

vamsi.

Read only

0 Likes
462

You could go to the node in SPRO for dynamic actions. Read the help. It is self explainatory.

Use the infotype you want to trigger the dynamic action, call your program aginst it.

The program can be written to do just about anything.

Hope u find clues