J_3GWFCEM SAP (CEM: Default Values for Workflow) Table details

Dictionary Type: Table
Description: CEM: Default Values for Workflow




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




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

J_3GWFCEM is a standard SAP Table which is used to store CEM: Default Values for Workflow data and is available within R/3 SAP systems depending on the version and release level.

The J_3GWFCEM table consists of various fields, each holding specific information or linking keys about CEM: Default Values for Workflow data available in SAP. These include ANLKL (Asset Class), BUKRS (Company Code), WERKS (Plant), PM_AUFART_E (Order Type for Maintenance Orders).. 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: Can be enhanced (character-type)


SAP J_3GWFCEM 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 MANDTCLNT3Assigned to domainMANDT
ANLKLAsset Class ANLKLCHAR8ANKAALPHAANLKLANKSH_ANLKA
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
PM_AUFART_EOrder Type for Maintenance Orders PM_AUFARTCHAR4T003OAUFARTAAI
TEXT_EText, 40 Characters Long TEXT40CHAR40TEXT40
GSTRP_EBasic start date CO_GSTRPDATS8DATUM
GLTRP_EBasic finish date CO_GLTRPDATS8DATUM
EQART_EType of Technical Object EQARTCHAR10T370KEQART
EQTYP_EEquipment category EQTYPCHAR1T370TEQTYPEQT
OBJTY_EObject types of the CIM resource CR_OBJTYCHAR2CRHDCR_OBJTY
OBJID_EObject ID of the resource CR_OBJIDNUMC8CRIDCR_OBJID
ARBPL_EWork center ARBPLCHAR8ARBPLAGR
WERKS_EPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
CATNR1_ECATT - Test case CATNRCHAR30CATACATNRCAT
CATNR2_ECATT - Test case CATNRCHAR30CATACATNRCAT
PM_AUFART_VOrder Type for Maintenance Orders PM_AUFARTCHAR4T003OAUFARTAAI
TEXT_VText, 40 Characters Long TEXT40CHAR40TEXT40
GSTRP_VBasic start date CO_GSTRPDATS8DATUM
GLTRP_VBasic finish date CO_GLTRPDATS8DATUM
EQART_VType of Technical Object EQARTCHAR10T370KEQART
EQTYP_VEquipment category EQTYPCHAR1T370TEQTYPEQT
OBJTY_VObject types of the CIM resource CR_OBJTYCHAR2CRHDCR_OBJTY
OBJID_VObject ID of the resource CR_OBJIDNUMC8CRIDCR_OBJID
ARBPL_VWork center ARBPLCHAR8ARBPLAGR
WERKS_VPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
CATNR1_VCATT - Test case CATNRCHAR30CATACATNRCAT
CATNR2_VCATT - Test case CATNRCHAR30CATACATNRCAT

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_3GWFCEM
INTO CORRESPONDING FIELDS OF WA_J_3GWFCEM
WHERE...

How to access SAP table J_3GWFCEM

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