Menu

SAP Function Module DD_SHLP_COMBOBOX_FILL

Beschaffen der Combobox-Werte zu einem DDIC-Feld

The Function Module DD_SHLP_COMBOBOX_FILL (Beschaffen der Combobox-Werte zu einem DDIC-Feld) is a standard Function Module in SAP ERP and is part of the function group SDSD within the package SDSH.

Technical Information

Function Module DD_SHLP_COMBOBOX_FILL
Short Text Beschaffen der Combobox-Werte zu einem DDIC-Feld
Function Group SDSD
Package SDSH
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FIELDNAME LIKE DD03V-FIELDNAME Feldname aus DDIC bzw. Datenelement
TABNAME LIKE DD03V-TABNAME Tabellenname aus DDIC (leer bei TYPE DTEL)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
RC LIKE SY-SUBRC 8: Feld nicht für Combobox geeignet

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
VALUE_PAIR_TAB TYPE VRM_VALUES Tabelle der Schlüsselwerte und Texte

Exceptions

This function module does not define any Exceptions.