Menu

SAP Function Module KCRP2_CHOOSE_VARIABLE

Choose a variable (local or global one)

The Function Module KCRP2_CHOOSE_VARIABLE (Choose a variable (local or global one)) is a standard Function Module in SAP ERP and is part of the function group KCRP2 within the package KCRP.

Technical Information

Function Module KCRP2_CHOOSE_VARIABLE
Short Text Choose a variable (local or global one)
Function Group KCRP2
Package KCRP
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_APPLCLASS LIKE RKB1D-APPLCLASS Application class
I_DTYPE LIKE CDIFIE-DTYPE Data type in ABAP Dictionary
I_FNAM LIKE CFBCH01-FIELD Name of characteristic
I_TXTMT LIKE CFBL101-TXTMT Medium field label
I_VARTYP LIKE TKESV-VARTYP Type of variable
I_VNAM LIKE TKESV-VNAM Name of variable
I_VNOOBL LIKE TKESV-VNOOBL Optional entry for variables
I_VPARSEL LIKE TKESV-VPARSEL '*' Parameter / select option

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
C_TXTMT LIKE CFBL101-TXTMT Description
C_VNAM LIKE TKESV-VNAM Name of variable

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.