BBP_ES_CUST_EXT_CSV_GENERATORS is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter BBP_ES_CUST_EXT_CSV_GENERATORS into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Include BBP_ES_CUST_EXT_CSV_GENERATORS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING input = 1 no_type_check = 'X' unit_in =
-msehi IMPORTING output = x_fltp EXCEPTIONS conversion_not_found = 1 division_by_zero = 2 input_invalid = 3 output_invalid = 4 overflow = 5 type_invalid = 6 units_missing = 7 unit_in_not_found = 8 unit_out_not_found = 9 OTHERS = 10.
FILE_VALIDATE_NAME * CALL FUNCTION 'FILE_VALIDATE_NAME' * EXPORTING * logical_filename = lv_app * CHANGING * physical_filename = pa_file * EXCEPTIONS * OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BBP_ES_CUST_EXT_CSV_GENERATORS - Include BBP_ES_CUST_EXT_CSV_GENERATORS BBP_ES_CUST_EXT_CONSTANTS - Include BBP_ES_CUST_EXT_CONSTANTS BBP_ES_CUST_EXT_COND_PROVF01 - Include BBP_ES_CUST_EXT_COND_PROVF01 BBP_ES_CUST_EXT_COMMON - Include ZCUST_EXTRACTOR_COMMON BBP_ES_CUST_EXT_CCODE_PROVIF01 - Include ZCUST_EXTRACTOR_CCODE_PROVIF01 BBP_ES_CUSTOMIZINGDATA_EXT_CSV - Extraction of Master Data in CSV format