SAP WCSSCR WCM: Output Structure for Selection Screens Table data and field list

WCSSCR is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "WCM: Output Structure for Selection Screens" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_WCSSCR TYPE WCSSCR.

The WCSSCR table consists of various fields, each holding specific information or linking keys about WCM: Output Structure for Selection Screens data available in SAP. These include IWERK (Maintenance Planning Plant), OBJART (Object Type), OBJTYP (Type of WCM Object), OBJNR (Object number)... 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. .

WCSSCR structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP WCSSCR structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the WCSSCR table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MODELArchitecture WCEMODELCHAR1CHAR1
IWERKMaintenance Planning Plant IWERKCHAR4Assigned to domainWERKSIWK
OBJARTObject Type WCEOBJARTCHAR2WCCOJ_OBARTWC9
OBJTYPType of WCM Object WCETYPCHAR1WCDTYP
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
USAGEUsage of WCM Object WCEUSAGECHAR3WCDUSAGE
USECTRLUsage Type WCEUSECTRLCHAR1WCDUSECTRL
PMSOGPermit Key PMSOGCHAR10WCCPPMSOG
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
ISSUEDApprovals Issued WCEISSUEDCHAR10WCCPPMSOG
REVOKEDApprovals not Issued WCEREVOKEDCHAR10WCCPPMSOG
PRIOTYPPriority Type ARTPRCHAR2Assigned to domainARTPR
PRIOKPriority PRIOKCHAR1T356PRIOKPRIOK
CATPROFILECatalog Profile WCECATPROFILECHAR9Assigned to domainRBNR
CATTYP1Catalog QKATARTCHAR1Assigned to domainQKATARTQKT
CATTXT1Keyword for Catalog Type QSWORTPKCHAR12QSWORTPK
CATTYP2Catalog QKATARTCHAR1Assigned to domainQKATARTQKT
CATTXT2Keyword for Catalog Type QSWORTPKCHAR12QSWORTPK
STSMAStatus Profile J_STSMACHAR8Assigned to domainJ_STSMA
STATINCLStatus Inclusive WCESTATINCLCHAR4TEXT4
STATEXCLStatus Exclusive WCESTATEXCLCHAR4TEXT4
PARGRPartner Determination Procedure PARGRCHAR4TPAERPARGR
PARVWPartner Function PARVWCHAR2TPARPARVWPARVWPAR
PARNRPartner I_PARNRCHAR12ALPHAI_PARNR
STRNOFunctional Location Label ILOM_STRNOCHAR40ILOM_STRNO
DOKARDocument Type DOKARCHAR3TDWADOKARCV2
DOKNRDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOKVRDocument Version DOKVRCHAR2DOKVRCV3
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
CATTYPCatalog QKATARTCHAR1TQ15QKATARTQKT
CODEGRPCode Group QCODEGRPCHAR8QPGRQCODEGRPCGP
CODECode QCODECHAR4QPCDQCODEQCODE
STXTDescriptive Short Text WCESTXTCHAR40TEXT40
DOCFLGLinked to Document WCEDOCFLGCHAR1WCDFLG
APRVFLGApprovals WCEPERMFLGCHAR1WCDFLG
UPASGNFLGIndicator WCEFLGCHAR1WCDFLG
DNASGNFLGIndicator WCEFLGCHAR1WCDFLG
MOBIFLGMobile Processing WCEMOBIFLGCHAR1WCDFLG
STEPFLGOperational Step WCESTEPFLGCHAR1WCDFLG
WKPTFLGWork with Work Permits WCEWKPTFLGCHAR1WCDFLG
REFOBJTemplate (Object Number) WCEREFOBJCHAR22Assigned to domainJ_OBJNR

Key field Non-key field



How do I retrieve data from SAP structure WCSSCR using ABAP code?

As WCSSCR is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on WCSSCR as there is no data to select.

How to access SAP table WCSSCR

Within an ECC or HANA version of SAP you can also view further information about WCSSCR and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).