DIAN_A_1009_07 SAP (Cached Data of DIAN Format 1009 version 07) Table details

Dictionary Type: Table
Description: Cached Data of DIAN Format 1009 version 07




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




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

DIAN_A_1009_07 is a standard SAP Table which is used to store Cached Data of DIAN Format 1009 version 07 data and is available within R/3 SAP systems depending on the version and release level.

The DIAN_A_1009_07 table consists of various fields, each holding specific information or linking keys about Cached Data of DIAN Format 1009 version 07 data available in SAP. These include RUN_ID (Globally Unique Identifier), LINE_ID (Globally Unique Identifier), CONCEPT (DIAN Concept), DOCUMENT_TYPE (DIAN Identification Type).. 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_1009_07 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 GUIDRAW16DIAN_A_EXTRACT
CONCEPTDIAN Concept DIAN_D_CONCEPTNUMC4
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
DIRDIAN Adress DIAN_D_DIRCHAR200DIAN_D_DIR
DEPARTMENT_CODEDIAN Departament Code DIAN_D_DEPARTMENT_CODENUMC2DIAN_D_DEPARTMENT_CODE
CITY_CODEDIAN City Code DIAN_D_CITY_CODENUMC3
COUNTRYDIAN Residence number DIAN_D_COUNTRY_KEYNUMC4NUMC04
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BALANCEAccount payables balance DIAN_D_ACCOUNT_PAYABLESCURR22(2) DIAN_D_AMOUNT

Key field Non-key field



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

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

SELECT SINGLE *
FROM DIAN_A_1009_07
INTO CORRESPONDING FIELDS OF WA_DIAN_A_1009_07
WHERE...

How to access SAP table DIAN_A_1009_07

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