MEREP_SAP_EXM002_DATA_GEN2 is a standard Executable ABAP Report 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 MEREP_SAP_EXM002_DATA_GEN2 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.
Selection Text: GP_H_NO = Number of header records
Selection Text: GP_INI = Clear DB (Yes='X', No=Space)
Selection Text: GP_I_NO = Number of items for each BO
Title: Data Generator for Sample SyncBO SAP_EXM002: OLTP R/3
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MEREP_CONTACT_GETLIST CALL FUNCTION 'MEREP_CONTACT_GETLIST' IMPORTING return = gds_return TABLES person = gdt_person.
MEREP_CONTACT_DELETE CALL FUNCTION 'MEREP_CONTACT_DELETE' EXPORTING persnumber = gds_person-persnumber IMPORTING return = gds_return.
QF05_RANDOM_INTEGER CALL FUNCTION 'QF05_RANDOM_INTEGER' EXPORTING ran_int_max = 2 ran_int_min = 1 IMPORTING ran_int = gdf_i.
QF05_RANDOM_INTEGER CALL FUNCTION 'QF05_RANDOM_INTEGER' EXPORTING ran_int_max = 22000 ran_int_min = 7000 IMPORTING ran_int = gdf_i.
QF05_RANDOM_INTEGER CALL FUNCTION 'QF05_RANDOM_INTEGER' EXPORTING ran_int_max = 220 ran_int_min = 145 IMPORTING ran_int = gdf_i.
QF05_RANDOM_INTEGER CALL FUNCTION 'QF05_RANDOM_INTEGER' EXPORTING ran_int_max = 180 ran_int_min = 42 IMPORTING ran_int = gdf_i.
QF05_RANDOM_INTEGER CALL FUNCTION 'QF05_RANDOM_INTEGER' EXPORTING ran_int_max = 99 ran_int_min = 1 IMPORTING ran_int = gdf_i.
QF05_RANDOM_INTEGER CALL FUNCTION 'QF05_RANDOM_INTEGER' EXPORTING ran_int_max = 3 ran_int_min = 1 IMPORTING ran_int = gdf_i.
MEREP_CONTACT_CREATE CALL FUNCTION 'MEREP_CONTACT_CREATE' EXPORTING person = gds_person IMPORTING * PERSNUMBER = return = gds_return TABLES address = gdt_address e_mail = gdt_e_mail.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MEREP_SAP_EXM002_DATA_GEN2 - Data Generator for Sample SyncBO SAP_EXM002: OLTP R/3 MEREP_SAP_EXM002_DATA_GEN2 - Data Generator for Sample SyncBO SAP_EXM002: OLTP R/3 MEREP_SAP_EXM002_DATA_GEN1 - Data Generator for Sample SyncBO SAP_EXM002: Upload Data MEREP_SAP_EXM002_DATA_GEN1 - Data Generator for Sample SyncBO SAP_EXM002: Upload Data MEREP_SAP_EXM001_DATA_GEN1 - Data Generator for Sample SyncBO SAP_EXM001: OLTP R/3 MEREP_SAP_EXM001_DATA_GEN1 - Data Generator for Sample SyncBO SAP_EXM001: OLTP R/3