Menu

SAP Function Module K_KKB_CO_OBJECT_READ

KKB : Einlesen CO-Objekt gemäß Struktur KKBC

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module K_KKB_CO_OBJECT_READ (KKB : Einlesen CO-Objekt gemäß Struktur KKBC) is a standard Function Module in SAP ERP and is part of the function group KKB3 within the package KKB.

Technical Information

Function Module K_KKB_CO_OBJECT_READ
Short Text KKB : Einlesen CO-Objekt gemäß Struktur KKBC
Function Group KKB3
Package KKB
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EXCHANGE_CURRENCY_TYPES LIKE SPACE Swap currency types?
I_GIVE_INPUT_QUANS LIKE TKKB1-PAR SPACE Parameter auf Auswahlbild
I_HKTYP LIKE TKKB1-PAR SPACE HKTYP erstellen?
I_MODE LIKE SY-TABIX 1 Schnoerer mode (1,2)
I_NO_COSRAS LIKE TKKB1-FEH 'X' Do not read COSRA
I_VAL_MODE LIKE '1' Modus Bewertung
OBJECT_DATA LIKE KKBC Input data KKBC
READ_KATYP LIKE SPACE Fill field KATYP?

Exporting Parameters

This function module does not define any EXPORTING parameters.

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_BEKNZ LIKE Entry of debit indicator
T_COFGR LIKE COFGR Field groups (standard: WOG,WKG)
T_HERKZ LIKE Entry of origin indicator
T_KKBC LIKE KKBC Output internal KKBC
T_KSTAR LIKE Entry of cost elements
T_OBJNR LIKE
T_VERSN LIKE Eingabe Versionen
T_WRTTP LIKE Entry of value type

Exceptions

This function module does not define any Exceptions.