WB2_D_SHD_PRASP SAP (Pricing aspects of shadow items) Table details

Dictionary Type: Table
Description: Pricing aspects of shadow items




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




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

WB2_D_SHD_PRASP is a standard SAP Table which is used to store Pricing aspects of shadow items data and is available within R/3 SAP systems depending on the version and release level.

The WB2_D_SHD_PRASP table consists of various fields, each holding specific information or linking keys about Pricing aspects of shadow items data available in SAP. These include TKONN (Trading Contract: Trading Contract Number), TPOSN (Trading Contract: Item Number), SIDE (Side), TPOSN_COM (Commodity Subitem Number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP WB2_D_SHD_PRASP 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
TKONNTrading Contract: Trading Contract Number TKONNCHAR10Assigned to domainALPHATKONNWKNWBHK
TPOSNTrading Contract: Item Number TPOSNNUMC6TPOSNWKP
SIDESide WLF_PR_SIDECHAR2WLF_PR_SIDE
TPOSN_COMCommodity Subitem Number WLF_TPOSN_COMNUMC6TPOSN
PR_ASPECTPricing Aspect WLF_PR_ASPECTCHAR4WB2_C_PRWLF_PR_ASPECT
PR_COUNTPricing Aspect Counter WLF_PR_COUNTNUMC6TPOSN
ITEM_QUANItem Quantity WLF_GENERIC_ITEM_QUANTITYD34R34WLF_QUANTITY
ITEM_UOMUoM of Item Quantity WLF_GENERIC_ITEM_UOMUNIT3T006CUNITMEINS
IT_QUAN_ASSGMTItem Quantity in the UoM of an Assignment WLF_ITEM_QUANTITY_ASSGMTD34R34WLF_QUANTITY
ASSGD_QUANCumulative Assigned Quantity WLF_ASSGD_QUANTITYD34R34WLF_QUANTITY
ASSGD_UOMUoM of the Assigned Quantity WLF_ASSGD_UOMUNIT3T006CUNITMEINS
FUTUREFuture WLF_FUTURECHAR20WLF_FUTURE
SH_PRASP_GUIDGUID of a shadow pricing aspect WLF_SH_PRASP_GUIDRAW16WLF_GUID
CR_NAMEName of Person who Created the Object ERNAMCHAR12USNAM
CR_DATEDate on Which Record Was Created ERDATDATS8DATUM
CR_TIMETime, at Which Record Was Added ERZEITTIMS6UHRZT
CH_NAMEName of Person Who Changed Object AENAMCHAR12USNAM
CH_DATEChanged On AEDATDATS8DATUM
CH_TIMETime of Change AEZEITTIMS6UHRZT
SH_IT_GUIDGUID of a shadow item WLF_SH_IT_GUIDRAW16WLF_GUID
PLACE_HOLDER not used0

Key field Non-key field



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

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

SELECT SINGLE *
FROM WB2_D_SHD_PRASP
INTO CORRESPONDING FIELDS OF WA_WB2_D_SHD_PRASP
WHERE...

How to access SAP table WB2_D_SHD_PRASP

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