/ISDFPS/CSTASUCC SAP (Obsolete: New Table /ISDFPS/STA_UCC) Table details

Dictionary Type: Table
Description: Obsolete: New Table /ISDFPS/STA_UCC




ABAP Code to SELECT data from /ISDFPS/CSTASUCC
Related tables to /ISDFPS/CSTASUCC
Access table /ISDFPS/CSTASUCC




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

/ISDFPS/CSTASUCC is a standard SAP Table which is used to store Obsolete: New Table /ISDFPS/STA_UCC data and is available within R/3 SAP systems depending on the version and release level.

The /ISDFPS/CSTASUCC table consists of various fields, each holding specific information or linking keys about Obsolete: New Table /ISDFPS/STA_UCC data available in SAP. These include STAT_CHG_GROUP (Group), STAT_CHG_ACTION (Action), STAT_CHG_SEQNR (Sequence), OLD_STATUS (Planning Status).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP /ISDFPS/CSTASUCC 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
MANDTClient MANDTCLNT3T000MANDT
STAT_CHG_GROUPGroup /ISDFPS/STAT_CHG_GROUPCHAR4CHAR4
STAT_CHG_ACTIONAction /ISDFPS/STAT_CHG_ACTIONCHAR4/ISDFPS/CSTASUACHAR4
STAT_CHG_SEQNRSequence /ISDFPS/STAT_CHG_SEQNRNUMC3NUMC3
OLD_STATUSPlanning Status ISTAT_DCHAR1T778SISTATPST
NEW_STATUSPlanning Status ISTAT_DCHAR1T778SISTATPST
STRUC_ELEMENTGeneral Flag FLAGCHAR1FLAG
STAFFGeneral Flag FLAGCHAR1FLAG
AUTHMATGeneral Flag FLAGCHAR1FLAG
LOG_REQUIREMENTGeneral Flag FLAGCHAR1FLAG
COR_RELATRelationship Between Objects RELATCHAR3/ISDFPS/CORRELAT
SUC_ACTION_FMName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
IS_ACTIVEGeneral Flag FLAGCHAR1FLAG

Key field Non-key field



How do I retrieve data from SAP table /ISDFPS/CSTASUCC using ABAP code

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

SELECT SINGLE *
FROM /ISDFPS/CSTASUCC
INTO CORRESPONDING FIELDS OF WA_/ISDFPS/CSTASUCC
WHERE...

How to access SAP table /ISDFPS/CSTASUCC

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