Table list used by SAP ABAP Function Module PUT_LATEST_DATA_INTO_LOCAL (Put tranfered data from Sapnet into local table)
SAP ABAP Function Module
PUT_LATEST_DATA_INTO_LOCAL (Put tranfered data from Sapnet into local table) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | BDL2TRANS | list of tables for data transfer from Sapnet to Customer | ||
| 2 | BDL2TRANS | list of tables for data transfer from Sapnet to Customer | SOURCE VALUE(SAPNET_CHG) LIKE BDL2TRANS-SAPNET_CHG |
|
| 3 | BDL2TRANS | list of tables for data transfer from Sapnet to Customer | SOURCE VALUE(TABLE_NAME) LIKE BDL2TRANS-SAPNETBDL |
|
| 4 | BDL2TRANS | list of tables for data transfer from Sapnet to Customer | SOURCE VALUE(LOCAL_NAME) LIKE BDL2TRANS-CUSTBDL |
|
| 5 | BDL_CLUSTL | data which is to transfer from Sapnet to Customer | ||
| 6 | BDL_CLUSTL | data which is to transfer from Sapnet to Customer | SOURCE BDL_TRANSFER STRUCTURE BDL_CLUSTL |
|
| 7 | BDL_CLUSTL | data which is to transfer from Sapnet to Customer | SOURCE VALUE(INST_NUMBER) LIKE BDL_CLUSTL-INST_NUMBE |
|
| 8 | BDL_CLUSTL | data which is to transfer from Sapnet to Customer | SOURCE VALUE(KEY) LIKE BDL_CLUSTL-SRTFD OPTIONAL |
|