DTAMCHL SAP (SAD Switzerland User Exit Transfer Structure TA48) Structure details

Dictionary Type: Structure
Description: SAD Switzerland User Exit Transfer Structure TA48




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




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

DTAMCHL is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "SAD Switzerland User Exit Transfer Structure TA48" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_DTAMCHL TYPE DTAMCHL.

The DTAMCHL table consists of various fields, each holding specific information or linking keys about SAD Switzerland User Exit Transfer Structure TA48 data available in SAP. These include L740 (Recipient Additional Description (SAD Switzerland)), L745 (Recipient Street (SAD Switzerland)), L750 (Recipient Postal Code (SAD Switzerland)), L755 (Recipient City (SAD Switzerland)).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP DTAMCHL structure 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
L735Recipient Surname/First Name (SAD Switzerland) DTACH735CHAR30CHAR30
L740Recipient Additional Description (SAD Switzerland) DTACH740CHAR30CHAR30
L745Recipient Street (SAD Switzerland) DTACH745CHAR30CHAR30
L750Recipient Postal Code (SAD Switzerland) DTACH750CHAR6CHAR6
L755Recipient City (SAD Switzerland) DTACH755CHAR24CHAR24
L790Messages (Block 1) (SAD Switzerland) DTACH790CHAR28CHAR28
L791Messages (Block 2) (SAD Switzerland) DTACH791CHAR28CHAR28
L792Messages (Block 3) (SAD Switzerland) DTACH792CHAR28CHAR28
L793Messages (Block 4) (SAD Switzerland) DTACH793CHAR28CHAR28
L798Messages (Block 5) (SAD Switzerland) DTACH798CHAR28CHAR28
L805Sold-To Party Surname/First Name (SAD Switzerland) DTACH805CHAR30CHAR30
L810Sold-To Party Additional Description (SAD Switzerland) DTACH810CHAR30CHAR30
L815Sold-To Party Street (SAD Switzerland) DTACH815CHAR30CHAR30
L820Sold-To Party Postal Code (SAD Switzerland) DTACH820CHAR6CHAR6
L825Sold-To Party City (SAD Switzerland) DTACH825CHAR24CHAR24
XAVIS_REQDisplay Field - Payment Advice Required by User XAVIS_REQCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure DTAMCHL using ABAP code?

As DTAMCHL is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on DTAMCHL as there is no data to select.

How to access SAP table DTAMCHL

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