JPVCKIS_BW_S SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

JPVCKIS_BW_S 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 JPVCKIS_BW_S table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include BZOBJ (Reference Object), KALNR (Cost Estimate Number for Cost Est. w/o Qty Structure), KALKA (Costing Type), KADKY (Costing Date (Key)).. 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 JPVCKIS_BW_S 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
LEDNRLedger for Controlling objects LEDNRCHAR2ALPHALEDNR
BZOBJReference Object CK_OBJCHAR1Assigned to domainCK_OBJ
KALNRCost Estimate Number for Cost Est. w/o Qty Structure CK_KALNRNUMC12Assigned to domainCK_KALNRKNR
KALKACosting Type CK_KALKACHAR2Assigned to domainCK_KALKAKKA
KADKYCosting Date (Key) CK_KADKYDATS8CK_KADATKKK
TVERSCosting Version CK_TVERSNUMC2CK_VERSIONVSN
BWVARValuation Variant in Costing CK_BWVARCHAR3Assigned to domainCK_BWVARBWV
KKZMACosts Entered Manually in Additive or Automatic Cost Est. CK_KKZMACHAR1XFELDKKM
POSNRUnit Costing Line Item Number CK_POSNRNUMC5Assigned to domainCK_POSNR
TYPPSItem Category TYPPSCHAR1TYPPS
KSTARCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
KSTAR_MANUALCost Element Has Been Manually Changed CK_COST_ELEMENT_MANUALCHAR1CK_COST_ELEMENT_MANUAL
HRKFTOrigin Group as Subdivision of Cost Element HRKFTCHAR4Assigned to domainHRKFT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
KOKRS_HRKOrigin Controlling Area Item KOKRS_HRKCHAR4Assigned to domainCACCD
EXTNRBase Planning Object (External Number) EXTNRCHAR18Assigned to domainALPHAEXTNREBT
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
INFNRNumber of Purchasing Info Record INFNRCHAR10Assigned to domainALPHAINFNRINFMEIN_C
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
ESOKZPurchasing info record category ESOKZCHAR1ESOKZESO
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
STEASTarget start date of the operation CK_STEASDATS8CK_DATUM
SSEDDLatest scheduled finish: Execution (date) SSEDDDATS8DATUM
UKALNCost Estimate Number of Transferred Cost Estimate CK_UKALNNUMC12Assigned to domainCK_KALNRKNR
UKALKACosting Type of Transferred Cost Estimate CK_UKALKACHAR2Assigned to domainCK_KALKAKKA
UKADKYDate of Transferred Cost Estimate CK_UKADKYDATS8CK_KADATKKK
UTVERSCosting Version for Transfer CK_UTVERSNUMC2CK_VERSIONVSN
UBWVARValuation Variant of Transferred Cost Estimate CK_UBWVARCHAR3Assigned to domainCK_BWVARBWV
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
PSPNRWork Breakdown Structure Element (WBS element) WB_POSNRNUMC8Assigned to domainABPSPPS_POSNR
PAROBPartner Object PAROBCHAR22Assigned to domainJ_OBJNR
LSTARActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
STATPItem Status STATP_DCHAR4STATE

Key field Non-key field



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

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

SELECT SINGLE *
FROM JPVCKIS_BW_S
INTO CORRESPONDING FIELDS OF WA_JPVCKIS_BW_S
WHERE...

How to access SAP table JPVCKIS_BW_S

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