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.

Filling the BDC Table 3<br />

© SAP AG<br />

CLEAR BDC_TAB.<br />

BDC_TAB-PROGRAM = 'SAPMTFBA'.<br />

BDC_TAB-DYNPRO = '0200'.<br />

BDC_TAB-DYNBEGIN = 'X'.<br />

APPEND BDC_TAB.<br />

CLEAR BDC_TAB.<br />

BDC_TAB-FNAM = 'SCUSTOM-NAME'.<br />

BDC_TAB-FVAL = CUSTNAME.<br />

APPEND BDC_TAB.<br />

CLEAR BDC_TAB.<br />

BDC_TAB-FNAM = 'SCUSTOM-POSTCODE'.<br />

BDC_TAB-FVAL = POSTCODE.<br />

APPEND BDC_TAB.<br />

CLEAR BDC_TAB.<br />

BDC_TAB-FNAM = 'SCUSTOM-CITY'.<br />

BDC_TAB-FVAL = CITY.<br />

APPEND BDC_TAB.<br />

ENDFORM.<br />

For the second screen of Transaction TFBA, the fields 'SCUSTOM-NAME', 'SCUSTOM-<br />

POSTCODE' and 'SCUSTOM-CITY' are transferred.

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

Saved successfully!

Ooh no, something went wrong!