CDRPA_F01 is a standard ABAP INCLUDE 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 CDRPA_F01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-cprog i_callback_pf_status_set = 'HANDLE_EVENT_PF_STATUS' is_layout = ls_layo it_fieldcat = lt_fcat it_events = lt_evts1 is_print = ls_prnt TABLES t_outtab = out_tab[] EXCEPTIONS others = 0.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = l_prog I_STRUCTURE_NAME = i_structure I_BYPASSING_BUFFER = 'X' CHANGING CT_FIELDCAT = ct_fcat EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_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.
CDRPA_F01 - CDRPAF01 CDOCS_ARCH_WRITE - Write Program of Archiving Object CDOCS_CONT CDOCS_ARCH_WRITE - Write Program of Archiving Object CDOCS_CONT CDOCS_ARCH_DELETE - Deletion Program for Archiving Object CDOCS_CONT CDOCS_ARCH_DELETE - Deletion Program for Archiving Object CDOCS_CONT CDOCDATA - Data for Processing Change Documents