Menu

SAP Function Module BAPI_COSTESTIMATE_ITEMIZATION

Determine Itemization for a Cost Estimate

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 BAPI_COSTESTIMATE_ITEMIZATION (Determine Itemization for a Cost Estimate) is a standard Function Module in SAP ERP and is part of the function group 2044 within the package CKJ8.

Technical Information

Function Module BAPI_COSTESTIMATE_ITEMIZATION
Short Text Determine Itemization for a Cost Estimate
Function Group 2044
Package CKJ8
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
COSTINGDATE LIKE BAPICOSTRE-CSTG_DATE Costing Date
COSTINGNUMBER LIKE BAPICOSTRE-CSTG_NUM Cost Estimate Number
COSTINGTYPE LIKE BAPICOSTRE-CSTG_TYPE Costing Type
COSTINGVERSION LIKE BAPICOSTRE-VERSION Costing Version
ENTEREDMANUALLY LIKE BAPICOSTRE-ENTER_MAN Additive Costs
REFERENCEOBJECT LIKE BAPICOSTRE-REF_OBJECT Reference Object
VALUATIONVARIANT LIKE BAPICOSTRE-VLTN_VRNT Valuation Variant

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ITEMIZATION_HEADER LIKE BAPIITEMIZATIONHEADER Itemization Header
RETURN LIKE BAPIRETURN Confirmations

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
ITEMIZATION_LIST LIKE BAPIITEMIZATIONLIST List of Items in Itemization

Exceptions

This function module does not define any Exceptions.