Menu

SAP Function Module CNVL_DETERMINE_FIELD

Variable Übersichten: Feld an Cursorposition ermitteln

The Function Module CNVL_DETERMINE_FIELD (Variable Übersichten: Feld an Cursorposition ermitteln) is a standard Function Module in SAP ERP and is part of the function group CNVL within the package CNVL.

Technical Information

Function Module CNVL_DETERMINE_FIELD
Short Text Variable Übersichten: Feld an Cursorposition ermitteln
Function Group CNVL
Package CNVL
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_LINE LIKE TCNVF-LINE 0 Zeilenummer des Zeilenblocks (oder 0)
I_LINTYP LIKE TCNVF-LINTYP SPACE Zeilentyp: T-Kopfzeile H-Überschrift P-Position
I_OBJECT LIKE TCNVF-OBJECT SPACE Objekt
I_POSIT LIKE TCNVF-POSIT 0 Cursor-Spalte

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_ENDPOS LIKE TCNVF-POSIT Endspalte des Feldes
E_FIELD LIKE TCNVF-FIELD interner Feldname
E_FIELDNAME LIKE TCNVD-FIELDNAME DDIC-Feldname
E_LINE_INFO TYPE CNVL_LINE_INFO Zeileninformation (Format: VL_LINE_INFO)
E_POSIT LIKE TCNVF-POSIT Anfangsspalte des Feldes
E_TABINDEX LIKE SY-TABIX Tabellenindex in VL_TCNVF mit gefundenem Eintrag
E_TABNAME LIKE TCNVD-TABNAME DDIC-Tabellenname

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.