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

QSTA005F10 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT QSTA005F10

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:

CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING ARBGB = 'IP' MSGNR = '604' MSGTY = 'I' MSGV1 = IMHIS_TAB-WARPL.

DATE_GET_WEEK CALL FUNCTION 'DATE_GET_WEEK' EXPORTING DATE = DATFELD IMPORTING WEEK = WOCHE.

WEEK_GET_FIRST_DAY CALL FUNCTION 'WEEK_GET_FIRST_DAY' EXPORTING WEEK = WOCHE IMPORTING DATE = DATFELD1. "1. Wochentag der Woche

UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING * INPUT = AVG_TAB-AVG2-ARBEI "N308782 INPUT = WORK_TIME "N308782 UNIT_IN = AVG_TAB-AVG2-ARBEH UNIT_OUT = D_EINH IMPORTING OUTPUT = SIWERT.

GRAPH_SET_CUA_STATUS CALL FUNCTION 'GRAPH_SET_CUA_STATUS' EXPORTING PROGRAM = 'RIMHIS00' STATUS = 'WPOS '.

GRAPH_SET_CUA_STATUS CALL FUNCTION 'GRAPH_SET_CUA_STATUS' EXPORTING PROGRAM = 'RIMHIS00' STATUS = 'WPLAN '.

GRAPH_MATRIX CALL FUNCTION 'GRAPH_MATRIX' EXPORTING STAT = BUSG_STAT TITL = TITEL VALT = EINHN DIM1 = STEP DIM2 = TEXT-050 MAX2 = 32 "max. 32 Gewerke

GRAPH_GANTT CALL FUNCTION 'GRAPH_GANTT' EXPORTING COMMAND_OK = H_COMMAND CONFIRM = H_CONFIRM MODIF = H_MODIF STAT = GANT_STAT TUNIT = T_UNIT NO_SORT = 'X' WHEADER = TEXT-001 TTITLE = TEXT_TITLE TTEXT = H_TTEXT LEGEND = TEXT-004 TLENGTH = ITEM_LENGTH TMBEG = BEGINN TMEND = ENDE SUPER = 'X' IMPORTING M_TYP = M_TYP G_TYP = G_TYP RWNID = RWNID CUA_ID = RCODE AKT_TUNIT = T_UNIT AKT_TMBEG = BEGINN AKT_TMEND = ENDE TABLES ITEM = ITEM_TAB MIST = MIST_TAB ELEM = ELEM LGMS = LGMS_TAB LGEL = LGEL MSGT = MSGT_TAB.

CM_F_INFO CALL FUNCTION 'CM_F_INFO' IMPORTING MSG_COUNTER_PRO = MESS_COUNT.

CM_F_ANALYSIS CALL FUNCTION 'CM_F_ANALYSIS' EXPORTING HEADLINE = TEXT-201.

CM_F_ANALYSIS CALL FUNCTION 'CM_F_ANALYSIS' EXPORTING HEADLINE = TEXT-200.

STATUS_READ CALL FUNCTION 'STATUS_READ' EXPORTING CLIENT = SY-MANDT OBJNR = WPK_TAB-OBJNR ONLY_ACTIVE = 'X' TABLES STATUS = IJSTAT.

CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING ARBGB = 'IP' MSGNR = '630' MSGTY = 'I' MSGV1 = WPK_TAB-WARPL.

GRAPH_SET_CUA_STATUS CALL FUNCTION 'GRAPH_SET_CUA_STATUS' EXPORTING PROGRAM = 'RQSTA005' STATUS = 'WPOS '.

GRAPH_SET_CUA_STATUS CALL FUNCTION 'GRAPH_SET_CUA_STATUS' EXPORTING PROGRAM = 'RQSTA005' STATUS = 'WPLAN '.



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