17.08.2013 Views

Data Interfaces

Data Interfaces

Data Interfaces

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Defining the BDC Table<br />

© SAP AG<br />

DATA: BEGIN OF <br />

OCCURS .<br />

INCLUDE STRUCTURE BDCDATA.<br />

DATA: END OF .<br />

SHOW BDCDATA<br />

Field name Type Length Short text<br />

PROGRAM CHAR 8 BDC module pool<br />

DYNPRO NUMC 4 BDC screen number<br />

DYNBEGIN CHAR 1 BDC start of a screen<br />

FNAM CHAR 35 BDC field name<br />

FVAL CHAR 132 BDC field contents<br />

You declare the BDC table as an internal table with the ABAP/4 Dictionary structure 'BDCDATA'.<br />

The field -FVAL differentiates between upper and lower case, but the fields -<br />

PROGRAM and -FNAM are not case-sensitive.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!