SAP EXIT_SAPLCUD0_003 Function Module for Time of Initialization for Variant Function Program Environment









EXIT_SAPLCUD0_003 is a standard exit saplcud0 003 SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used for Time of Initialization for Variant Function Program Environment processing and below is the pattern details for this FM, showing its interface including any import and export parameters, exceptions etc. there is also a full "cut and paste" ABAP pattern code example, along with implementation ABAP coding, documentation and contribution comments specific to this or related objects.


See here to view full function module documentation and code listing for exit saplcud0 003 FM, simply by entering the name EXIT_SAPLCUD0_003 into the relevant SAP transaction such as SE37 or SE38.

Function Group: XCUI
Program Name: SAPLXCUI
Main Program:
Appliation area: C
Release date: N/A
Mode(Normal, Remote etc): Normal Function Module
Update:

.



Related Function Modules

Below is a list of related SAP function modules this CUSTOMER FUNCTION exit / user exit is relevant for.
CUD0_CLASSIFICATION_AS_KB NOTRANSL: Klassifikation als Beziehungswissen darstellen
CUD0_CONFIGURATION_FROM_DB NOTRANSL: Lesen der Konfigurationsdaten einer Instanz
CUD0_CONFIGURATION_HAS_OBJECT NOTRANSL: Liefert zur CUOBJ die dazugehörende Objektinformation
CUD0_CONFIGURATION_INITIALIZER NOTRANSL: Konfiguration: Initialisierung
CUD0_CONFIGURATION_TO_DB NOTRANSL: Konfigurationsdaten zu einer Instanz sichern
CUD0_CONFIGURE_CHARACTERISTICS NOTRANSL: Konfiguration von Merkmalen
CUD0_CONFIGURE_OBJECT NOTRANSL: Konfiguration eines Objektes
CUD0_CUSTOM_CONFIG_INITIALIZER NOTRANSL: Aufruf des Customer Exit 003
CUD0_DDB_CONFIGURATION_FINISH NOTRANSL: Beendet die Konfiguration einer Instanz
CUD0_DDB_CONFIGURATION_INIT NOTRANSL: DDB: Zu einem konfigurierbaren Objekt wird die DDB aufgebaut
CUD0_DISPLAY_KNOWLEDGE NOTRANSL: Anzeige von Wissensdaten
CUD0_GET_CHARACTERISTICS NOTRANSL: Bereitstellung von Merkmalen und Werten für eine Instanz
CUD0_GET_IDDBI_INSTANCE NOTRANSL: Check bzw. Aufbau der IDDBI
CUD0_GET_SETTING_EXTERNAL_LOAD NOTRANSL: Konfiguration Entscheidung Laden Konfiguration aus externer Quel
CUD0_GET_VAL_FROM_INSTANCE NOTRANSL: Bereitstellung von Merkmalen und Werten für eine Instanz
CUD0_INIT_NUMBER_INSTANCE NOTRANSL: Initialisierung von NUMBER_INSTANCE
CUD0_IS_CONFIG_INITIALIZED NOTRANSL: Prüft, ob die Konfiguration bereits initialisiert ist
CUD0_KB_GET_MASTER_DATA NOTRANSL: Stellt der Konf.-DDB zu einem Objektmerkmal den Stammdatenwert z
CUD0_LOADING_KNOWLEDGEBASE NOTRANSL: Laden der Wissensbasis
CUD0_LOAD_INSTANCE NOTRANSL: Laden einer Konfiguration
CUD0_MAKE_INSTANCE_CL_SYSTEM Creates an Instance
CUD0_MAKE_NEW_CUOBJ_INSTANCE NOTRANSL: Vergibt eine neue cUOBJ-Instanz
CUD0_OBJECTS_FROM_CLASS NOTRANSL: Auflösung eines Klassenknotens
CUD0_OBJECT_HAS_MODEL NOTRANSL: Liefert zu einem Objekt das Konfigurationsmodell
CUD0_PROJ_ON_PURCH_MATNR_CLASS NOTRANSL: Projiziert die MMwerte in CUOBJ auf Klasse von purch_matnr (name
CUD0_PR_GET_AT_MSGS NOTRANSL: Restliche Präsentationsmeldungen einer Instanz
CUD0_PR_HAS_AT_MSGS NOTRANSL: Restliche Präsentationsmeldungen einer Instanz
CUD0_SET_OBJECT_AREA NOTRANSL: Übergabe der Objekte für die Objektmerkmale berücksichtigt werde
CUD0_SET_VAL_TO_INSTANCE NOTRANSL: Setzt Merkmale und Werte zu einer Instanz
CUD0_SOLVE_CLASS_NODE_CONFLICT NOTRANSL: Customer-Exit bei Konflikt Objektsuche Klassenknoten rufen
CUD0_STATUS_FROM_CONFIGURATION NOTRANSL: Statusinformation der vorliegenden Konfiguration

Copy and paste ABAP code example for EXIT_SAPLCUD0_003 Function Module

The ABAP code below is a full code listing to execute function module POPUP_TO_CONFIRM including all data declarations. The code uses the original data declarations rather than the latest in-line data DECLARATION SYNTAX but I have included an ABAP code snippet at the end to show how declarations would look using the newer method of declaring data variables on the fly. This will allow you to compare and fully understand the new inline method. Please note some of the newer syntax such as the @DATA is not available until a later 4.70 service pack (SP8), which i why i have stuck to the origianl for this example.

ABAP code using 7.40 inline data declarations to call FM EXIT_SAPLCUD0_003

The below ABAP code uses the newer in-line data declarations. This allows you to see the coding differences/benefits of the later inline syntax. Please note some of the newer syntax below, such as the @DATA is not available until 4.70 EHP 8.


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!