Menu

SAP Function Module WB2_GET_PRINT_DATA_TARGET_V

Trading-Kontrakt: Zusammenstellung Druckdaten für Zielgruppe 'Lieferant'

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module WB2_GET_PRINT_DATA_TARGET_V (Trading-Kontrakt: Zusammenstellung Druckdaten für Zielgruppe 'Lieferant') is a standard Function Module in SAP ERP and is part of the function group WB2_PRINT_DATA within the package WB2B.

Technical Information

Function Module WB2_GET_PRINT_DATA_TARGET_V
Short Text Trading-Kontrakt: Zusammenstellung Druckdaten für Zielgruppe 'Lieferant'
Function Group WB2_PRINT_DATA
Package WB2B
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_NAST LIKE NAST Nachrichtenstatus-Satz
I_PRINT_DATA_TO_READ TYPE TRCON_MM_PRINT_DATA_TO_READ Ausw. zu füllende Tab. für Lief.-seitigen Druck,Tr.-Kontr.

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_RETCODE LIKE SY-SUBRC Returncode, ungleich 0, wenn Fehler vorliegt
E_TRCON_DATA_MM TYPE TRCON_CONTRACT_DATA_MM Trading-Kontr.: Übergabestruktur an SmartForm, Lief-Daten

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
T_EMSG LIKE WB2_ERROR Trading-Kontrakt: Fehlerhandling

Exceptions

This function module does not define any Exceptions.