Menu

SAP Function Module CAPI_CLASS_READ_ATTR

API: Read Class Attributes

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module CAPI_CLASS_READ_ATTR (API: Read Class Attributes) is a standard Function Module in SAP ERP and is part of the function group CAPI within the package CL.

Technical Information

Function Module CAPI_CLASS_READ_ATTR
Short Text API: Read Class Attributes
Function Group CAPI
Package CL
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CLASSNAME LIKE KLAH-CLASS SPACE External Class Name
CLASSNUMBER LIKE KLAH-CLINT SPACE Internal Class Number
CLASSTYPE LIKE KLAH-KLART SPACE Class Type
DATE LIKE SY-DATUM SY-DATUM Date Required
LANGUAGE LIKE SY-LANGU SY-LANGU Language Required

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CLASS_LANGUAGE LIKE SY-LANGU Master Language
CL_ATTRIBUTES LIKE KLAHD Class Attributes with External Dates
NOT_VALID LIKE RMCLM-BASISD Class Not Valid on This Date
NO_ACTIVE_STATUS LIKE RMCLM-BASISD Class is Not Active
NO_AUTHORITY_CLASSIFY LIKE RMCLM-BASISD No Authorization for Classification
NO_AUTHORITY_MAINTAIN LIKE RMCLM-BASISD No Authorization to Change Class
NO_AUTHORITY_SELECT LIKE RMCLM-BASISD No Authorization to Find Objects
RET_CODE LIKE SY-SUBRC 0- OK, 1- In Other Language, 2- Class Not Found

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
INVALID_CHARACTER External Class Name Contains Invalid Character