SAP Reports / Programs | Quality Management | Quality Planning | Basic Data(QM-PT-BD) SAP QM

MQSDAO10_INI_INVISIBLE SAP ABAP INCLUDE - MQSDAO10INIINVISIBLE







MQSDAO10_INI_INVISIBLE 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 MQSDAO10_INI_INVISIBLE 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 MQSDAO10_INI_INVISIBLE. "Basic submit
SUBMIT MQSDAO10_INI_INVISIBLE AND RETURN. "Return to original report after report execution complete
SUBMIT MQSDAO10_INI_INVISIBLE 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 MQSDAO10_INI_INVISIBLE

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:

CHAR_FLTP_CONVERSION CALL FUNCTION 'CHAR_FLTP_CONVERSION' EXPORTING DYFLD = 'QFLTP-SOLLWERT' STRING = QFLTP-SOLLWERT IMPORTING FLSTR = QPMK-SOLLWERT IVALU = QPMK-SOLLWNI.

CHAR_FLTP_CONVERSION CALL FUNCTION 'CHAR_FLTP_CONVERSION' EXPORTING DYFLD = 'QFLTP-TOLERANZUN' STRING = QFLTP-TOLERANZUN IMPORTING FLSTR = QPMK-TOLERANZUN IVALU = QPMK-TOLUNNI.

CHAR_FLTP_CONVERSION CALL FUNCTION 'CHAR_FLTP_CONVERSION' EXPORTING DYFLD = 'QFLTP-TOLERANZOB' STRING = QFLTP-TOLERANZOB IMPORTING FLSTR = QPMK-TOLERANZOB IVALU = QPMK-TOLOBNI.

CHAR_FLTP_CONVERSION CALL FUNCTION 'CHAR_FLTP_CONVERSION' EXPORTING DYFLD = 'QFLTP-TOLERWEIOB' STRING = QFLTP-TOLERWEIOB IMPORTING FLSTR = QPMK-TOLERWEIOB IVALU = QPMK-TOLWOBNI.

CHAR_FLTP_CONVERSION CALL FUNCTION 'CHAR_FLTP_CONVERSION' EXPORTING DYFLD = 'QFLTP-TOLERWEIUN' STRING = QFLTP-TOLERWEIUN IMPORTING FLSTR = QPMK-TOLERWEIUN IVALU = QPMK-TOLWUNNI.

CHAR_FLTP_CONVERSION CALL FUNCTION 'CHAR_FLTP_CONVERSION' EXPORTING DYFLD = 'QFLTP-PLAUSIUNTE' STRING = QFLTP-PLAUSIUNTE IMPORTING FLSTR = QPMK-PLAUSIUNTE IVALU = QPMK-PLAUSIUNNI.

CHAR_FLTP_CONVERSION CALL FUNCTION 'CHAR_FLTP_CONVERSION' EXPORTING DYFLD = 'QFLTP-PLAUSIOBEN' STRING = QFLTP-PLAUSIOBEN IMPORTING FLSTR = QPMK-PLAUSIOBEN IVALU = QPMK-PLAUSIOBNI.

CHAR_FLTP_CONVERSION CALL FUNCTION 'CHAR_FLTP_CONVERSION' EXPORTING DYFLD = 'QFLTP-GRENZEUN1' STRING = QFLTP-GRENZEUN1 IMPORTING FLSTR = QPMK-GRENZEUN1 IVALU = QPMK-GRENZUN1NI.

CHAR_FLTP_CONVERSION CALL FUNCTION 'CHAR_FLTP_CONVERSION' EXPORTING DYFLD = 'QFLTP-GRENZEOB1' STRING = QFLTP-GRENZEOB1 IMPORTING FLSTR = QPMK-GRENZEOB1 IVALU = QPMK-GRENZOB1NI.

CHAR_FLTP_CONVERSION CALL FUNCTION 'CHAR_FLTP_CONVERSION' EXPORTING DYFLD = 'QFLTP-GRENZEUN2' STRING = QFLTP-GRENZEUN2 IMPORTING FLSTR = QPMK-GRENZEUN2 IVALU = QPMK-GRENZUN2NI.

CHAR_FLTP_CONVERSION CALL FUNCTION 'CHAR_FLTP_CONVERSION' EXPORTING DYFLD = 'QFLTP-GRENZEOB2' STRING = QFLTP-GRENZEOB2 IMPORTING FLSTR = QPMK-GRENZEOB2 IVALU = QPMK-GRENZOB2NI.

CHAR_FLTP_CONVERSION CALL FUNCTION 'CHAR_FLTP_CONVERSION' EXPORTING DYFLD = 'QFLTP-KLASMITTE' STRING = QFLTP-KLASMITTE IMPORTING FLSTR = QPMK-KLASMITTE IVALU = QPMK-KLASMINI.

CHAR_FLTP_CONVERSION CALL FUNCTION 'CHAR_FLTP_CONVERSION' EXPORTING DYFLD = 'QFLTP-KLASBREITE' STRING = QFLTP-KLASBREITE IMPORTING FLSTR = QPMK-KLASBREITE IVALU = QPMK-KLASBRNI.



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