Menu

SAP Function Module QBCK_QM_DOCUMENT_TEXTS

QM: ermitteln der Langtextschlüssel zu QV und TL

Unsere Literaturempfehlung

SAP – Der technische Einstieg: SAP-Technologien und Konzepte

Sind Sie neu in der SAP-Welt und möchten schnell mitreden? Mit diesem Buch finden Sie sich erfolgreich im SAP-Umfeld zurecht! Sie steigen direkt in die Konzepte und Technologien der SAP-Software ein und lernen die unterschiedlichen Systeme und Prozesse kennen. Schritt für Schritt zeigen die Autoren Ihnen die wichtigsten technischen Aufgaben und die Zusammenhänge zwischen den Objekten. Dank der vielen Beispiele und Abbildungen finden Sie sich schnell im SAP-Umfeld zurecht und können direkt in SAP ERP oder SAP S/4HANA anfangen.

Bei amazon.de ansehen →

The Function Module QBCK_QM_DOCUMENT_TEXTS (QM: ermitteln der Langtextschlüssel zu QV und TL) is a standard Function Module in SAP ERP and is part of the function group QBCK within the package QB.

Technical Information

Function Module QBCK_QM_DOCUMENT_TEXTS
Short Text QM: ermitteln der Langtextschlüssel zu QV und TL
Function Group QBCK
Package QB
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_DAT LIKE QINF-FREI_DAT SY-DATUM Date on which it should be printed
I_LANGU LIKE SY-LANGU SY-LANGU Language for long texts
I_LIFNR LIKE QINF-LIEFERANT Vendor
I_MATNR LIKE QINF-MATNR Material
I_TQ08_QM_PUR LIKE TQ08-QM_PUR TQ08 key for the material
I_WERK LIKE QINF-WERK Plant

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_QV_LTEXT LIKE THEAD-TDNAME Output long text key for quality agreement
E_QV_OBJECT LIKE THEAD-TDOBJECT Object of the quality agreement long text
E_QV_TEXT LIKE TQ09T-KURZTEXT Short text for quality agreement documentation type
E_QV_TXTID LIKE TTXID-TDID Text ID of the quality agreement long text
E_TL_LTEXT LIKE THEAD-TDNAME Output long text key for the technical delivery terms
E_TL_OBJECT LIKE THEAD-TDOBJECT Object of the technical delivery terms
E_TL_TEXT LIKE TQ09T-KURZTEXT Short text for the technical delivery term's documentation type
E_TL_TXTID LIKE TTXID-TDID Text ID for the technical delivery terms
E_ZG_KZ LIKE TQ08-ZGERF Indicator, whether certificate is necessary

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
NO_LIEFERANT Vendor is not available
NO_MATERIAL Material not available
NO_QINF QINF record is not available
NO_TQ08
NO_WERK