SAP Reports / Programs

REPRODLOG SAP ABAP Report - Programm for Object Type ISUPRODLOG : Product Log IS-U







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT REPRODLOG. "Basic submit
SUBMIT REPRODLOG AND RETURN. "Return to original report after report execution complete
SUBMIT REPRODLOG VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Programm for Object Type ISUPRODLOG : Product Log IS-U


INCLUDES used within this REPORT REPRODLOG

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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 .



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name REPRODLOG or its description.