Data Element list used by SAP ABAP Function Module J_1B_BARCODE_CONTROLDIGIT (Calculates control digit for bar code required for bank file)
SAP ABAP Function Module
J_1B_BARCODE_CONTROLDIGIT (Calculates control digit for bar code required for bank file) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | BLDAT | Document Date in Document | SOURCE VALUE(DOC_DATE) LIKE REGUP-BLDAT |
|
| 2 | CHAR3 | 3-Byte field | SOURCE VALUE(CARTEIRA) TYPE CHAR3 DEFAULT 000 |
|
| 3 | DMBTV | Gross Amount in Local Currency with +/- Sign | SOURCE VALUE(AMOUNT) LIKE REGUD-DMBTR |
|
| 4 | DZBKON | Bank Control Key of the Payee's Bank | SOURCE VALUE(ACCOUNT_CD) LIKE REGUH-ZBKON |
|
| 5 | DZBNKL | Bank number of the payee's bank | SOURCE VALUE(BANK_KEY) LIKE REGUH-ZBNKL |
|
| 6 | DZBNKN | Bank account number of the payee | SOURCE VALUE(ACCOUNT_KEY) LIKE REGUH-ZBNKN |
|
| 7 | DZFBDT | Baseline date for due date calculation | SOURCE VALUE(DUEDATE) LIKE BSEG-ZFBDT |
|
| 8 | XREF3 | Reference key for line item | SOURCE VALUE(NOS_NUMERO) LIKE REGUP-XREF3 |
|