MOICJF0A 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 MOICJF0A 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.
READ REPORT INCLUDE_REPORT_NAME INTO AE_REPORT.
READ REPORT INCLUDE_TRAEGER_STANDARD INTO INCLUDE_REPORT_OLD.
INSERT REPORT INCLUDE_TRAEGER_STANDARD FROM INCLUDE_REPORT
READ REPORT INCLUDE_REPORT_NAME INTO AE_REPORT.
READ REPORT INCLUDE_TRAEGER_USER INTO INCLUDE_REPORT_OLD.
INSERT REPORT INCLUDE_TRAEGER_USER FROM INCLUDE_REPORT
No SAP DATABASE tables are accessed within this REPORT code!
SYSTEM_STATUS CALL FUNCTION 'SYSTEM_STATUS' IMPORTING STATUS = AT_STATUS.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = YES TEXTLINE1 = 'Wollen Sie alle Routinen'(060) TEXTLINE2 = 'aktivieren lassen ?'(061) TITEL = 'Aktivieren aller Routinen'(062) IMPORTING ANSWER = ANTWORT.
TR_TADIR_INTERFACE CALL FUNCTION 'TR_TADIR_INTERFACE' "DECO:Replacement of.. SP2 KH
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.