CD0F4TEST SAP () Table details

Dictionary Type: Table
Description:




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




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

CD0F4TEST 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 CD0F4TEST table consists of various fields, each holding specific information or linking keys about data available in SAP. These include SPRAS_ROLL (Language Key), ROLLNAME1 (), DIATYP (Dialog type), TABCLASS (Table category).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CD0F4TEST 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
KEYFIELD CD0F4VALCHAR3CD0F4VAL
SPRAS_ROLLLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
ROLLNAME1 CD0ROLLCHAR30Assigned to domainROLLNAMECD0ROLLNAME
DIATYPDialog type DDSHDIATYPCHAR1DDSHDIATYPDD_DDSHDIATYP
TABCLASSTable category TABCLASSCHAR8TABCLASS
FIXED_VAL CD0FVAL01CHAR5CD0FVAL01
FIXED_INT CD0FVAL02CHAR2CD0FVAL02
DATUM1Date of Last Change AS4DATEDATS8AS4DATE
TIMS1Last changed at AS4TIMETIMS6AS4TIME
DATUM2 0
TIMS2 0
SHLPNAMEName of a Search Help SHLPNAMECHAR30Assigned to domainSHLPNAMESHLPDD_SHLP
SHLPFIELDName of a search help parameter SHLPFIELDCHAR30DD32SFDNAME
IDIcon in text fields (substitute display, alias) ICON_DCHAR4ICONICON
ARBGBApplication Area ARBGBCHAR20T100AARBGBMAG
MSGNRMessage number MSGNRCHAR3T100MSGNR
PERSNUMBERPerson number AD_PERSNUMCHAR10Assigned to domainALPHAAD_PERSNUMCDTADDRESS
ADDRNUMBERAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
COMP_PERSFlag: Person in company (C) or private (P) address AD_CMP_PRSCHAR1AD_CMP_PRS

Key field Non-key field



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

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

SELECT SINGLE *
FROM CD0F4TEST
INTO CORRESPONDING FIELDS OF WA_CD0F4TEST
WHERE...

How to access SAP table CD0F4TEST

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