Menu

SAP Function Module CLA2_GET_ALL_ALLOCATIONS

Read All Assignments and Values for an Object

The Function Module CLA2_GET_ALL_ALLOCATIONS (Read All Assignments and Values for an Object) is a standard Function Module in SAP ERP and is part of the function group CLA2 within the package CL.

Technical Information

Function Module CLA2_GET_ALL_ALLOCATIONS
Short Text Read All Assignments and Values for an Object
Function Group CLA2
Package CL
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ALLOC_ID LIKE KSSK-MAFID Object Type
CLASS_TYPE LIKE KSSK-KLART Class Type
KEY_DATE LIKE SY-DATUM SY-DATUM Date
OBJECT LIKE KSSK-OBJEK Object Key
TABLE LIKE TCLA-OBTAB Table in Which OBJECT is Stored

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
ALLOCATIONS LIKE KSSK Assignments
VALUES LIKE AUSP Characteristic Values

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
INVALID_CLASS_TYPE Class Type Not Defined
INVALID_OBJECT Object Not Defined