Menu

SAP Function Module CUKD_API_ALLOCATIONS_READ

Ermöglicht Lesen von zugeordneten Beziehungen

The Function Module CUKD_API_ALLOCATIONS_READ (Ermöglicht Lesen von zugeordneten Beziehungen) is a standard Function Module in SAP ERP and is part of the function group CUKD within the package CUMT.

Technical Information

Function Module CUKD_API_ALLOCATIONS_READ
Short Text Ermöglicht Lesen von zugeordneten Beziehungen
Function Group CUKD
Package CUMT
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ALLOCATION_NUMBER LIKE CUOB-KNOBJ Allocation object ID
DATE LIKE SY-DATUM SY-DATUM Search date
ONLY_THIS_DEPTYPE LIKE RCUKD-KNART ' ' Only read dependencies of type entered
ONLY_THIS_LANGUAGE LIKE SY-LANGU ' ' Language-dependent possibly for one language only
ONLY_THIS_STATUS LIKE RCUKD-KNSTA ' ' Only read dependencies with status entered
TABLE LIKE CUOB-KNTAB Type of allocation object (such as STPO)
WITH_ALLOC_DATA LIKE RCURS-CHECKED 'X' Read allocation data
WITH_BASIC_DATA LIKE RCURS-CHECKED 'X' Read basic data
WITH_DOCUS LIKE RCURS-CHECKED 'X' Read language-dependent documentation
WITH_LANG_DEP_NAMES LIKE RCURS-CHECKED 'X' Read language-dependent descriptions
WITH_SOURCES LIKE RCURS-CHECKED 'X' Read source code

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
WARNING LIKE RCURS-CHECKED Warning messages in log

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 RCUOB1 Allocation data for dependencies
BASIC_DATA LIKE RCUKB1 Basic data and allocation data of several dependencies
DOCUS LIKE RCUKDOC1 Documentation of several dependencies
NAMES LIKE RCUKBT1 Descriptions of several dependencies
SOURCES LIKE RCUKN1 Source code of several dependencies

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
ERROR Processing terminated (see log)