Menu

SAP Function Module HR_F4HELP_IN_INTERVAL

Suchhilfe mit Einschränkung der Trefferliste auf ein Gültigkeitsintervall

The Function Module HR_F4HELP_IN_INTERVAL (Suchhilfe mit Einschränkung der Trefferliste auf ein Gültigkeitsintervall) is a standard Function Module in SAP ERP and is part of the function group HRTIM00F4HELP within the package PTIM.

Technical Information

Function Module HR_F4HELP_IN_INTERVAL
Short Text Suchhilfe mit Einschränkung der Trefferliste auf ein Gültigkeitsintervall
Function Group HRTIM00F4HELP
Package PTIM
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IM_BEGDA_FIELD TYPE DDSHIFACE-SHLPFIELD 'BEGDA' Feldname für Wertübergabe an F4-Hilfe
IM_DYNPRO LIKE SY-DYNNR SPACE Dynpro
IM_ENDDA_FIELD TYPE DDSHIFACE-SHLPFIELD 'ENDDA' Feldname für Wertübergabe an F4-Hilfe
IM_MODE TYPE C SPACE SPACE-automatisch, D-nur anzeigen, I-Immer eingabebereit
IM_PROGRAM LIKE SY-CPROG SPACE ABAP-Programm des Dynpros
IM_SHLPFIELD TYPE DDSHIFACE-SHLPFIELD Feldname für Wertübergabe an F4-Hilfe
IM_SHLPNAME TYPE DD30V-SHLPNAME SPACE Name einer Suchhilfe
IM_SHLPTABNAME TYPE DDSHIFACE-VALTABNAME SPACE Struktur der eine Eingabehilfe zugeordnet ist

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
RC LIKE SY-SUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen

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
TAB_INTF LIKE DDSHIFACE Interface-Beschreibung einer F4-Helpmethode

Exceptions

This function module does not define any Exceptions.