DTAMCHF SAP (SAD Switzerland User Exit Transfer Structure TA870) Structure details

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




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




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

DTAMCHF 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 TA870" 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_DTAMCHF TYPE DTAMCHF.

The DTAMCHF table consists of various fields, each holding specific information or linking keys about SAD Switzerland User Exit Transfer Structure TA870 data available in SAP. These include F50C (Payee Address (Line 2) (DME Switzerland)), F50E (Payee Address (Line 3) (DME Switzerland)), F50G (Payee Address (Line 4) (DME Switzerland)), F59D (Person Liable to Pay Name (DME 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 DTAMCHF 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
F50APayee Name (DME Switzerland) DTACH50A24CHAR24CHAR24
F50CPayee Address (Line 2) (DME Switzerland) DTACH50C24CHAR24CHAR24
F50EPayee Address (Line 3) (DME Switzerland) DTACH50E24CHAR24CHAR24
F50GPayee Address (Line 4) (DME Switzerland) DTACH50G24CHAR24CHAR24
F59DPerson Liable to Pay Name (DME Switzerland) DTACH59D24CHAR24CHAR24
F59FPerson Liable to Pay Address (Line 2) (DME Switzerland) DTACH59F24CHAR24CHAR24
F59HPerson Liable to Pay Address (Line 3) (DME Switzerland) DTACH59H24CHAR24CHAR24
F59JPerson Liable to Pay Address (Line 4) (DME Switzerland) DTACH59J24CHAR24CHAR24
F70AMessages (Line 1) (DME Switzerland) DTACH70A35CHAR35CHAR35
F70CMessages (Line 2) (DME Switzerland) DTACH70C35CHAR35CHAR35
F70EMessages (Line 3) (DME Switzerland) DTACH70E35CHAR35CHAR35
F70GMessages (Line 4) (DME Switzerland) DTACH70G35CHAR35CHAR35
XAVIS_REQDisplay Field - Payment Advice Required by User XAVIS_REQCHAR1XFELD

Key field Non-key field



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

As DTAMCHF 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 DTAMCHF as there is no data to select.

How to access SAP table DTAMCHF

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