Menu

SAP Function Module CLFM_OBJECTS_CLASSIFICATION

Klassifizierung: Objekte zur Klasse

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module CLFM_OBJECTS_CLASSIFICATION (Klassifizierung: Objekte zur Klasse) is a standard Function Module in SAP ERP and is part of the function group CLFM within the package CLCL.

Technical Information

Function Module CLFM_OBJECTS_CLASSIFICATION
Short Text Klassifizierung: Objekte zur Klasse
Function Group CLFM
Package CLCL
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CHANGE_SERVICE_NUMBER LIKE RMCLF-AENNR1 Change number
CLASSTYPE LIKE RMCLF-KLART Class type
CLASS_ONLY LIKE Select classes only
CLINTN LIKE KSSK-CLINT Internal class number
DATE_OF_CHANGE LIKE RMCLF-DATUV1 Change date
I_EFFECTIVITY_USED LIKE TCLA-EFFE_ACT SPACE Parameterbewertung bereits vorhanden beim Aufruf
KLAH_MEINS LIKE KLAH-MEINS SPACE Unit of measure for materials
KLAH_VWSTL LIKE KLAH-VWSTL SPACE Indicator: use in BOMs
MULTI_CLASSIF LIKE SPACE X multiple classification allowed
MULT_OBJ LIKE TCLA-MULTOBJ SPACE Several objects allowed
OBJECT LIKE RMCLF-CLASN Start class
OBJTXT LIKE RMCLF-KTEXT SPACE Class description
PRUEFEN LIKE KLAH-PRAUS Test for same classification
SICHT LIKE KLAH-SICHT Organizational area
STATUS LIKE SPACE Status 2-change 3-display
TABLE LIKE Table name of classifiable object
TYPETEXT LIKE RMCLF-ARTXT SPACE Class type text

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
OK_CODE LIKE SY-UCOMM OK code
UPDATEFLAG LIKE RMCLK-UPDAT X if changes to classification data

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.