DIAN_A_1007_08 SAP (Cached Data of DIAN Format 1007 version 08) Table details

Dictionary Type: Table
Description: Cached Data of DIAN Format 1007 version 08




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




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

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

The DIAN_A_1007_08 table consists of various fields, each holding specific information or linking keys about Cached Data of DIAN Format 1007 version 08 data available in SAP. These include RUN_ID (Globally Unique Identifier), LINE_ID (Globally Unique Identifier), COMPANY_CODE (Company Code), CONCEPT (DIAN Concept).. 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_1007_08 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
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
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
COUNTRYDIAN Residence number DIAN_D_COUNTRY_KEYNUMC4NUMC04
IPROGross revenues from own operations DIAN_D_OWN_OPERATIONSCURR22(2) DIAN_D_AMOUNT
DEVReturns, rebates and discounts DIAN_D_RETURNSCURR22(2) DIAN_D_AMOUNT
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

SELECT SINGLE *
FROM DIAN_A_1007_08
INTO CORRESPONDING FIELDS OF WA_DIAN_A_1007_08
WHERE...

How to access SAP table DIAN_A_1007_08

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