SAP Reports / Programs | Quality Management | Quality Notifications(QM-QN) SAP QM

DBQNQF01 SAP ABAP INCLUDE - 'QNQ' Logical Database







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


Text pool values


Title: 'QNQ' Logical Database


INCLUDES used within this REPORT DBQNQF01

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:

CONVERSION_EXIT_PARVW_INPUT CALL FUNCTION 'CONVERSION_EXIT_PARVW_INPUT' EXPORTING INPUT = H_PARVW IMPORTING OUTPUT = H_PARVW EXCEPTIONS OTHERS = 1.

PM_PARTNER_VALUE_REQUEST CALL FUNCTION 'PM_PARTNER_VALUE_REQUEST' EXPORTING *d parvw = parvw_in PARVW = H_PARVW PARNR_IMP = PARNR_IN REPID = H_REPID PARVW_FIELD = 'PARVW_IN' IMPORTING PARNR_EXP = PARNR_IN.

CONVERSION_EXIT_PARVW_INPUT CALL FUNCTION 'CONVERSION_EXIT_PARVW_INPUT' EXPORTING INPUT = H_PARVW IMPORTING OUTPUT = H_PARVW EXCEPTIONS OTHERS = 1.

PM_PARTNER_VALUE_REQUEST CALL FUNCTION 'PM_PARTNER_VALUE_REQUEST' EXPORTING *d parvw = parvw_va PARVW = H_PARVW PARNR_IMP = PARNR_VA REPID = H_REPID PARVW_FIELD = 'PARVW_VA' IMPORTING PARNR_EXP = PARNR_VA.

CONVERSION_EXIT_PARVW_INPUT CALL FUNCTION 'CONVERSION_EXIT_PARVW_INPUT' EXPORTING INPUT = H_PARVW IMPORTING OUTPUT = H_PARVW EXCEPTIONS OTHERS = 1.

PM_PARTNER_VALUE_REQUEST CALL FUNCTION 'PM_PARTNER_VALUE_REQUEST' EXPORTING PARVW = H_PARVW PARNR_IMP = PARNR_MA REPID = H_REPID PARVW_FIELD = 'PARVW_MA' IMPORTING PARNR_EXP = PARNR_MA.

STATUS_CHECK_BY_SELSCHEM CALL FUNCTION 'STATUS_CHECK_BY_SELSCHEM' EXPORTING OBJNR = RQMQMEL-OBJNR SELID = SELSCHEM IMPORTING FULLFILL = H_FULLFILL.

QAUT_QMEL CALL FUNCTION 'QAUT_QMEL' EXPORTING I_WERKS = RQMQMEL-MAWERK I_QMART = RQMQMEL-QMART I_TCODE = L_TCODE I_VIQMEL = H_VIQMEL EXCEPTIONS AUTH_DESTROYED = 01 INTERNAL_ERROR = 02 * note 187181 NO_AUTHORIZATION = 03 ERROR_FROM_CUSTOMER_EXIT = 04.

QAUT_QMEL CALL FUNCTION 'QAUT_QMEL' EXPORTING I_WERKS = RQMQMEL-MAWERK I_QMART = RQMQMEL-QMART I_TCODE = L_TCODE I_VIQMEL = H_VIQMEL EXCEPTIONS AUTH_DESTROYED = 01 INTERNAL_ERROR = 02 * note 187181 NO_AUTHORIZATION = 03 ERROR_FROM_CUSTOMER_EXIT = 04.

QPK1_CODE_TEXT * CALL FUNCTION 'QPK1_CODE_TEXT' * EXPORTING * i_katalogart = p_katart * i_codegruppe = p_group * i_code = p_code * i_sprache = sy-langu * IMPORTING * e_text = l_qpk1cd-kurztextcd * e_grouptext = l_qpk1cd-kurztextgr * EXCEPTIONS * no_match_in_range = 01.

STATUS_TEXT_EDIT CALL FUNCTION 'STATUS_TEXT_EDIT' EXPORTING OBJNR = P_OBJNR SPRAS = SY-LANGU FLG_USER_STAT = C_KREUZ IMPORTING LINE = L_STTXT USER_LINE = L_USTXT EXCEPTIONS OBJECT_NOT_FOUND = 01.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = P_CPROG DYNUMB = P_DYNNR TRANSLATE_TO_UPPER = 'X' TABLES DYNPFIELDS = IDYNPFIELDS EXCEPTIONS INVALID_ABAPWORKAREA = 1 INVALID_DYNPROFIELD = 2 INVALID_DYNPRONAME = 3 INVALID_DYNPRONUMMER = 4 INVALID_REQUEST = 5 NO_FIELDDESCRIPTION = 6 INVALID_PARAMETER = 7 UNDEFIND_ERROR = 8 OTHERS = 9.

DDIC_DATA_DESCRIPTION_SCAN CALL FUNCTION 'DDIC_DATA_DESCRIPTION_SCAN' EXPORTING I_STRUCTURE = C_QMEL TABLES T_FIELDINFO = L_QMEL_FIELDINFO_TAB EXCEPTIONS TABLE_NOT_EXISTS = 1 OTHERS = 2.

DDIC_DATA_DESCRIPTION_SCAN CALL FUNCTION 'DDIC_DATA_DESCRIPTION_SCAN' EXPORTING I_STRUCTURE = C_QMIH TABLES T_FIELDINFO = L_QMIH_FIELDINFO_TAB EXCEPTIONS TABLE_NOT_EXISTS = 1 OTHERS = 2.

DDIC_DATA_DESCRIPTION_SCAN CALL FUNCTION 'DDIC_DATA_DESCRIPTION_SCAN' EXPORTING I_STRUCTURE = C_JEST TABLES T_FIELDINFO = L_JEST_FIELDINFO_TAB EXCEPTIONS TABLE_NOT_EXISTS = 1 OTHERS = 2.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = SY_REPID DYNUMB = SY_DYNNR TABLES DYNPFIELDS = DYNPFIELDS EXCEPTIONS OTHERS = 01.

STATUS_CHECK_BY_SELSCHEM CALL FUNCTION 'STATUS_CHECK_BY_SELSCHEM' EXPORTING objnr = -objnr selid = selschem IMPORTING fullfill = h_fullfill.



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