Menu

SAP Function Module RV_HELP

Hilfewindows für spezielle Felder, für die es keine Helpviews gibt

The Function Module RV_HELP (Hilfewindows für spezielle Felder, für die es keine Helpviews gibt) is a standard Function Module in SAP ERP and is part of the function group V05K within the package VZ.

Technical Information

Function Module RV_HELP
Short Text Hilfewindows für spezielle Felder, für die es keine Helpviews gibt
Function Group V05K
Package VZ
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DESCRIPTION_IN LIKE ' ' Name of value before F4
FIELD_IN LIKE ' ' Value of help field before F4
KEY LIKE ' ' 1st key field for data provision
KEY2 LIKE ' ' 2nd key field
KEY3 LIKE ' ' 3rd key field
KEY4 LIKE ' ' 4th key field
KEY5 LIKE ' ' 5th key field
NUMBER LIKE Number of help window
TRTYP LIKE 'V' Transaction type (display, change)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DESCRIPTION LIKE Name of value
FIELD LIKE Selected value

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.