Sind Sie neu in der SAP-Welt und möchten schnell mitreden? Mit diesem Buch finden Sie sich erfolgreich im SAP-Umfeld zurecht! Sie steigen direkt in die Konzepte und Technologien der SAP-Software ein und lernen die unterschiedlichen Systeme und Prozesse kennen. Schritt für Schritt zeigen die Autoren Ihnen die wichtigsten technischen Aufgaben und die Zusammenhänge zwischen den Objekten. Dank der vielen Beispiele und Abbildungen finden Sie sich schnell im SAP-Umfeld zurecht und können direkt in SAP ERP oder SAP S/4HANA anfangen.
Bei amazon.de ansehen →The Function Module HELP_VALUES_GET_WITH_DD_NAME (Use F4IF_INT_TABLE_VALUE_REQUEST) is a standard Function Module in SAP ERP and is part of the function group SHL3 within the package SDSH.
Function Module | HELP_VALUES_GET_WITH_DD_NAME |
Short Text | Use F4IF_INT_TABLE_VALUE_REQUEST |
Function Group | SHL3 |
Package | SDSH |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CUCOL | LIKE | SY-CUCOL | 0 | Cursor position: Column |
CUROW | LIKE | SY-CUROW | 0 | Cursor position: Line |
DISPLAY | LIKE | SPACE | Display flag: 'X' display only, ' ' with choice | |
NO_MARKING_OF_CHECKVALUE | LIKE | SPACE | Last value cannot be marked | |
NO_PERS_HELP_SELECT | LIKE | SPACE | Personal help hidden | |
NO_SCROLL | LIKE | SPACE | No scrolling of the displayed value list | |
SELECTFIELD | LIKE | HELP_INFO-FIELDNAME | Chosen table field | |
SHOW_ALL_VALUES_AT_FIRST_TIME | LIKE | SPACE | Ignore 100 values limit for first call | |
TABLENAME | LIKE | HELP_INFO-TABNAME | Name of the Dict.tab.,struct.of the int. table | |
TITEL | LIKE | SPACE | Title of the F4 popup | |
TITLE_IN_VALUES_LIST | LIKE | SPACE | Information line in display popup | |
USE_USER_SELECTIONS | LIKE | SPACE | Use specified selection conditions |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IND | LIKE | SY-TABIX | Index of the selected field | |
SELECT_VALUE | LIKE | HELP_INFO-FLDVALUE | Selected value |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FULL_TABLE | LIKE | Internal Table | ||
HEADING_TABLE | TYPE | F4TYP_HEADING_TAB | Field headers | |
USER_SEL_FIELDS | LIKE | DYNPREAD | Specified selection conditions |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
MORE_THEN_ONE_SELECTFIELD | More than one field selected |
NO_SELECTFIELD | No field selected |
NO_TABLEFIELDS_IN_DICTIONARY | No fields available in ABAP Dictionary |
NO_TABLESTRUCTURE_GIVEN | No Dictionary table name specified |