UPB_CW_EP_UI SAP (Cost Center Wizard: Interfaces) Table details

Dictionary Type: Table
Description: Cost Center Wizard: Interfaces




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




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

UPB_CW_EP_UI is a standard SAP Table which is used to store Cost Center Wizard: Interfaces data and is available within R/3 SAP systems depending on the version and release level.

The UPB_CW_EP_UI table consists of various fields, each holding specific information or linking keys about Cost Center Wizard: Interfaces data available in SAP. These include GUID (UUID in compressed form (22 character UUENCODEd)), POS (Cost Center Wizard: Order), APPLC (Planning Application), PM (Name of Planning Folder).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = UPB_CW_EP_UI_T


SAP UPB_CW_EP_UI 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
GUIDUUID in compressed form (22 character UUENCODEd) SYSUUID_22CHAR22SYSUUID_22
POSCost Center Wizard: Order UPB_Y_CW_POSNUMC8UPB_D_CW_ID_FIX
APPLCPlanning Application UPB_Y_APPLCCHAR4UPB_APPLC
PMName of Planning Folder UPB_Y_PS_NAMECHAR8UPB_PS_NAME
WIFLabel for Web Interface UPWB_Y_IDCHAR30UPWB_IDWIF
COUNTERChange counter UPC_Y_COUNTERNUMC3UPC_COUNTER
UNAMEUser Name UNAMECHAR12UNAME
AEDTMChanged on AEDTMDATS8DATUM
ATIMELast changed at AS4TIMETIMS6AS4TIME
AUTHORAuthor CNAMCHAR12SYCHAR12
CREATEDONCreated on RDIR_CDATEDATS8SYDATS
CHANGEDBYLast changed by UNAMCHAR12SYCHAR12
CHANGEDONChanged On RDIR_UDATEDATS8SYDATS
LENGTHEight-digit numeric value NUM8NUMC8NUM8
RUNTIMELENGTHEight-digit numeric value NUM8NUMC8NUM8
MEMORY_LENGTHEight-digit numeric value NUM8NUMC8NUM8
STATECost Center Wizard: Status UPB_Y_CW_STATENUMC2UPB_D_CW_STATE

Key field Non-key field



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

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

SELECT SINGLE *
FROM UPB_CW_EP_UI
INTO CORRESPONDING FIELDS OF WA_UPB_CW_EP_UI
WHERE...

How to access SAP table UPB_CW_EP_UI

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