SAP Reports / Programs | Quality Management | Quality Inspection(QM-IM) SAP QM

QSTA005F15 SAP ABAP INCLUDE - Subprograms for RIMHIS00







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


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


Text pool values


Title: Subprograms for RIMHIS00


INCLUDES used within this REPORT QSTA005F15

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:

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.



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