MCQ000F0 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 MCQ000F0 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: Form pool for QMIS interface
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CO_RM_COMPANYCODE_FIND CALL FUNCTION 'CO_RM_COMPANYCODE_FIND' EXPORTING werks = p_werk IMPORTING compcode = p_bukrs EXCEPTIONS no_entry = 01.
MARA_SINGLE_READ CALL FUNCTION 'MARA_SINGLE_READ' EXPORTING kzrfb = 'X' matnr = p_mcqals-matnr IMPORTING wmara = l_mara EXCEPTIONS not_found = 1.
MARA_SINGLE_READ CALL FUNCTION 'MARA_SINGLE_READ' EXPORTING matnr = p_mcqals-matnr IMPORTING wmara = l_mara.
MATERIAL_UNIT_CONVERSION CALL FUNCTION 'MATERIAL_UNIT_CONVERSION' EXPORTING input = p_menge kzmeinh = 'X' matnr = p_material meinh = p_unit meins = p_meins IMPORTING meins = l_meins output = p_menge EXCEPTIONS conversion_not_found = 1 input_invalid = 2 material_not_found = 3 meinh_not_found = 4 meins_missing = 5 no_meinh = 6 output_invalid = 7 overflow = 8 OTHERS = 9.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = message-id * EXCEPTION_IF_NOT_ACTIVE = 'X' msgty = message-ty msgv1 = message-v1 msgv2 = message-v2 msgv3 = message-v3 msgv4 = message-v4 txtnr = message-no * ZEILE = '000' EXCEPTIONS message_type_not_valid = 1 not_active = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MCQ000F0 - Form pool for QMIS interface MCPOSEXREC - Include MCPOSEXREC, Data Transfer POS Receipt Data to BW MCPOSEXCAS - Include MCPOSEXCAS, for Data Transfer POS Cashier to BW MCP6VISF - documentation and ABAP source code MCOSSTOP - documentation and ABAP source code MCOSSF01 - Status Selection Profile Maintenance Form Routines