TLDOC_ITFCHARCON SAP (Conversion Rules for ITF Character Formats) Table details

Dictionary Type: Table
Description: Conversion Rules for ITF Character Formats




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




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

TLDOC_ITFCHARCON is a standard SAP Table which is used to store Conversion Rules for ITF Character Formats data and is available within R/3 SAP systems depending on the version and release level.

The TLDOC_ITFCHARCON table consists of various fields, each holding specific information or linking keys about Conversion Rules for ITF Character Formats data available in SAP. These include ITF_FORMAT (ITF Character Format for ITF Conversion Rules), TARGET_FORMAT (Target character start-format for ITF conversion rules), END_FORMAT (Target end-format for ITF Conversion Rules).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TLDOC_ITFCHARCON 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
RULES_KEYKey for sets of ITF conversion rules for ABAP Tools Docu ABTL_RULESCHAR8
ITF_FORMATITF Character Format for ITF Conversion Rules ABTL_ITF_FORMATCHAR4
TARGET_FORMATTarget character start-format for ITF conversion rules ABTL_TGT_FORMATCHAR120ABTL_TEXT120
END_FORMATTarget end-format for ITF Conversion Rules ABTL_END_FORMATCHAR120ABTL_TEXT120

Key field Non-key field



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

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

SELECT SINGLE *
FROM TLDOC_ITFCHARCON
INTO CORRESPONDING FIELDS OF WA_TLDOC_ITFCHARCON
WHERE...

How to access SAP table TLDOC_ITFCHARCON

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