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

/SAPSMOSS/RQCLOSECONFIRMDED SAP ABAP Report - Program ZRCLOSECONFIRMDEDNOTIFICATION







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


Text pool values


Title: Program ZRCLOSECONFIRMDEDNOTIFICATION
Text Symbol: 001 = Notification
Text Symbol: 002 = completed.


INCLUDES used within this REPORT /SAPSMOSS/RQCLOSECONFIRMDED

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:

STATUS_CHECK CALL FUNCTION 'STATUS_CHECK' EXPORTING OBJNR = l_qmel_wa-objnr STATUS = 'I0072' EXCEPTIONS STATUS_NOT_ACTIVE = 2.

STATUS_CHECK CALL FUNCTION 'STATUS_CHECK' EXPORTING OBJNR = l_qmel_wa-objnr STATUS = 'I0159' EXCEPTIONS STATUS_NOT_ACTIVE = 2.

STATUS_CHECK CALL FUNCTION 'STATUS_CHECK' EXPORTING OBJNR = l_qmel_wa-objnr STATUS = 'I0158' EXCEPTIONS STATUS_NOT_ACTIVE = 2.

STATUS_CHECK CALL FUNCTION 'STATUS_CHECK' EXPORTING OBJNR = l_qmsm_wa-objnr STATUS = 'I0156' EXCEPTIONS STATUS_NOT_ACTIVE = 2.

IQS4_CHANGE_STATUS_TASK CALL FUNCTION 'IQS4_CHANGE_STATUS_TASK' EXPORTING I_QMNUM = l_qmsm_wa-qmnum I_MANUM = l_qmsm_wa-manum I_VRGNG = 'QN41' TABLES RETURN = l_return_tab.

IQS4_CHANGE_STAT_NOTIFICATION CALL FUNCTION 'IQS4_CHANGE_STAT_NOTIFICATION' EXPORTING I_QMNUM = l_qmel_wa-qmnum I_VRGNG = 'PMM4' TABLES RETURN = l_return_tab.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = '00' MSGTY = 'S' MSGV1 = text-001 MSGV2 = l_qmel_wa-qmnum MSGV3 = text-002 TXTNR = '398' EXCEPTIONS MESSAGE_TYPE_NOT_VALID = 1 NOT_ACTIVE = 2 OTHERS = 3.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = L_RETURN_WA-ID * EXCEPTION_IF_NOT_ACTIVE = 'X' MSGTY = L_RETURN_WA-TYPE MSGV1 = L_RETURN_WA-MESSAGE_V1 MSGV2 = L_RETURN_WA-MESSAGE_V2 MSGV3 = L_RETURN_WA-MESSAGE_V3 MSGV4 = L_RETURN_WA-MESSAGE_V4 TXTNR = L_RETURN_WA-NUMBER EXCEPTIONS MESSAGE_TYPE_NOT_VALID = 1 NOT_ACTIVE = 2 OTHERS = 3.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXCEPTIONS INCONSISTENT_RANGE = 1 NO_MESSAGES = 2 OTHERS = 3.



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 /SAPSMOSS/RQCLOSECONFIRMDED or its description.