DIAN_A_1001_08 SAP (Cached Data of DIAN Format 1001 version 08) Table details

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




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




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

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

The DIAN_A_1001_08 table consists of various fields, each holding specific information or linking keys about Cached Data of DIAN Format 1001 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_1001_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
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
PAYMENT_DEDUCTIBLECredit or debit posting deductible DIAN_D_PAYMENT_DEDUCTIBLECURR22(2) DIAN_D_AMOUNT
PAYMENT_NON_DEDUCTIBLECredit or debit posting non deductible DIAN_D_PAYMENT_NON_DEDUCTIBLECURR22(2) DIAN_D_AMOUNT
HIGHER_DEDUCTIBLE_TAX_VALUEVAT on purchase deductible DIAN_D_HIGHER_DEDUCTIBLE_TAX_VCURR22(2) DIAN_D_AMOUNT
HIGHER_NO_DEDUCTIBLE_TAX_VALUEVAT on purchase non deductible DIAN_D_HIGHER_NO_DEDUCTIBLE_TVCURR22(2) DIAN_D_AMOUNT
RETPWithholding source income actual DIAN_D_RETPCURR22(2) DIAN_D_AMOUNT
RETAWithholding source income assumed DIAN_D_RETACURR22(2) DIAN_D_AMOUNT
COMUNVAT Withholding common regime actual DIAN_D_COMUNCURR22(2) DIAN_D_AMOUNT
SIMPVAT Withholding Simple Regime Assumed DIAN_D_SIMPCURR22(2) DIAN_D_AMOUNT
NDOMVAT Withholding Non-domiciled Actual DIAN_D_NDOMCURR22(2) DIAN_D_AMOUNT
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

SELECT SINGLE *
FROM DIAN_A_1001_08
INTO CORRESPONDING FIELDS OF WA_DIAN_A_1001_08
WHERE...

How to access SAP table DIAN_A_1001_08

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