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

bdc plz help

Former Member
0 Likes
538

sometimes we declare a variable.....eg:- bdc like bdcdata.

why is d above variable used exactly??? what is its exact purpose????

sometimes we declare a variable.....eg:- bdc like bdcdata.

why is d above variable used exactly??? what is its exact purpose????

3 REPLIES 3
Read only

Former Member
0 Likes
509

hI

bdcdata is a structure with fields used in the batchinput simulation (both methods, CALL TRANSACTION and SESSION).

Max

Read only

Former Member
0 Likes
509

Hi,

BDCDATA is the Std structure of the BDC table which has to be filled to ensure the correct Program, correct Screen, correct field will be filled in,

Its structure is:

Program, Dynpro, dynbegin, Fname and Fvalue.

These are nothing but Program name, Screen No, Starting point, Field name and field value.

Regards,

Anji

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
509

Hi

BDCDATA : Structure of the BDC table (Program,Dynpro number and Dynpro field)

Program, Dynpro, dynbegin, Fname and Fvalue.

Regards,

kumar