Menu

SAP Function Module TP_MATERIAL_PRICES_GET

TP: Holen Materialpreise aus Material Ledger

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 TP_MATERIAL_PRICES_GET (TP: Holen Materialpreise aus Material Ledger) is a standard Function Module in SAP ERP and is part of the function group PC32 within the package KE1.

Technical Information

Function Module TP_MATERIAL_PRICES_GET
Short Text TP: Holen Materialpreise aus Material Ledger
Function Group PC32
Package KE1
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_ERDAT LIKE VBFA-ERDAT Datum, an dem der Satz hinzugefügt wurde
I_KOMP LIKE KOMP Kommunikationsstruktur
I_MBLNR LIKE RM07M-MBLNR Nummer des Materialbelegs
I_ZEILE LIKE RM07M-ZEILE Position im Materialbeleg

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_CKI_PRS_ML LIKE CKI_PRS_ML Materialpreise aus Material Ledger
E_MACK2 LIKE MACK2 MBEW-Felder zur Materialbewertung
E_MEINS LIKE KOMP-MEINS Basismengeneinheit
E_MENGE LIKE KOMP-MGLME Menge
E_PRS LIKE CKI_PRS_ML-EXWRT Externer Betrag
E_WAERS LIKE CKI_PRS_ML-WAERS Währungsschlüssel

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.