WB2_S_SHD_PRASP_COM SAP (Communication structure for DB table WB2_D_SHD_PRASP) Structure details

Dictionary Type: Structure
Description: Communication structure for DB table WB2_D_SHD_PRASP




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




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

WB2_S_SHD_PRASP_COM is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Communication structure for DB table WB2_D_SHD_PRASP" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_WB2_S_SHD_PRASP_COM TYPE WB2_S_SHD_PRASP_COM.

The WB2_S_SHD_PRASP_COM table consists of various fields, each holding specific information or linking keys about Communication structure for DB table WB2_D_SHD_PRASP data available in SAP. These include CLIENT (Client), TKONN (Trading Contract: Trading Contract Number), TPOSN (Trading Contract: Item Number), SIDE (Side).. 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: Can be enhanced (character-type or numeric)


SAP WB2_S_SHD_PRASP_COM structure 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
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ

Key field Non-key field



How do I retrieve data from SAP structure WB2_S_SHD_PRASP_COM using ABAP code?

As WB2_S_SHD_PRASP_COM is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on WB2_S_SHD_PRASP_COM as there is no data to select.

How to access SAP table WB2_S_SHD_PRASP_COM

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