Ansicht
Dokumentation

BAPI_CONTROLLINGAREA_GETLIST - Output List of Controlling Areas

BAPI_CONTROLLINGAREA_GETLIST - Output List of Controlling Areas

General Data in Customer Master   General Material Data  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

Method offering a list of existing controlling areas.

Example

DATA: RETURN LIKE BAPIRETURN ,
CONTROLLINGAREA_LIST LIKE BAPI0004_1 OCCURS 0 WITH HEADER LINE.

CALL FUNCTION 'BAPI_CONTROLLINGAREA_GETLIST'
IMPORTING
RETURN = RETURN
TABLES
CONTROLLINGAREA_LIST = CONTROLLINGAREA_LIST
EXCEPTIONS
OTHERS = 1 .

Notes

You require authorization for object S_TABU_DIS and table class KC.

Messages send via parameter RETURN. See the parameter documentation for more information on return values and their uses.

You can find additional information for an individual controlling area with the method ControllingArea.GetDetail (BAPI_CONTROLLINGAREA_GETDETAIL).





Parameters

CONTROLLINGAREA_LIST
RETURN

Exceptions

Function Group

0004CORE

CPI1466 during Backup   ABAP Short Reference  
This documentation is copyright by SAP AG.

Length: 1277 Date: 20240523 Time: 112410     sap01-206 ( 18 ms )