DIAN_C_FORMATS SAP (Maintain DIAN formats configuration) Table details

Dictionary Type: Table
Description: Maintain DIAN formats configuration




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




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

DIAN_C_FORMATS is a standard SAP Table which is used to store Maintain DIAN formats configuration data and is available within R/3 SAP systems depending on the version and release level.

The DIAN_C_FORMATS table consists of various fields, each holding specific information or linking keys about Maintain DIAN formats configuration data available in SAP. These include DIAN_YEAR (Year), DIAN_FORMAT (DIAN Format), VERSION (DIAN Format Version), EXCHANGE_RATE_TYPE (Exchange Rate 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP DIAN_C_FORMATS 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
DIAN_YEARYear AJAHRNUMC4GJAHRGJAHR
DIAN_FORMATDIAN Format DIAN_D_FORMATNUMC4DIAN_SY_FORMATS
VERSIONDIAN Format Version DIAN_D_FORMAT_VERSIONNUMC5DIAN_SY_FORMATSDIAN_FVERSION
EXCHANGE_RATE_TYPEExchange Rate Type KURSTCHAR4TCURVKURSTKUT
DIAN_ID_TYPEDIAN ID Type for minimum Amount DIAN_D_ID_TYPECHAR2DIAN_D_ID_TYPE
MIN_AMOUNTDIAN minimum amount DIAN_D_MIN_AMOUNTCURR22(2) DIAN_D_AMOUNT
NIT_MIN_ACCOUNTNIT Minimun Account DIAN_D_MIN_ACCOUNTCHAR20
NAME_MIN_AMOUNTName Minimum Amount DIAN_D_NAME_MIN_AMOUNTCHAR60CHAR60
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS

Key field Non-key field



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

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

SELECT SINGLE *
FROM DIAN_C_FORMATS
INTO CORRESPONDING FIELDS OF WA_DIAN_C_FORMATS
WHERE...

How to access SAP table DIAN_C_FORMATS

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