Menu

SAP Function Module CUKD_API_DEP_READ

The Function Module CUKD_API_DEP_READ () 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_DEP_READ
Short Text
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
DATE LIKE SY-DATUM SY-DATUM Search date
KNNAM LIKE RCUKD-KNNAM Dependency name (language-independent)
MSG_IF_NOT_FOUND LIKE RCURS-CHECKED 'X' Check
ONLY_THIS_LANGUAGE LIKE SY-LANGU ' ' Language-dependent possibly for one language only
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
BASIC_DATA LIKE RCUKB1 Basic dependency data read
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
DOCUS LIKE RCUKDOC1 Read documentation of dependency
NAMES LIKE RCUKBT1 Read descriptions of dependency
SOURCES LIKE RCUKN1 Read source code of dependency

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
ERROR Processing terminated (see log)