Menu

SAP Function Module HELP_VALUES_GET_AND_RETURN_TAB

Use F4IF_INT_TABLE_VALUE_REQUEST

Unsere Literaturempfehlung

ABAP Workbench - 100 Tipps & Tricks

Es gibt 100 gute Gründe, warum Sie dieses Buch kaufen sollten. Doch die verraten wir Ihnen hier nicht. Nur so viel: Wenn Sie die ABAP Workbench als Ihr zweites Wohnzimmer begreifen, ist dieses Buch genau das richtige für Sie! Die Mini-Tutorials in diesem Buch unterstützen Sie dabei, Software in ABAP effizienter zu entwickeln. Tipps und Tricks, wie Sie sich bei der Bearbeitung von Quelltext das Leben leichter machen, wie Sie häufig wiederkehrende Programmieraufgaben automatisieren oder umständliches Vorgehen früherer Tage endlich über Bord werfen. Sie werden die ABAP Workbench in einem ganz neuen Licht erleben. Eine klare Sprache, Klick-für-Klick-Anleitungen, Zusammenfassungen und Hervorhebungen sorgen dabei für einen schnellen und unkomplizierten Lernerfolg.

Bei amazon.de ansehen →

The Function Module HELP_VALUES_GET_AND_RETURN_TAB (Use F4IF_INT_TABLE_VALUE_REQUEST) is a standard Function Module in SAP ERP and is part of the function group SHL2 within the package SHEL.

Technical Information

Function Module HELP_VALUES_GET_AND_RETURN_TAB
Short Text Use F4IF_INT_TABLE_VALUE_REQUEST
Function Group SHL2
Package SHEL
Module Type Normal Module

Importing Parameters

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
MARK_ALL_BY_DEFAULT LIKE SPACE Display all values as already marked
NO_SCROLL LIKE SPACE No list scroll when marking: 'X'
RETURN_PRESEL_VALUES LIKE SPACE Return pre-selected values
SELECTFIELD LIKE HELP_INFO-FIELDNAME Chosen table field
TABLENAME LIKE HELP_INFO-TABNAME Name of the Dict.tab.,struct.of the int. table
TITEL LIKE SPACE Title of the F4 popup
USE_USER_DEFINED_FIELDS LIKE SPACE User table definition: 'X'
WRITE_SELECTFIELD_IN_COLOURS LIKE 'X' Color display of selected values

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
RETURNCODE LIKE SY-SUBRC Action code: 12 Cancel, 0 otherwise

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
FULL_TABLE LIKE Internal Table
SELECTION_TAB LIKE SHVALUE Lines and values return table
USER_FIELDS LIKE HELP_VALUE User-specified table fields
USER_MARKED_VALUES LIKE Values which are to be marked in the list

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
FIELD_NOT_IN_DDIC Table (field) not (active) in DDIC.
MORE_THEN_ONE_SELECTFIELD More than one field flagged as F4 field.
NO_SELECTFIELD No field flagged as F4 field
NO_TABLEFIELDS_IN_DICTIONARY No fields available in ABAP Dictionary
NO_TABLESTRUCTURE_GIVEN No Dictionary table name specified