CD9NTTYP SAP () Table details

Dictionary Type: Table
Description:




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




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

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

The CD9NTTYP table consists of various fields, each holding specific information or linking keys about data available in SAP. These include KACCP (), KCLNT (), KCUKY (), KCURR ().. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CD9NTTYP 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
KCHAR RSDCHAR1CHAR20ALPHARSDCHAR1
KACCP RSDACCP1ACCP6RSDACCP1
KCLNT RSDCLNT1CLNT3RSDCLNT1
KCUKY RSDCUKY1CUKY5RSDCUKY1
KCURR RSDCURR1CURR10(2) RSDCURR1
KDATS RSDDATS1DATS8RSDDATS1
KDEC RSDDEC1DEC8(2) RSDDEC1
KFLTP RSDFLTP1FLTP16(16) RSDFLTP1
KINT1 RSDKINT1INT13RSDKINT1
KINT2 RSDKINT2INT25RSDKINT2
KINT4 RSDKINT4INT410RSDKINT4
KLANG RSDLANG1LANG1Assigned to domainISOLASPRAS
KNUMC RSDNUMC1NUMC4RSDNUMC1
KPREC RSDPREC1PREC2RSDPREC1
KQUAN RSDQUAN1QUAN3RSDQUAN1
KRAW RSDRAW1RAW20RSDRAW1
KTIMS RSDTIMS1TIMS6RSDTIMS1
KUNIT RSDUNIT1UNIT3RSDUNIT1
KINTFEST RSDKINTFINT13RSDKINTF
KCHARFEST RSDCHARFCHAR4ALPHARSDCHARF

Key field Non-key field



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

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

SELECT SINGLE *
FROM CD9NTTYP
INTO CORRESPONDING FIELDS OF WA_CD9NTTYP
WHERE...

How to access SAP table CD9NTTYP

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