SAP Reports / Programs | Project System | Information System | Accounting(PS-IS-REP-ACC) SAP PS

RCNCCP10 SAP ABAP Report - Copy Interfaces to Reports







RCNCCP10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this program to copy report interfaces...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RCNCCP10 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CJEK - Copy Interfaces/Reports
KE8I - Copy Report-Report Interface/Report


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


Text pool values


Selection Text: REPID_01 = Source report
Selection Text: REPID_02 = Target report
Title: Copy Interfaces to Reports
Text Symbol: 001 = Enter source and target reports
Text Symbol: 002 = New


INCLUDES used within this REPORT RCNCCP10

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:

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING P_STATUS = 'STATSEL' TABLES P_EXCLUDE = FUNC_TAB.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING TCODE = 'SE16' EXCEPTIONS OK = 0 NOT_OK = 1 OTHERS = 2.

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.

TRANSACTIONS_INITIALIZE CALL FUNCTION 'TRANSACTIONS_INITIALIZE' EXPORTING APPLCLASS = ' ' IMPORTING E_APPLCLASS = RKB1D-APPLCLASS E_SMODUS = RKB1D-SMODUS E_SUBCLASS = RKB1D-SUBCLASS EXCEPTIONS OTHERS = 1.

RKD_RKB1X_SET CALL FUNCTION 'RKD_RKB1X_SET' EXPORTING APPLCLASS = RKB1D-APPLCLASS I_RKB1X = RKB1X I_TABLE = ' ' IMPORTING E_RKB1X = RKB1X E_TABLE = RKB1D-TABNAME EXCEPTIONS OTHERS = 1.

VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING ACTION = 'E' ENQUEUE_MODE = 'E' VIEW_NAME = 'V_TRSTI' ENQUEUE_RANGE = ' ' EXCEPTIONS CLIENT_REFERENCE = 1 FOREIGN_LOCK = 2 INVALID_ACTION = 3 INVALID_ENQUEUE_MODE = 4 SYSTEM_FAILURE = 5 TABLE_NOT_FOUND = 6 OTHERS = 7.

VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING ACTION = 'D' ENQUEUE_MODE = 'E' VIEW_NAME = 'V_TRSTI' ENQUEUE_RANGE = ' ' EXCEPTIONS CLIENT_REFERENCE = 1 FOREIGN_LOCK = 2 INVALID_ACTION = 3 INVALID_ENQUEUE_MODE = 4 SYSTEM_FAILURE = 5 TABLE_NOT_FOUND = 6 OTHERS = 7.

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.

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_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.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_STRUCTURE_NAME = 'TRSTI' CHANGING CT_FIELDCAT = LT_FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = 'RCNCCP10' IT_FIELDCAT = LT_FIELDCAT TABLES T_OUTTAB = LOC_TRSTI_SAVE EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.



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