VTIS_FIELDS SAP (TIS: Renaming of Fields) Table details

Dictionary Type: Table
Description: TIS: Renaming of Fields




ABAP Code to SELECT data from VTIS_FIELDS
Related tables to VTIS_FIELDS
Access table VTIS_FIELDS




Table field list including key, data, relationships and ABAP select examples

VTIS_FIELDS is a standard SAP Table which is used to store TIS: Renaming of Fields data and is available within R/3 SAP systems depending on the version and release level.

The VTIS_FIELDS table consists of various fields, each holding specific information or linking keys about TIS: Renaming of Fields data available in SAP. These include MODUS (Field renaming mode), FIENM_IN (Field Name), FIENM_OUT (Table field), FBNAM (Name of Function Module).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP VTIS_FIELDS table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
RANTYPContract type FTI_RANTYP_TRCHAR1FTI_RANTYP_TR
MODUSField renaming mode FTI_MODECHAR1FTI_MODE
FIENM_INField Name FIELDNAMECHAR30TKAFFDNAMEDFD
FIENM_OUTTable field TFIELDNAMECHAR30TKAFFDNAMEDFD
FBNAMName of Function Module RS38L_FNAMCHAR30TFDIRFUNCNAMELIB
ANFENDDifference Between Start/End FTI_ANFENDCHAR1FTI_ANFEND
SEVERITYError severity(' ',W(arning),E(rror),A(bnormal termination)) ERRORTYPCHAR1SEVERITY
AGApplication Area ARBGBCHAR20T100AARBGBMAG
MSGNRMessage number MSGNRCHAR3T100MSGNR

Key field Non-key field



How do I retrieve data from SAP table VTIS_FIELDS using ABAP code

The following ABAP code Example will allow you to do a basic selection on VTIS_FIELDS to SELECT all data from the table
DATA: WA_VTIS_FIELDS TYPE VTIS_FIELDS.

SELECT SINGLE *
FROM VTIS_FIELDS
INTO CORRESPONDING FIELDS OF WA_VTIS_FIELDS
WHERE...

How to access SAP table VTIS_FIELDS

Within an ECC or HANA version of SAP you can also view further information about VTIS_FIELDS and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!