SAP CTMS_ENTER_VALUES Function Module for General Interface For Characteristic Value Assignment









CTMS_ENTER_VALUES is a standard ctms enter values SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used for General Interface For Characteristic Value Assignment 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 ctms enter values FM, simply by entering the name CTMS_ENTER_VALUES into the relevant SAP transaction such as SE37 or SE38.

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



Function CTMS_ENTER_VALUES pattern details

In-order to call this FM within your sap programs, simply using the below ABAP pattern details to trigger the function call...or see the full ABAP code listing at the end of this article. You can simply cut and paste this code into your ABAP progrom as it is, including variable declarations.
CALL FUNCTION 'CTMS_ENTER_VALUES'"General Interface For Characteristic Value Assignment
EXPORTING
* BATCH = ' ' "Not currently in use
* LINES_INCLUDE_HEADER = ' ' "Determine size of screen module (header) ..
* MESSAGE = ' ' "Message output as S message
* MESSAGE_ID = ' ' "Message ID
* MESSAGE_NR = "Message number
* MESSAGE_TYPE = ' ' "Message type
MODE = "Session
* M_POINTS = ' ' "Display characteristics as SAP keywords
* M_SELECTIV = ' ' "Functionality not definite yet
* NEUTRAL_LANGUAGE = ' ' "
* NO_CHANGES = ' ' "Display mode
* CALLED_FROM_CL24 = ' ' "Call is carried out with transaction CL24
* NO_CLASSIFICATION = ' ' "Characteristic value assignment outside the classification system
* NO_DISPLAY = ' ' "No display of characteristic values
* NO_F11 = ' ' "No 'save' function
* NO_F12 = ' ' "No 'cancel' function ..
* NO_F15 = ' ' "No 'exit' function
* NO_F3 = ' ' "No 'back' function
* NO_F8 = ' ' "No 'continue' function
* NO_PASSING = ' ' "Multiple classification
* OBJECT = "Field string suiting parameter 'IDENT'
* OBJECT_NOT_CLASS = ' ' "
* CONFIGURE_INSTANCE = ' ' "Instance of configuration ..
* OBJECT_TEXT = ' ' "
* OBLIGATORY = ' ' "Consideration of 'required/optional'
* OKCODE = ' ' "
* ONE_NODE_BACK = ' ' "Back one node in the selection
* PF_STATUS = ' ' "PF status for initial variant
* RESULT = ' ' "
* ROLL = ' ' "Module is to be put into a new roll area
* ROOT = ' ' "
* ROOTID = ' ' "
* ROW = ' ' "Column ..
* CUTTING_VALUES = ' ' "Create intersection in selection
SINGLE_VALUE = "Treatment of value assignment
* STATUS = ' ' "Classification status
TITLEBAR = "ID of title bar
* WITH_INFORMATION = 'X' "
* KEY_DATE = SY-DATUM "
* CHANGE_NUMBER = "
* ONLY_CLASS_ALLOCATIONS = ' ' "Selection: class only has objects that are classes
* CDDB_INSTANCE = "
* SUPPRESS_DIALOG = ' ' "
* HIERARCHY_ALLOWED = 'X' "
* IDENT = 'ON' "Object ID
* MULTIPLE_ALLOWED = 'X' "
* LANGUAGE_BY_DIALOG = "
* VIEW = ' ' "
* FILTER_ACTIVE = ' ' "
* FOCUS = ' ' "
* OBJECT_INSTANCE = "
* READONLY = ' ' "
* INCLUDE_HEADER = "Identification of the screen module of screen header
* KNOWLEDGE_DISPLAY = ' ' "Display object dependencies ..
* LANGUAGE = SY-LANGU "Language
* LINE = ' ' "Line ..

IMPORTING
DECIMALPOINT = "Valency of the decimal point from USR01-DCPFM
NEW_LANGUAGE = "The valuation was left with the language
NEW_NEUTRAL_LANGUAGE = "
NEW_STATUS = "The valuation was left with this status
RETURN = "Statement how the characteristic value assignment was exited
WITH_INHERITED = "

TABLES
MTABLE = "itab characteristics table
* NEW_MULTIPLE_CLASSES = "
* PASSING_VALUE = "itab data transfer
SELECTION = "Itab characteristic value assignment

EXCEPTIONS
NO_CHARACTERISTICS = 1 INTERNAL_ERROR = 2
.




Customer Function user exits

Below is a list of CUSTOMER FUNCTION exit user exits that are available within this program and maybe relevant for this FM.
EXIT_SAPLCTMS_001 Set Default Values
EXIT_SAPLCTMS_002 Check for Same Classification
EXIT_SAPLCTMS_003 Object Dependencies When Finding Objects
EXIT_SAPLCTMS_999 Dummy User Exit

IMPORTING Parameters details for CTMS_ENTER_VALUES

BATCH - Not currently in use

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

LINES_INCLUDE_HEADER - Determine size of screen module (header) ..

Data type:
Default: ' '
Optional: Yes
Call by Reference: No ( called with pass by value option)

MESSAGE - Message output as S message

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

MESSAGE_ID - Message ID

Data type: SY-MSGID
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

MESSAGE_NR - Message number

Data type: SY-MSGNO
Optional: Yes
Call by Reference: No ( called with pass by value option)

MESSAGE_TYPE - Message type

Data type: SY-MSGTY
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

MODE - Session

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

M_POINTS - Display characteristics as SAP keywords

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

M_SELECTIV - Functionality not definite yet

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

NEUTRAL_LANGUAGE -

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

NO_CHANGES - Display mode

Data type:
Default: ' '
Optional: Yes
Call by Reference: No ( called with pass by value option)

CALLED_FROM_CL24 - Call is carried out with transaction CL24

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

NO_CLASSIFICATION - Characteristic value assignment outside the classification system

Data type:
Default: ' '
Optional: Yes
Call by Reference: No ( called with pass by value option)

NO_DISPLAY - No display of characteristic values

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

NO_F11 - No 'save' function

Data type:
Default: ' '
Optional: Yes
Call by Reference: No ( called with pass by value option)

NO_F12 - No 'cancel' function ..

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

NO_F15 - No 'exit' function

Data type:
Default: ' '
Optional: Yes
Call by Reference: No ( called with pass by value option)

NO_F3 - No 'back' function

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

NO_F8 - No 'continue' function

Data type:
Default: ' '
Optional: Yes
Call by Reference: No ( called with pass by value option)

NO_PASSING - Multiple classification

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

OBJECT - Field string suiting parameter 'IDENT'

Data type: CTMS_01
Optional: Yes
Call by Reference: No ( called with pass by value option)

OBJECT_NOT_CLASS -

Data type:
Default: ' '
Optional: Yes
Call by Reference: No ( called with pass by value option)

CONFIGURE_INSTANCE - Instance of configuration ..

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

OBJECT_TEXT -

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

OBLIGATORY - Consideration of 'required/optional'

Data type:
Default: ' '
Optional: Yes
Call by Reference: No ( called with pass by value option)

OKCODE -

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

ONE_NODE_BACK - Back one node in the selection

Data type:
Default: ' '
Optional: Yes
Call by Reference: No ( called with pass by value option)

PF_STATUS - PF status for initial variant

Data type:
Default: ' '
Optional: Yes
Call by Reference: No ( called with pass by value option)

RESULT -

Data type:
Default: ' '
Optional: Yes
Call by Reference: No ( called with pass by value option)

ROLL - Module is to be put into a new roll area

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

ROOT -

Data type: INOB-ROBJEK
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

ROOTID -

Data type: INOB-ROBTAB
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

ROW - Column ..

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

CUTTING_VALUES - Create intersection in selection

Data type:
Default: ' '
Optional: Yes
Call by Reference: No ( called with pass by value option)

SINGLE_VALUE - Treatment of value assignment

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

STATUS - Classification status

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

TITLEBAR - ID of title bar

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

WITH_INFORMATION -

Data type:
Default: 'X'
Optional: Yes
Call by Reference: No ( called with pass by value option)

KEY_DATE -

Data type: SY-DATUM
Default: SY-DATUM
Optional: Yes
Call by Reference: No ( called with pass by value option)

CHANGE_NUMBER -

Data type: CABN-AENNR
Optional: Yes
Call by Reference: No ( called with pass by value option)

ONLY_CLASS_ALLOCATIONS - Selection: class only has objects that are classes

Data type:
Default: ' '
Optional: Yes
Call by Reference: No ( called with pass by value option)

CDDB_INSTANCE -

Data type: DDB_C02-INSTANCE
Optional: Yes
Call by Reference: No ( called with pass by value option)

SUPPRESS_DIALOG -

Data type:
Default: ' '
Optional: Yes
Call by Reference: No ( called with pass by value option)

HIERARCHY_ALLOWED -

Data type:
Default: 'X'
Optional: Yes
Call by Reference: No ( called with pass by value option)

IDENT - Object ID

Data type:
Default: 'ON'
Optional: Yes
Call by Reference: No ( called with pass by value option)

MULTIPLE_ALLOWED -

Data type:
Default: 'X'
Optional: Yes
Call by Reference: No ( called with pass by value option)

LANGUAGE_BY_DIALOG -

Data type: SY-LANGU
Optional: Yes
Call by Reference: No ( called with pass by value option)

VIEW -

Data type: KSML-ABTEI
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

FILTER_ACTIVE -

Data type:
Default: ' '
Optional: Yes
Call by Reference: No ( called with pass by value option)

FOCUS -

Data type:
Default: ' '
Optional: Yes
Call by Reference: No ( called with pass by value option)

OBJECT_INSTANCE -

Data type: DDB_C02-INSTANCE
Optional: Yes
Call by Reference: No ( called with pass by value option)

READONLY -

Data type:
Default: ' '
Optional: Yes
Call by Reference: No ( called with pass by value option)

INCLUDE_HEADER - Identification of the screen module of screen header

Data type: INCL_BILD
Optional: Yes
Call by Reference: No ( called with pass by value option)

KNOWLEDGE_DISPLAY - Display object dependencies ..

Data type:
Default: ' '
Optional: Yes
Call by Reference: No ( called with pass by value option)

LANGUAGE - Language

Data type: SY-LANGU
Default: SY-LANGU
Optional: Yes
Call by Reference: No ( called with pass by value option)

LINE - Line ..

Data type:
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

EXPORTING Parameters details for CTMS_ENTER_VALUES

DECIMALPOINT - Valency of the decimal point from USR01-DCPFM

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

NEW_LANGUAGE - The valuation was left with the language

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

NEW_NEUTRAL_LANGUAGE -

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

NEW_STATUS - The valuation was left with this status

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

RETURN - Statement how the characteristic value assignment was exited

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

WITH_INHERITED -

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

TABLES Parameters details for CTMS_ENTER_VALUES

MTABLE - itab characteristics table

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

NEW_MULTIPLE_CLASSES -

Data type: API_GHCL
Optional: Yes
Call by Reference: No ( called with pass by value option)

PASSING_VALUE - itab data transfer

Data type:
Optional: Yes
Call by Reference: No ( called with pass by value option)

SELECTION - Itab characteristic value assignment

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

EXCEPTIONS details

NO_CHARACTERISTICS - No characteristics found ..

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

INTERNAL_ERROR -

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

Copy and paste ABAP code example for CTMS_ENTER_VALUES 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.

DATA:
lv_batch  TYPE STRING, "   SPACE
lt_mtable  TYPE STANDARD TABLE OF STRING, "   
lv_decimalpoint  TYPE STRING, "   
lv_no_characteristics  TYPE STRING, "   
lv_lines_include_header  TYPE STRING, "   ' '
lv_message  TYPE STRING, "   SPACE
lv_message_id  TYPE SY-MSGID, "   SPACE
lv_message_nr  TYPE SY-MSGNO, "   
lv_message_type  TYPE SY-MSGTY, "   SPACE
lv_mode  TYPE SY, "   
lv_m_points  TYPE SY, "   SPACE
lv_m_selectiv  TYPE SY, "   SPACE
lv_neutral_language  TYPE SY, "   SPACE
lv_no_changes  TYPE SY, "   ' '
lv_new_language  TYPE SY, "   
lv_internal_error  TYPE SY, "   
lv_called_from_cl24  TYPE SY, "   SPACE
lt_new_multiple_classes  TYPE STANDARD TABLE OF API_GHCL, "   
lv_no_classification  TYPE API_GHCL, "   ' '
lv_no_display  TYPE API_GHCL, "   SPACE
lv_no_f11  TYPE API_GHCL, "   ' '
lv_no_f12  TYPE API_GHCL, "   SPACE
lv_no_f15  TYPE API_GHCL, "   ' '
lv_no_f3  TYPE API_GHCL, "   SPACE
lv_no_f8  TYPE API_GHCL, "   ' '
lv_no_passing  TYPE API_GHCL, "   SPACE
lv_object  TYPE CTMS_01, "   
lv_object_not_class  TYPE CTMS_01, "   ' '
lt_passing_value  TYPE STANDARD TABLE OF CTMS_01, "   
lv_configure_instance  TYPE CTMS_01, "   SPACE
lv_new_neutral_language  TYPE CTMS_01, "   
lv_object_text  TYPE CTMS_01, "   SPACE
lv_obligatory  TYPE CTMS_01, "   ' '
lv_okcode  TYPE CTMS_01, "   SPACE
lv_one_node_back  TYPE CTMS_01, "   ' '
lv_pf_status  TYPE CTMS_01, "   ' '
lv_result  TYPE CTMS_01, "   ' '
lv_roll  TYPE CTMS_01, "   SPACE
lv_root  TYPE INOB-ROBJEK, "   SPACE
lv_rootid  TYPE INOB-ROBTAB, "   SPACE
lv_row  TYPE INOB, "   SPACE
lt_selection  TYPE STANDARD TABLE OF INOB, "   
lv_new_status  TYPE INOB, "   
lv_cutting_values  TYPE INOB, "   ' '
lv_single_value  TYPE INOB, "   
lv_status  TYPE INOB, "   SPACE
lv_titlebar  TYPE INOB, "   
lv_with_information  TYPE INOB, "   'X'
lv_key_date  TYPE SY-DATUM, "   SY-DATUM
lv_change_number  TYPE CABN-AENNR, "   
lv_only_class_allocations  TYPE CABN, "   ' '
lv_cddb_instance  TYPE DDB_C02-INSTANCE, "   
lv_suppress_dialog  TYPE DDB_C02, "   ' '
lv_hierarchy_allowed  TYPE DDB_C02, "   'X'
lv_ident  TYPE DDB_C02, "   'ON'
lv_return  TYPE DDB_C02, "   
lv_multiple_allowed  TYPE DDB_C02, "   'X'
lv_language_by_dialog  TYPE SY-LANGU, "   
lv_view  TYPE KSML-ABTEI, "   SPACE
lv_filter_active  TYPE KSML, "   ' '
lv_focus  TYPE KSML, "   ' '
lv_object_instance  TYPE DDB_C02-INSTANCE, "   
lv_readonly  TYPE DDB_C02, "   ' '
lv_include_header  TYPE INCL_BILD, "   
lv_with_inherited  TYPE INCL_BILD, "   
lv_knowledge_display  TYPE INCL_BILD, "   ' '
lv_language  TYPE SY-LANGU, "   SY-LANGU
lv_line  TYPE SY. "   SPACE

  CALL FUNCTION 'CTMS_ENTER_VALUES'  "General Interface For Characteristic Value Assignment
    EXPORTING
         BATCH = lv_batch
         LINES_INCLUDE_HEADER = lv_lines_include_header
         MESSAGE = lv_message
         MESSAGE_ID = lv_message_id
         MESSAGE_NR = lv_message_nr
         MESSAGE_TYPE = lv_message_type
         MODE = lv_mode
         M_POINTS = lv_m_points
         M_SELECTIV = lv_m_selectiv
         NEUTRAL_LANGUAGE = lv_neutral_language
         NO_CHANGES = lv_no_changes
         CALLED_FROM_CL24 = lv_called_from_cl24
         NO_CLASSIFICATION = lv_no_classification
         NO_DISPLAY = lv_no_display
         NO_F11 = lv_no_f11
         NO_F12 = lv_no_f12
         NO_F15 = lv_no_f15
         NO_F3 = lv_no_f3
         NO_F8 = lv_no_f8
         NO_PASSING = lv_no_passing
         OBJECT = lv_object
         OBJECT_NOT_CLASS = lv_object_not_class
         CONFIGURE_INSTANCE = lv_configure_instance
         OBJECT_TEXT = lv_object_text
         OBLIGATORY = lv_obligatory
         OKCODE = lv_okcode
         ONE_NODE_BACK = lv_one_node_back
         PF_STATUS = lv_pf_status
         RESULT = lv_result
         ROLL = lv_roll
         ROOT = lv_root
         ROOTID = lv_rootid
         ROW = lv_row
         CUTTING_VALUES = lv_cutting_values
         SINGLE_VALUE = lv_single_value
         STATUS = lv_status
         TITLEBAR = lv_titlebar
         WITH_INFORMATION = lv_with_information
         KEY_DATE = lv_key_date
         CHANGE_NUMBER = lv_change_number
         ONLY_CLASS_ALLOCATIONS = lv_only_class_allocations
         CDDB_INSTANCE = lv_cddb_instance
         SUPPRESS_DIALOG = lv_suppress_dialog
         HIERARCHY_ALLOWED = lv_hierarchy_allowed
         IDENT = lv_ident
         MULTIPLE_ALLOWED = lv_multiple_allowed
         LANGUAGE_BY_DIALOG = lv_language_by_dialog
         VIEW = lv_view
         FILTER_ACTIVE = lv_filter_active
         FOCUS = lv_focus
         OBJECT_INSTANCE = lv_object_instance
         READONLY = lv_readonly
         INCLUDE_HEADER = lv_include_header
         KNOWLEDGE_DISPLAY = lv_knowledge_display
         LANGUAGE = lv_language
         LINE = lv_line
    IMPORTING
         DECIMALPOINT = lv_decimalpoint
         NEW_LANGUAGE = lv_new_language
         NEW_NEUTRAL_LANGUAGE = lv_new_neutral_language
         NEW_STATUS = lv_new_status
         RETURN = lv_return
         WITH_INHERITED = lv_with_inherited
    TABLES
         MTABLE = lt_mtable
         NEW_MULTIPLE_CLASSES = lt_new_multiple_classes
         PASSING_VALUE = lt_passing_value
         SELECTION = lt_selection
    EXCEPTIONS
        NO_CHARACTERISTICS = 1
        INTERNAL_ERROR = 2
. " CTMS_ENTER_VALUES




ABAP code using 7.40 inline data declarations to call FM CTMS_ENTER_VALUES

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.

DATA(ld_batch) = ' '.
 
 
 
 
DATA(ld_lines_include_header) = ' '.
 
DATA(ld_message) = ' '.
 
"SELECT single MSGID FROM SY INTO @DATA(ld_message_id).
DATA(ld_message_id) = ' '.
 
"SELECT single MSGNO FROM SY INTO @DATA(ld_message_nr).
 
"SELECT single MSGTY FROM SY INTO @DATA(ld_message_type).
DATA(ld_message_type) = ' '.
 
 
DATA(ld_m_points) = ' '.
 
DATA(ld_m_selectiv) = ' '.
 
DATA(ld_neutral_language) = ' '.
 
DATA(ld_no_changes) = ' '.
 
 
 
DATA(ld_called_from_cl24) = ' '.
 
 
DATA(ld_no_classification) = ' '.
 
DATA(ld_no_display) = ' '.
 
DATA(ld_no_f11) = ' '.
 
DATA(ld_no_f12) = ' '.
 
DATA(ld_no_f15) = ' '.
 
DATA(ld_no_f3) = ' '.
 
DATA(ld_no_f8) = ' '.
 
DATA(ld_no_passing) = ' '.
 
 
DATA(ld_object_not_class) = ' '.
 
 
DATA(ld_configure_instance) = ' '.
 
 
DATA(ld_object_text) = ' '.
 
DATA(ld_obligatory) = ' '.
 
DATA(ld_okcode) = ' '.
 
DATA(ld_one_node_back) = ' '.
 
DATA(ld_pf_status) = ' '.
 
DATA(ld_result) = ' '.
 
DATA(ld_roll) = ' '.
 
"SELECT single ROBJEK FROM INOB INTO @DATA(ld_root).
DATA(ld_root) = ' '.
 
"SELECT single ROBTAB FROM INOB INTO @DATA(ld_rootid).
DATA(ld_rootid) = ' '.
 
DATA(ld_row) = ' '.
 
 
 
DATA(ld_cutting_values) = ' '.
 
 
DATA(ld_status) = ' '.
 
 
DATA(ld_with_information) = 'X'.
 
"SELECT single DATUM FROM SY INTO @DATA(ld_key_date).
DATA(ld_key_date) = SY-DATUM.
 
"SELECT single AENNR FROM CABN INTO @DATA(ld_change_number).
 
DATA(ld_only_class_allocations) = ' '.
 
"SELECT single INSTANCE FROM DDB_C02 INTO @DATA(ld_cddb_instance).
 
DATA(ld_suppress_dialog) = ' '.
 
DATA(ld_hierarchy_allowed) = 'X'.
 
DATA(ld_ident) = 'ON'.
 
 
DATA(ld_multiple_allowed) = 'X'.
 
"SELECT single LANGU FROM SY INTO @DATA(ld_language_by_dialog).
 
"SELECT single ABTEI FROM KSML INTO @DATA(ld_view).
DATA(ld_view) = ' '.
 
DATA(ld_filter_active) = ' '.
 
DATA(ld_focus) = ' '.
 
"SELECT single INSTANCE FROM DDB_C02 INTO @DATA(ld_object_instance).
 
DATA(ld_readonly) = ' '.
 
 
 
DATA(ld_knowledge_display) = ' '.
 
"SELECT single LANGU FROM SY INTO @DATA(ld_language).
DATA(ld_language) = SY-LANGU.
 
DATA(ld_line) = ' '.
 


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!