RSD99 SAP (Dictionary Test Table with All Data Types (form. FLTP)) Table details

Dictionary Type: Table
Description: Dictionary Test Table with All Data Types (form. FLTP)




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




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

RSD99 is a standard SAP Table which is used to store Dictionary Test Table with All Data Types (form. FLTP) data and is available within R/3 SAP systems depending on the version and release level.

The RSD99 table consists of various fields, each holding specific information or linking keys about Dictionary Test Table with All Data Types (form. FLTP) data available in SAP. These include FACCP (Test DTEL ACCP), FCLNT (Test DTEL CLNT), FCUKY (Test DTEL CUKY), FCURR (Test DTEL CURR).. 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 RSD99 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
KCHARTest DTEL CHAR RSDCHARCHAR4RSDCHAR
FACCPTest DTEL ACCP RSDACCPACCP6RSDACCP
FCLNTTest DTEL CLNT RSDCLNTCLNT3RSDCLNT
FCUKYTest DTEL CUKY RSDCUKYCUKY5RSDCUKY
FCURRTest DTEL CURR RSDCURRCURR10(2) RSDCURR
FDATSTest DTEL DATS RSDDATSDATS8RSDDATS
FDECTest DTEL DEC RSDDECDEC8(2) RSDDEC
FFLTPTest data element FLTP RSDFLTPFLTP16(16) RSDFLTP
FINT1Test DTEL INT1 RSDINT1INT13RSDINT1
FINT2Test DTEL INT2 RSDINT2INT25RSDINT2
FINT4Test DTEL INT4 RSDINT4INT410RSDINT4
FLANGTest data element LANG RSDLANGLANG1Assigned to domainISOLASPRAS
FNUMCTest data element NUMC RSDNUMCNUMC4RSDNUMC
FPRECTest data element PREC RSDPRECPREC2RSDPREC
FQUANTest data element QUAN RSDQUANQUAN3RSDQUAN
FRAWTest data element RAW RSDRAWRAW20RSDRAW
FTIMSTest data element TIMS RSDTIMSTIMS6RSDTIMS
FUNITTest data element UNIT RSDUNITUNIT3RSDUNIT
FSSTRINGTest Data Element for Short String RSDSSTRINGSSTR10RSDSSTRING
FSTRINGTest Data Element for String RSDSTRINGSTRG0RSDSTRING
FRSTRINGTest Data Element for RAWSTRING RSDRSTRINGRSTR0RSDRSTRING

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSD99
INTO CORRESPONDING FIELDS OF WA_RSD99
WHERE...

How to access SAP table RSD99

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