SAP Reports / Programs

RCNREP01 SAP ABAP Report - Repair Program







RCNREP01 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 RCNREP01 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 RCNREP01. "Basic submit
SUBMIT RCNREP01 AND RETURN. "Return to original report after report execution complete
SUBMIT RCNREP01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Repair Program
Text Symbol: 001 = Report


INCLUDES used within this REPORT RCNREP01

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:

REPORT_DIRECTORY_READ CALL FUNCTION 'REPORT_DIRECTORY_READ' EXPORTING REPORT_PARAMETER_IN = RKB1D IMPORTING REPORT_PARAMETER = RKB1D EXCEPTIONS NO_REPORT = 1.

REPORT_DIRECTORY_READ CALL FUNCTION 'REPORT_DIRECTORY_READ' EXPORTING REPORT_PARAMETER_IN = RKB1D IMPORTING REPORT_PARAMETER = RKB1D EXCEPTIONS NO_REPORT = 1.

REPORT_IMPORT CALL FUNCTION 'REPORT_IMPORT' EXPORTING APPLCLASS = RKB1D-APPLCLASS REPID = RKB1D-REPID SUBCLASS = RKB1D-SUBCLASS TABNAME = RKB1D-TABNAME I_RKB1X = REPORT-RKB1X I_IMPORT_MODE = '0' FORM = RKB1D-FORM SUBCLASSF = RKB1D-SUBCLASSF SEVERITY = 'S' ENQUEUE_FLAG = 'X' IMPORTING E_RKB1F = REPORT-RKB1F E_RKB1X = REPORT-RKB1X E_ENQUEUE = ENQUEUE TABLES E_ADD_TAB0 = REPORT-ADD0 E_BACK_TAB = REPORT-BACK E_BED_TAB = REPORT-BED E_EXCEP_TAB = REPORT-EXCEP E_EXTXT_TAB = REPORT-EXTXT E_FORM_TAB = REPORT-FORM E_LEVEL_TAB = REPORT-LEVEL E_LRECH = REPORT-LRECH E_OPTIONS = REPORT-OPTIONS E_PORT_TAB = REPORT-PORT E_PRINT = REPORT-PRINT E_PS_TAB = REPORT-PS E_SEIG = REPORT-SEIG E_SEL_TAB = REPORT-SEL E_SF_TAB = REPORT-SF E_SH_TAB = REPORT-SH E_SORT_TAB = REPORT-SORT E_SUMM_TAB = REPORT-SUMM E_TEXTPARAM_TAB = REPORT-TEXTPARAM E_TRACE_TAB = REPORT-TRACE E_VAR_TAB = REPORT-VAR E_ZAHLD_TAB = REPORT-ZAHLD E_ZWERT = REPORT-ZWERT EXCEPTIONS ERROR_BY_IMPORTING = 1 OTHERS = 2.

RKD_REPORT_GENERATE CALL FUNCTION 'RKD_REPORT_GENERATE' EXPORTING APPLCLASS = RKB1D-APPLCLASS SUBCLASS = RKB1D-SUBCLASS TABNAME = RKB1D-TABNAME REPID = RKB1D-REPID SMODUS = RKB1D-SMODUS NEWGEN = '2' IMPORTING E_RNAME = RKB1D-RNAME CHANGING C_REPORT = REPORT EXCEPTIONS ENTRY_CHECK = 3 IMPORT_ERROR = 4 GENERATE_FOREIGN_LOCK = 5 OTHERS = 6.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING DYNAME = SY-CPROG DYNUMB = SY-DYNNR TABLES DYNPFIELDS = DYNPFIELDS EXCEPTIONS INVALID_ABAPWORKAREA = 01 INVALID_DYNPROFIELD = 02 INVALID_DYNPRONAME = 03 INVALID_DYNPRONUMMER = 04 INVALID_REQUEST = 05 NO_FIELDDESCRIPTION = 06 UNDEFIND_ERROR = 07.

TRANSACTIONS_INITIALIZE CALL FUNCTION 'TRANSACTIONS_INITIALIZE' EXPORTING APPLCLASS = 'KP' IMPORTING E_APPLCLASS = RKB1D-APPLCLASS E_SMODUS = RKB1D-SMODUS E_SUBCLASS = RKB1D-SUBCLASS * TRANSACTIONS = EXCEPTIONS * unknown_transaction = 01. "P30K079452

RKD_RKB1X_SET CALL FUNCTION 'RKD_RKB1X_SET' EXPORTING APPLCLASS = RKB1D-APPLCLASS I_RKB1X = REPORT-RKB1X I_TABLE = ' ' I_GET_TABLE = '1' IMPORTING E_RKB1X = REPORT-RKB1X * E_FCODE = E_TABLE = RKB1D-TABNAME EXCEPTIONS * field_is_initial = 01. "P30K079452

RKD_RKB1U_SET CALL FUNCTION 'RKD_RKB1U_SET' EXPORTING I_APPLCLASS = RKB1D-APPLCLASS I_RKB1X = REPORT-RKB1X IMPORTING E_RKB1U = RKB1U.

HELP_REPORT_VALUES_GET CALL FUNCTION 'HELP_REPORT_VALUES_GET' EXPORTING I_APPLCLASS = L_RKB1D-APPLCLASS I_DISPL_TABLE = ' ' I_REPID = L_RKB1D-REPID I_SMODUS = ' ' I_SUBCLASS = L_RKB1D-SUBCLASS I_TABNAME = L_RKB1D-TABNAME I_SMODE = ' ' I_BERTXT = ' ' IMPORTING E_BERTXT = P_BERTXT E_REPID = P_REPID.

REPORT_DIRECTORY_READ CALL FUNCTION 'REPORT_DIRECTORY_READ' EXPORTING REPORT_PARAMETER_IN = L_RKB1D SUPPRESS_CONVERTING = ' ' IMPORTING REPORT_PARAMETER = L_RKB1D EXCEPTIONS NO_REPORT = 1.



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 RCNREP01 or its description.