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

dyn begin

Former Member
0 Likes
619

: what is DYN Begin?could u plzz tell?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
547

DYNBEGIN is a field in BDCDATA structure. It is set to 'X' if a new screen is called by an user action in a transaction (In context of a BDC program).

Regards,

Ravi

3 REPLIES 3
Read only

Former Member
0 Likes
548

DYNBEGIN is a field in BDCDATA structure. It is set to 'X' if a new screen is called by an user action in a transaction (In context of a BDC program).

Regards,

Ravi

Read only

Former Member
0 Likes
547

Hi Sonia,

in SAP - DYN means Screen

so it means Screen Begin.

Dynpro means Screen program

Regards,

Ramesh.

Read only

Former Member
0 Likes
547

Hi Soniya,

In BDC <b>Open-group</b> FM, i.e. in session method, we have a parameter named dyn-begin which indicates the first screen in the BDC transaction code which we are about to call.

Hope this is helpful.

Reward if helful.

Regards