TCONV_ADR SAP (Conversion of Old Address Fields to CAM Address Fields) Table details

Dictionary Type: Table
Description: Conversion of Old Address Fields to CAM Address Fields




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




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

TCONV_ADR is a standard SAP Table which is used to store Conversion of Old Address Fields to CAM Address Fields data and is available within R/3 SAP systems depending on the version and release level.

The TCONV_ADR table consists of various fields, each holding specific information or linking keys about Conversion of Old Address Fields to CAM Address Fields data available in SAP. These include MASTER_FIELD (Field Name), CAM_FIELD (Field Name), CAM_TAB (Table Name), STRUCTURE (Identifier for internal table containing ZAC address struct.).. 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: Not classified


SAP TCONV_ADR 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
MASTER_TABTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
MASTER_FIELDField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
CAM_FIELDField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
CAM_TABTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
STRUCTUREIdentifier for internal table containing ZAC address struct. CONV_STRUCTURECHAR30CONV_STRUCTURE
WORKAREAIdentifier of work area for int. table w/ ZAV addr. struct. CONV_WORKAREACHAR30CONV_WORKAREA
SUBIdentifier for sub-structurecontaining ZAC address structure CONV_SUBCHAR30CONV_SUB
DYNPRO_NAMEStructure identifier for ZAV screen CONV_DYNPRO_NAMECHAR30CONV_DYNPRO_NAME
CONCATENATEMaster date consists of several ZAC fields (concatenate) CONV_CONCATENATENUMC1CONV_CONCATENATE
SEPARATORSeperator to be used during concatenation (* = none) CONV_SEPARATORCHAR1CONV_SEPARATOR
UPDATEFLGIdentifies whether previous identical WA is updated CONV_UPDATEFLGCHAR1CONV_UPDATEFLG

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCONV_ADR
INTO CORRESPONDING FIELDS OF WA_TCONV_ADR
WHERE...

How to access SAP table TCONV_ADR

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