UMB_SC180 SAP (Scorecard: Initiatives) Table details

Dictionary Type: Table
Description: Scorecard: Initiatives




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




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

UMB_SC180 is a standard SAP Table which is used to store Scorecard: Initiatives data and is available within R/3 SAP systems depending on the version and release level.

The UMB_SC180 table consists of various fields, each holding specific information or linking keys about Scorecard: Initiatives data available in SAP. These include SCARD (Scorecard), INIT (Initiative), DURFR (Start of Initiative), DURTO (End of Initiative).. 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: Cannot Be Enhanced

Text table = UMB_SC181


SAP UMB_SC180 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
SCARDScorecard UMB_Y_SCARDCHAR10UMB_SC100UMB_D_SCARDSCORECARD
INITInitiative UMB_Y_INITCHAR10UMB_D_INIT
DURFRStart of Initiative UMB_Y_INITDURFRNUMC7PERI7UMC_D_VALID
DURTOEnd of Initiative UMB_Y_INITDURTONUMC7PERI7UMC_D_VALID
PRIOPriority of Initiative UMB_Y_INITPRIOCHAR1UMB_D_INITPRIO
OWNERInitiative Owner UMB_Y_INOWNRCHAR12Assigned to domainXUBNAMEUSER_ADDR
RFCDEST_BICRFC Destination UMC_Y_RFCDESTCHAR32Assigned to domainRFCDESTRFCAL_R3_RFCDEST
DOC_IDBusiness Document Service: Document ID BDS_DOCIDCHAR42CHAR42
RFCDESTRFC Destination UMC_Y_RFCDESTCHAR32Assigned to domainRFCDESTRFCAL_R3_RFCDEST
ICUBEInfoCube (BW) UMC_Y_ICUBECHAR30UMC_D_ICUBE
TCUBEInfoCube (ODBO Name) UMC_Y_TCUBECHAR32UMC_D_TCUBE
IQUERYBW Report (BW Internal Display) UMC_Y_IQUERYCHAR30UMC_D_IQUERY
TQUERYBW Report (ODBO Name) UMC_Y_TQUERYCHAR70UMC_D_TQUERY
TSTPNMLast changed by RSTSTPNMCHAR12USR02XUBNAME
TIMESTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
NOACEntry of Assessments and Comments UMB_Y_NOACCHAR1UMB_D_NOAC
ISEQScorecard: Sequence of Elements UMB_Y_BSC_SEQNUMC4NUMC4
OWNTYPEUser Type UMB_Y_OWNTYPECHAR1UMB_D_OWNTYPE
VARTechnical Name of a CPM Variable UMM_Y_VANAMECHAR15UMM_VA100UMM_D_VANAME
PLVARPlan Version PLVARCHAR2T778PPLVARPOP
OTYPEObject Type OTYPECHAR2T778OOTYPEPOT
OBJIDObject ID PD_OBJID_RNUMC8NUM08PON
STATGENType of Status Determination UMB_Y_STATGENCHAR1UMB_D_STATGEN
MAPAssignment Table UMC_Y_MAPCHAR10UMC_GS120UMC_D_MAPH_UMC_GS120
FORMULAFormula ID UMC_Y_FORMULACHAR10UMC_GS110UMC_D_FORMULAH_UMC_GS110
CINITCommon Initiative UMB_Y_CINITCHAR10UMB_CI100UMB_D_CINIT
PROJECTProject Definition PS_PSPIDCHAR24ABPSNPS_PSPIDPSPPD_DUMMY
WBS_ELEMENTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
PERIODICITYPeriodization of Element UMB_Y_EL_PERIODICITYCHAR4UMC_RU100UMC_D_PERIODICITY

Key field Non-key field



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

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

SELECT SINGLE *
FROM UMB_SC180
INTO CORRESPONDING FIELDS OF WA_UMB_SC180
WHERE...

How to access SAP table UMB_SC180

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