CD0NTYPE SAP () Structure details

Dictionary Type: Structure
Description:




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




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

CD0NTYPE is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CD0NTYPE TYPE CD0NTYPE.

The CD0NTYPE table consists of various fields, each holding specific information or linking keys about data available in SAP. These include FINT1 (Test DTEL INT1), FINT2 (Test DTEL INT2), FINT4 (Test DTEL INT4), FDEC1 (Test DTEL DEC).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CD0NTYPE structure 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
KFLAGDD: Category of type-specific limit value (lowest, highest) RSDFLAGCHAR20CHAR20
FINT1Test DTEL INT1 RSDINT1INT13RSDINT1
FINT2Test DTEL INT2 RSDINT2INT25RSDINT2
FINT4Test DTEL INT4 RSDINT4INT410RSDINT4
FDEC1Test DTEL DEC RSDDECDEC8(2) RSDDEC
FDEC2ABAP/4 Dict.: Testdtel type DEC, 10 pos., 2 dec. pos., sign RSDDECV10DEC10(2) RSDDECV10
FDEC3ABAP/4 Dict.: Test data element type DEC, 15 pos. RSDDEC15DEC15RSDDEC15
FDEC4ABAP/4 Dict.: Testdtel type DEC, 11 pos., 3 dec.pos. RSDDEC11DEC11(3) RSDDEC11
FDEC5ABAP/4 Dict.: Testdtel type DEC, 10 pos., 3 dec. pos., sign RSDDECV103DEC10(3) RSDDECV103
FDEC6ABAP/4 Dict.: Testdtel type DEC, 15 pos., 10 dec. pos., sign RSDDECV151DEC15(10) RSDDECV151
FDEC7ABAP/4 Dict.: Testdtel type DEC, 5 pos., 2 dec. pos. RSDDEC5DEC5(2) RSDDEC5
FDEC8DD: Test data element type DEC 16 places before dec. point RSDDEC16DEC16RSDDEC16
FDEC9ABAP/4 Dict.:testdtel type DEC,10 pos., 5 dec. pos. RSDDEC10DEC10(5) RSDDEC10
FDEC10DD: test data element DEC of length 15 with sign RSDDECV15DEC15RSDDECV15
FDEC11DD: test data element DEC of length 4 with sign RSDDECV4DEC4RSDDECV4
FDEC12DD: Testdtel DEC with 7 places before, 9 after decimal point RSDDECV7DEC16(9) RSDDECV7

Key field Non-key field



How do I retrieve data from SAP structure CD0NTYPE using ABAP code?

As CD0NTYPE is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CD0NTYPE as there is no data to select.

How to access SAP table CD0NTYPE

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