Fonction SAP CBRC_OR_FILL_OR_DATA - Determination of Representative Data from Source System

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
I_FLG_BP_IMPORTER_ONLY ESEBOOLE C 1 ESP1_FALSE X Indicator: Transfer SVT Importer Data Only
I_FLG_BP_OR_EXT_ONLY ESEBOOLE C 1 ESP1_FALSE X Indicator: Transfer OR Data for External Business Partners Only
I_FLG_BP_OR_INT_ONLY ESEBOOLE C 1 ESP1_FALSE X Indicator: Transfer OR Data for Internal Business Partners Only
I_REG_TAB CCRCTT_REG h 18 Table Type for CCRCS_REG

Paramètre Reférence Type Long. Description
E_ERROR_TAB CCRCTT_MSG h 642 Error Message Table
E_FLG_ERROR ESEBOOLE C 1 Indicator: Error
E_OR_BD_DATA_TAB CCRCTT_OR_BD_APIDATA h 390 Table of Entries Found

Functionality
This function model is called from the program DataTransfer from Property Tree as long as theTransfer Only Representative Data checkboxis selected there.
It is called remotely with the logical destination specified for thisprogram. It is not called directly from the filling program but via thecalled BAdI method Filling of the Only Representative Data.
By calling the function module CBRC_OR_BD_DATA_READ, all the onlyrepresentative data and importer data from the source system is read.The read data is written to the exporting parameter E_OR_BD_DATA_TAB.
If errors occur when the data is read, the export parameter E_FLG_ERROR('X') and relevant messages are written to the exporting parameterE_ERROR_TAB.