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

Former Member
0 Likes
458

what is a dymanic action

3 REPLIES 3
Read only

Former Member
0 Likes
440

what are you want to know about dynamic? dynamic program or others?

Read only

Former Member
0 Likes
440

Hi,

dynamic action means the processing flow of the program varies depends on user actions on screen.

it mostly applicable for Module-pool programs where database changes varies depends on user actions like pressing SAVE, DELETE ot DISPLAY etc.

Here depending on screen and user command perticular module(consist program statements) gets executed.

And also Screen flow changes dynamically

Also for interactive reports.

and object oriented reports with events.

Read only

Former Member
0 Likes
440

hi chaitanya,

Here is a brief view of dynamic action which might give u an idea..

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.

Reward if helpful.

Thankyou,

Regards.