‎2007 Mar 08 11:58 AM
‎2007 Mar 08 12:00 PM
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
‎2007 Mar 08 12:00 PM
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
‎2007 Mar 08 12:04 PM
Hi Sonia,
in SAP - DYN means Screen
so it means Screen Begin.
Dynpro means Screen program
Regards,
Ramesh.
‎2007 Mar 08 12:05 PM
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