‎2006 Dec 06 4:41 AM
‎2006 Dec 06 4:47 AM
‎2006 Dec 06 4:55 AM
Are you asking about the structure used in BDC or you need details of BDC?
BDC Methods need a common data structure for storing the instructions and data for SAP transactions. This structure is defined as BDCDATA in the dictionary.
Fields of BDCDATA Structure
PROGRAM [CHAR 8] - Online Program Name
DYNPRO [NUMC 4] - Screen Number
DYNBEGIN [CHAR 1]-Flag to Indicate the start of a new screen
FNAM [CHAR 35]- Field name of a screen field to be filled with Data
FVAL [CHAR 80]-The actual value to be filled into the specified screen field
How do we use this structure?
Used to create an internal table(let us say BDCTAB)
Keep all data and navigation information for entire Transaction
I hope it helps.
If the answers are helpful to you then you need to mark all the helpful answers by clicking on the stars at the left side of the answers.
Best Regards,
Vibha
<b>*Please mark all the helpful answers</b>
‎2006 Dec 06 4:55 AM
Hi,
BDCDATA ---> for passing input data for batch input
BDCMSGCOLL---->to collect the messages.
Regards,
Raghavendra
‎2006 Dec 06 12:24 PM
Structure for BDC
Fields of BDCDATA Structure
PROGRAM [CHAR 8] - Online Program Name
DYNPRO [NUMC 4] - Screen Number
DYNBEGIN [CHAR 1]-Flag to Indicate the start of a new screen
FNAM [CHAR 35]- Field name of a screen field to be filled with Data
FVAL [CHAR 80]-The actual value to be filled into the specified screen field
Regards,
Sandy
‎2006 Dec 06 12:25 PM
Hi,
There is also another structure in BDC for the messages.
<b>BDCMSGCOLL</b>
Regards,
Sandy
‎2006 Dec 07 9:25 AM
Hi Abhay Singh
In BDC there is a structure for storing the instructions and data for SAP transactions . This structure is defined as BDCDATA in the dictionary
‎2007 Aug 20 1:35 PM
the structure of bdc is BDCDATA contains a particular fields like PROGNAME,SCREEN NUMBER,SCREEN BEGIN,FIELD NAME,FIELD VALUE
the system fields are - sy-progname,sy-dynnr,sy-dynbegin,sy-fnam,sy-fval
‎2007 Aug 20 2:36 PM
<a href="http://help.sap.com/saphelp_40b/helpdata/en/fa/0970a4543b11d1898e0000e8322d00/content.htm">structure of bdcdata</a>
<a href="http://www.itcserver.com/blog/2006/07/03/bdc-programming/">also see this</a>
regards,
srinivas
<b>*reward for useful answers*</b>