Menu

SAP Function Module QMLA_QMEL_SELECTION

Selektion von Qualitätsmeldungen

Unsere Literaturempfehlung

ABAP Workbench - 100 Tipps & Tricks

Es gibt 100 gute Gründe, warum Sie dieses Buch kaufen sollten. Doch die verraten wir Ihnen hier nicht. Nur so viel: Wenn Sie die ABAP Workbench als Ihr zweites Wohnzimmer begreifen, ist dieses Buch genau das richtige für Sie! Die Mini-Tutorials in diesem Buch unterstützen Sie dabei, Software in ABAP effizienter zu entwickeln. Tipps und Tricks, wie Sie sich bei der Bearbeitung von Quelltext das Leben leichter machen, wie Sie häufig wiederkehrende Programmieraufgaben automatisieren oder umständliches Vorgehen früherer Tage endlich über Bord werfen. Sie werden die ABAP Workbench in einem ganz neuen Licht erleben. Eine klare Sprache, Klick-für-Klick-Anleitungen, Zusammenfassungen und Hervorhebungen sorgen dabei für einen schnellen und unkomplizierten Lernerfolg.

Bei amazon.de ansehen →

The Function Module QMLA_QMEL_SELECTION (Selektion von Qualitätsmeldungen) is a standard Function Module in SAP ERP and is part of the function group QMLA within the package QQM.

Technical Information

Function Module QMLA_QMEL_SELECTION
Short Text Selektion von Qualitätsmeldungen
Function Group QMLA
Package QQM
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_DATUMBIS LIKE QMEL-QMDAT Notification selection up to notification date
I_DATUMVON LIKE QMEL-QMDAT SY-DATUM Notification selection after notification date
I_DB_READS LIKE SY-DBCNT 0
I_EKORG LIKE QMEL-EKORG SPACE Purchasing organization
I_FERTAUFNR LIKE QMEL-FERTAUFNR SPACE Order number (production order)
I_HERKZ LIKE QMEL-HERKZ Production order number
I_KUNUM LIKE QMEL-KUNUM SPACE Customer number
I_LIFNUM LIKE QMEL-LIFNUM SPACE Vendor
I_MATNR LIKE QMEL-MATNR SPACE Material number
I_MAWERK LIKE QMEL-MAWERK SPACE Plant for material
I_MBLNR LIKE QMEL-MBLNR
I_PRUEFLOS LIKE QMEL-PRUEFLOS 0 Inspection lot number
I_QMART LIKE QMEL-QMART Notification type
I_SELID LIKE TJ48-SELID SPACE Status selection profile
I_STAT_IAR LIKE RQMLA-STAT_IAR 'X' Ind.: Select only notifications currently being processed
I_STAT_MAB LIKE RQMLA-STAT_IAR 'X' Ind.: Select only notifications currently being processed
I_STAT_OFN LIKE RQMLA-STAT_OFN 'X' Ind.: Use only open lots
I_STAT_RST LIKE RQMLA-STAT_RST 'X' Indicator: Only use released lots
I_VORGANG LIKE TJ01-VRGNG SPACE Status procedure for notification selection
I_WINX1_04 LIKE SY-WINX1 2
I_WINX2_04 LIKE SY-WINX2 81
I_WINY1_04 LIKE SY-WINY1 5
I_WINY2_04 LIKE SY-WINY2 22

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_QMNUM LIKE QMEL-QMNUM Quality notification number

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
BAD_OPTIONS Unsuitable selection criteria -> I_DB_READS
NO_ENTRY No quality notification found
NO_SELECTED No quality notification selected