Menu

SAP Function Module WB2_PRICING_MANUAL_INPUT

Eingabe in die zweizeilige Erfassung

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_PRICING_MANUAL_INPUT (Eingabe in die zweizeilige Erfassung) is a standard Function Module in SAP ERP and is part of the function group WB2H within the package WB2B.

Technical Information

Function Module WB2_PRICING_MANUAL_INPUT
Short Text Eingabe in die zweizeilige Erfassung
Function Group WB2H
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
IT_KOMV TYPE KOMV_TAB Tabellentyp komv
I_KAWRT LIKE KONV-KAWRT Konditionsbasis
I_KBETR LIKE KONV-KBETR Konditionsbetrag oder -prozentsatz
I_KBFLAG LIKE KONV-KBFLAG Bitverschlüsselte Flags in der Preisfindung
I_KDATU TYPE KDATU Konditions-Preisstellungsdatum
I_KKURS TYPE KKURS Konditionskurs für Umrechnung in Hauswährung
I_KMEIN TYPE KONV-KMEIN Mengeneinheit Kondition im Beleg
I_KNTYP TYPE KONV-KNTYP Konditionstyp: Fracht,Steuer,Grundpreis-Erlös,Preis,Vrwrt
I_KOAID TYPE KONV-KOAID Konditionsklasse
I_KOMK LIKE KOMK Preisfindung Kommunikations-Kopf
I_KOMP LIKE KOMP Preisfindung Kommunikations-Position.
I_KOMV TYPE KOMV Preisfindung Kommunikations-Konditionssatz
I_KOMWBHK TYPE KOMWBHK Trading-Kontrakt: Kommunikationsstruktur Kopfdaten
I_KPEIN LIKE KONV-KPEIN Konditions-Preiseinheit
I_KSCHL LIKE KONV-KSCHL Konditionsart
I_KSTEU TYPE KONV-KSTEU Kondition Steuerung
I_KUMNE TYPE KONV-KUMNE Konditionsumrechnung Nenner (Divisor) KME in BME
I_KUMZA TYPE KONV-KUMZA Konditionsumrechnung Zähler (Faktor) KME in BME
I_KUNNR TYPE KONV-KUNNR Kundennummer (Bonusempfänger)
I_KWERT LIKE KONV-KWERT Konditionswert
I_LIFNR LIKE KONV-LIFNR Kontonummer des Lieferanten bzw. Kreditors
I_WAERS LIKE KONV-WAERS Währungsschlüssel

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_KOMK LIKE KOMK Preisfindung Kommunikations-Kopf
E_KOMP LIKE KOMP Preisfindung Kommunikations-Position.

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.