/IPRO/TELM_VAR SAP (Association between elements and variables -- fill-in vars) Table details

Dictionary Type: Table
Description: Association between elements and variables -- fill-in vars




ABAP Code to SELECT data from /IPRO/TELM_VAR
Related tables to /IPRO/TELM_VAR
Access table /IPRO/TELM_VAR




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

/IPRO/TELM_VAR is a standard SAP Table which is used to store Association between elements and variables -- fill-in vars data and is available within R/3 SAP systems depending on the version and release level.

The /IPRO/TELM_VAR table consists of various fields, each holding specific information or linking keys about Association between elements and variables -- fill-in vars data available in SAP. These include CONTENT (Content), VARB (Variable), CMODIF (Content Modifier), ELMNTX (Element).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /IPRO/TELM_VAR 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
MANDTClient MANDTCLNT3T000MANDT
CONTENTContent /IPRO/CONTENTCHAR10/IPRO/TCONTENT/IPRO/CONTENT/IPRO/CONTENT
VARBVariable /IPRO/VARBCHAR20/IPRO/TVAR_CMPCHAR20
CMODIFContent Modifier /IPRO/CMODIFCHAR3/IPRO/TCMODIFCHAR3
.INCLU-X 0
ELMNTXElement /IPRO/ELMNTCHAR20/IPRO/TELMNTCHAR20
RGSETXRegulation Set /IPRO/RGSETCHAR10/IPRO/TRGSETCHAR10
CMODIFXContent Modifier /IPRO/CMODIFCHAR3/IPRO/TCMODIFCHAR3
EFFT_DTEXEffective Date /IPRO/EFFT_DTEDATS8DATS
VERSIONXVersion Number /IPRO/ELEMENT_VERSIONNUMC5NUM5
IS_READONLYVariable Is Read-Only /IPRO/IS_READONLYCHAR1CHAR1_X
IS_MANDTRYVariable Required /IPRO/IS_MANDTRYCHAR1CHAR1_X
ORDRIndex of Entry SSEQNRINT410PDTABIX
OWNERFill-In Owner /IPRO/OWNERCHAR20/IPRO/TOWNERCHAR20

Key field Non-key field



How do I retrieve data from SAP table /IPRO/TELM_VAR using ABAP code

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

SELECT SINGLE *
FROM /IPRO/TELM_VAR
INTO CORRESPONDING FIELDS OF WA_/IPRO/TELM_VAR
WHERE...

How to access SAP table /IPRO/TELM_VAR

Within an ECC or HANA version of SAP you can also view further information about /IPRO/TELM_VAR 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!