QSTA005F15 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 QSTA005F15 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: Subprograms for RIMHIS00
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_EIMPLA CALL FUNCTION 'ENQUEUE_EIMPLA' EXPORTING WARPL = MPLAN EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.
CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING ARBGB = 'IP' MSGNR = '605' MSGTY = 'I' MSGV1 = MPLAN.
CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING ARBGB = 'IP' MSGNR = '606' MSGTY = 'I' MSGV1 = MPLAN.
DEQUEUE_EIMPLA CALL FUNCTION 'DEQUEUE_EIMPLA' EXPORTING WARPL = WPK_TAB-WARPL.
GRAPH_GANTT * call function 'GRAPH_GANTT' * exporting * confirm = 'X' * command_ok = 'X' * tables * item = item_init * mist = mist_init * elem = elem_init * lgms = lgms_init * lgel = lgel_init * msgt = msgt_tab.
GRAPH_GANTT * call function 'GRAPH_GANTT' * exporting * confirm = 'X' * command_ok = mycmd * tables * item = item_init * mist = mist_init * elem = elem_init * lgms = lgms_init * lgel = lgel_init * msgt = msgt_tab.
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING DEFAULTOPTION = '1' TEXTLINE1 = TEXT-121 TEXTLINE2 = TEXT-122 TEXTLINE3 = TEXT-123 TEXT_OPTION1 = TEXT-124 TEXT_OPTION2 = TEXT-125 TITEL = TEXT-126 IMPORTING ANSWER = ANSWER.
TEXT_MATRIX CALL FUNCTION 'TEXT_MATRIX' EXPORTING CSIZE = '80' RSIZE = '10' "max. Anzahl pro Zeilen (wegen Pakete)
CM_F_INITIALIZE CALL FUNCTION 'CM_F_INITIALIZE'.
WPLAN_AUTHORITY_CHECK CALL FUNCTION 'WPLAN_AUTHORITY_CHECK' EXPORTING I_WA_MPLA = MPLA I_TCODE = 'IP10' EXCEPTIONS BENUTZERSTAMM_FEHLERHAFT = 1 KEINE_BERECHTIGUNG = 2 KEINE_BERECHTIGUNG_ANZ = 3 KEINE_BERECHTIGUNG_HINZ = 4 KEINE_BERECHTIGUNG_VER = 5 KEIN_PROFIL_IM_BSTAMM = 6 OBJEKT_NICHT_IN_BSTAMM = 7 OTHERS = 8.
CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING ARBGB = 'IP' MSGNR = '622' MSGTY = 'I' MSGV1 = MPLA-WARPL.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TEXTLINE1 = TEXT-171 TITEL = TEXT-170 CANCEL_DISPLAY = ' ' IMPORTING ANSWER = ANSWER EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TEXTLINE1 = TEXT-172 TITEL = TEXT-170 CANCEL_DISPLAY = ' ' IMPORTING ANSWER = ANSWER EXCEPTIONS OTHERS = 1.
POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING START_COL = 10 START_ROW = 10 * MARK_FLAG = 'X' MARK_MAX = 1 TEXTLINE1 = TEXT-150 TEXTLINE2 = TEXT-151 TITEL = TEXT-155 IMPORTING ANSWER = ANSWER TABLES T_SPOPLI = SPOPLI_TAB EXCEPTIONS NOT_ENOUGH_ANSWERS = 01 TOO_MUCH_ANSWERS = 02 TOO_MUCH_MARKS = 03.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.