DIAN_A_TFORMAT SAP (Testing table for Cached Data of DIAN Formats) Table details

Dictionary Type: Table
Description: Testing table for Cached Data of DIAN Formats




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




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

DIAN_A_TFORMAT is a standard SAP Table which is used to store Testing table for Cached Data of DIAN Formats data and is available within R/3 SAP systems depending on the version and release level.

The DIAN_A_TFORMAT table consists of various fields, each holding specific information or linking keys about Testing table for Cached Data of DIAN Formats data available in SAP. These include RUN_ID (Globally Unique Identifier), LINE_ID (Globally Unique Identifier), CONCEPT (), NUM1 (Amount).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP DIAN_A_TFORMAT 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 MANDTCLNT3Assigned to domainMANDT
RUN_IDGlobally Unique Identifier GUIDRAW16
LINE_IDGlobally Unique Identifier GUIDRAW16
CONCEPT 0
NUM1Amount DIAN_D_AMOUNTCURR22(2) DIAN_D_AMOUNT
NUM2 0
DOCUMENT_TYPEDIAN Identification Type DIAN_D_DOC_TYPECHAR2DIAN_D_DOC_TYPE
IDENTIFICATION_NUMBERDIAN Identification number DIAN_D_NITCHAR20
VERIFICATION_DIGITDIAN Verification Digit DIAN_D_VERIFICATION_DIGITNUMC1
LAST_NAMELast Name DIAN_D_LAST_NAMECHAR40
MIDDLE_NAMEDIAN Middle Name DIAN_D_MIDDLE_NAMECHAR40
NAMEDIAN Name DIAN_D_NAMECHAR40
OTHER_NAMESOther Name DIAN_D_OTHER_NAMESCHAR40
RAZCorporate Name DIAN_D_RAZCHAR40

Key field Non-key field



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

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

SELECT SINGLE *
FROM DIAN_A_TFORMAT
INTO CORRESPONDING FIELDS OF WA_DIAN_A_TFORMAT
WHERE...

How to access SAP table DIAN_A_TFORMAT

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