Menu

SAP Function Module K_KOSTL_CHECK_SET

Read, check, and possibly block the cost center or set for budgeting

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 K_KOSTL_CHECK_SET (Read, check, and possibly block the cost center or set for budgeting) is a standard Function Module in SAP ERP and is part of the function group KCSM within the package KPLA.

Technical Information

Function Module K_KOSTL_CHECK_SET
Short Text Read, check, and possibly block the cost center or set for budgeting
Function Group KCSM
Package KPLA
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DATUM_AB LIKE CSKS-DATAB 19800101 Date valid from
DATUM_BIS LIKE CSKS-DATBI 24001231 Date valid to
ENQUEUE LIKE SPACE Indicator 'block cost center'
KOKRS LIKE CSKS-KOKRS SPACE Controlling area
KOSTL LIKE CSKS-KOSTL SPACE Cost center
KSGRU LIKE KOSTV-KSGRU SPACE Cost center group
VRGNG LIKE TJ01-VRGNG SPACE Transaction

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
SET_TITLE LIKE SETINFO-TITLE Text for cost center set
TABIX LIKE SY-TABIX Number of valid orders

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
AMBIGUOUS_INPUT Both KOSTL and KSGRU are filled
INSUFFICIENT_INPUT Neither KOSTL nor KSGRU is filled