CFS_STATUS SAP (CFS: Additional (Mapping) Data for Status) Table details

Dictionary Type: Table
Description: CFS: Additional (Mapping) Data for Status




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




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

CFS_STATUS is a standard SAP Table which is used to store CFS: Additional (Mapping) Data for Status data and is available within R/3 SAP systems depending on the version and release level.

The CFS_STATUS table consists of various fields, each holding specific information or linking keys about CFS: Additional (Mapping) Data for Status data available in SAP. These include STATUS_ID (Status ID), PROFILE_ID (Status Profile ID), BSVA_STATUS_KEY (User Status), BSVA_PROFILE_KEY (Status Profile).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CFS_STATUS 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
STATUS_IDStatus ID CFS_STATUS_IDCHAR32SYSUUID_C
PROFILE_IDStatus Profile ID CFS_STATUS_PROFILE_IDCHAR32SYSUUID_C
BSVA_STATUS_KEYUser Status J_ESTATCHAR5Assigned to domainJ_ESTAT
BSVA_PROFILE_KEYStatus Profile J_STSMACHAR8Assigned to domainJ_STSMA
NAMEStatus name CFS_STATUS_NAMESSTR64
DESCRIPTIONStatus Description CFS_STATUS_DESCRSTRG0
CREATED_BYCreated By CFS_CREATED_BYCHAR12USNAM
CREATED_ONUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
CHANGED_BYChanged by CFS_CHANGED_BYCHAR12USNAM
CHANGED_ONUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM CFS_STATUS
INTO CORRESPONDING FIELDS OF WA_CFS_STATUS
WHERE...

How to access SAP table CFS_STATUS

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