WRKCT_BW_V SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

WRKCT_BW_V is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The WRKCT_BW_V table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include OBJTY (Object types of the CIM resource), OBJID (Object ID of the resource), ARBPL (Work center), BEGDA (Start Date).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP WRKCT_BW_V table view 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
OBJTYObject types of the CIM resource CR_OBJTYCHAR2CR_OBJTY
OBJIDObject ID of the resource CR_OBJIDNUMC8CRIDCR_OBJID
ARBPLWork center ARBPLCHAR8ARBPLAGR
BEGDAStart Date BEGDATUMDATS8DATUMBEG
ENDDAEnd Date ENDDATUMDATS8DATUMEND
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
STANDWork center location AP_STANDCHAR10T499SAP_STAND
QUALFSuitability QUALFCHAR2T423QUALF
VERWEWork Center Category AP_VERWECHAR4TC30AP_VERWECRAH_TC30
VERANPerson responsible for the work center AP_VERANCHAR3TC24AP_VERAN
MATYPMachine type MATYPCHAR10TMATYMATYP
AEDAT_GRNDChanged on AEDTMDATS8DATUM
AENAM_GRNDUser Name USRNAMECHAR12CHAR12
AEDAT_VORAChanged on AEDTMDATS8DATUM
AENAM_VORAUser Name USRNAMECHAR12CHAR12
AEDAT_TERMChanged on AEDTMDATS8DATUM
AENAM_TERMUser Name USRNAMECHAR12CHAR12
AEDAT_TECHChanged on AEDTMDATS8DATUM
AENAM_TECHUser Name USRNAMECHAR12CHAR12
LOARTWage Type LOHNARTCHAR4LOART
LOGRPWage group LOHNGRPCHAR3T421LOHNGRP
ORTGRLocation group ORTSGRUPPECHAR4ORTSGRUPPE
ZEIWNUnit for the standard queue time DZEIWNUNIT3T006CUNITMEINS
ZWNORStandard queue time DZWNORQUAN9(3) VGWRT
CPLGRCAPP planner group CPLGRCHAR3T024CCPLGRCPL
SORTBSort string SORTBCHAR9TSRTBSORTBCSB
HRWork center only resides in HR AP_KZHRCHAR1XFELD
KAPIDCapacity ID KAPIDNUMC8KAKOKAPID

Key field Non-key field



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

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

SELECT SINGLE *
FROM WRKCT_BW_V
INTO CORRESPONDING FIELDS OF WA_WRKCT_BW_V
WHERE...

How to access SAP table WRKCT_BW_V

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