REPRODLOG 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 REPRODLOG 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: Programm for Object Type ISUPRODLOG : Product Log IS-U
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISU_PRODUCT_IMPLEMENT CALL FUNCTION 'ISU_PRODUCT_IMPLEMENT' EXPORTING x_prodid = prodid x_container = icont_t X_CONTRACTDATA = i_everh x_industry = i_industry CHANGING xy_new_keys_tab = keys XY_DONE_NODE_TAB = done_tab EXCEPTIONS general_fault = 01 input_error = 02 OTHERS = 03.
ISU_EPD_ERRORHANDLING CALL FUNCTION 'ISU_EPD_ERRORHANDLING' EXPORTING x_prodid = ISU_PROD_ID tables xy_param = ISU_PARAM_TABLE X_EDITABLE_PARAMS = isu_edit_table.
ISU_ENVIRONMENT_ERRORHANDLING CALL FUNCTION 'ISU_ENVIRONMENT_ERRORHANDLING' EXPORTING x_xprodid = ISU_PROD_ID tables xy_new_keys_tab = ISU_NEWOBJKEY_TABLE.
ISU_EREPL_MDGPAR_CONF *CALL function 'ISU_EREPL_MDGPAR_CONF' * exporting * x_isuprodlog = OBJECT-key-Number * x_prodid = isu_prod_id * x_no_bpcontact = isu_no_bpcontact * x_everh = isu_everh * x_industry = isu_industry * x_new_keys_tab = isu_key_table * x_done_node_tab = isu_done_table * tables * x_param_tab = ISU_PARAM_TABLE * x_editable_params = ISU_EDITABLE_PARAMS * EXCEPTIONS * GENERAL_FAULT = 1 * INPUT_ERROR = 2 * OTHERS = 3 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REPRODLOG - Programm for Object Type ISUPRODLOG : Product Log IS-U REPRODLOG - Programm for Object Type ISUPRODLOG : Product Log IS-U REPRMR01 - IS-U: Aperiodic Meter Reading Order - Release 1.2 REPRMR01 - IS-U: Aperiodic Meter Reading Order - Release 1.2 REPRMR00 - Print Aperiodic Meter Reading Orders or Device Replacement Orders REPRMR00 - Print Aperiodic Meter Reading Orders or Device Replacement Orders