MS33CF01 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 MS33CF01 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: copy from FRAMELST
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CONTEXT_COPY CALL FUNCTION 'CONTEXT_COPY' EXPORTING CONTEXT1_ID = F1-ID IMPORTING CONTEXT2_ID = F2-ID.
CONTEXT_RENAME CALL FUNCTION 'CONTEXT_RENAME' EXPORTING CONTEXT1_ID = F1-ID CHANGING CONTEXT2_ID = F2-ID.
CONTEXT_LINK_FIELDS CALL FUNCTION 'CONTEXT_LINK_FIELDS' EXPORTING CONTEXT_ID = F1-ID MOD_ID = SPACE.
CONTEXT_REDUCE_FIELDS CALL FUNCTION 'CONTEXT_REDUCE_FIELDS' EXPORTING CONTEXT_ID = F1-ID.
RPY_PROGRAM_INSERT * CALL FUNCTION 'RPY_PROGRAM_INSERT' "inaktiv, nicht freigegeben * EXPORTING * program_name = sprog * program_type = 'S' * title_string = * tables * source = * exceptions * others = 5.
CONTEXT_DISPLAY_BUFFER CALL FUNCTION 'CONTEXT_DISPLAY_BUFFER' EXPORTING CONTEXT_ID = F1-ID SHARED_BUFFERS = 'X'.
CONTEXT_BUFFER_DELETE_LOCAL CALL FUNCTION 'CONTEXT_BUFFER_DELETE_LOCAL' EXPORTING CONTEXT_ID = F1-ID.
CONTEXT_BUFFER_DELETE CALL FUNCTION 'CONTEXT_BUFFER_DELETE' EXPORTING CONTEXT_ID = F1-ID.
RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING OPERATION = 'CROSSREF' OBJECT_NAME = F1-ID OBJECT_TYPE = 'CNTX' EXCEPTIONS NOT_EXECUTED = 1 INVALID_OBJECT_TYPE = 2 OTHERS = 3.
CONTEXT_SOURCE_CHECK_PROTOCOL CALL FUNCTION 'CONTEXT_SOURCE_CHECK_PROTOCOL' EXPORTING MESSAGES = MSGTAB.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.