KOMPRASPEX_STD SAP (changes: standard part of external pricing aspect structure) Structure details

Dictionary Type: Structure
Description: changes: standard part of external pricing aspect structure




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




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

KOMPRASPEX_STD 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 "changes: standard part of external pricing aspect structure" 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_KOMPRASPEX_STD TYPE KOMPRASPEX_STD.

The KOMPRASPEX_STD table consists of various fields, each holding specific information or linking keys about changes: standard part of external pricing aspect structure data available in SAP. These include TPOSN (Trading Contract: Item Number), SIDE (Side), TPOSN_COM (Commodity Subitem Number), PR_ASPECT (Pricing Aspect).. 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: Cannot Be Enhanced


SAP KOMPRASPEX_STD 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
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_ASPECTCHAR4WLF_PR_ASPECT
PR_COUNTPricing Aspect Counter WLF_PR_COUNTNUMC6TPOSN
OLDPODocument item of the reference document OLDPO_LFNUMC6NUMC6
OLDTPOSN_COMExternal Commodity Subitem Number WLF_TPOSN_COM_EXTNUMC6TPOSN
OLDPR_COUNTExternal Pricing Aspect Counter WLF_PR_COUNT_EXTNUMC6TPOSN
QUANTITYUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
UNITUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PR_DATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KBETRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KONWAUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KPEINUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KMEINUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KBETR2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KONWA2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KPEIN2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KMEIN2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KBETR3Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KONWA3Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KPEIN3Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KMEIN3Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KBETR4Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KONWA4Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KPEIN4Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KMEIN4Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FUTUREUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
EXT_REF_PRASPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE

Key field Non-key field



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

As KOMPRASPEX_STD 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 KOMPRASPEX_STD as there is no data to select.

How to access SAP table KOMPRASPEX_STD

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