Application Development 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: 

bdc

Former Member
0 Kudos

what si the structure of bdc

8 REPLIES 8

Former Member
0 Kudos

I think its BDCDATA(standard structure).

Former Member
0 Kudos

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>

Former Member
0 Kudos

Hi,

BDCDATA ---> for passing input data for batch input

BDCMSGCOLL---->to collect the messages.

Regards,

Raghavendra

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi,

There is also another structure in BDC for the messages.

<b>BDCMSGCOLL</b>

Regards,

Sandy

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

<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>