WCONCONTRACTS SAP (Determined and Selected Contracts) Structure details

Dictionary Type: Structure
Description: Determined and Selected Contracts




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




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

WCONCONTRACTS 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 "Determined and Selected Contracts" 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_WCONCONTRACTS TYPE WCONCONTRACTS.

The WCONCONTRACTS table consists of various fields, each holding specific information or linking keys about Determined and Selected Contracts data available in SAP. These include PSTYP (Item Category in Purchasing Document), EPSTP (Item Category in Purchasing Document), KNTTP (Account Assignment Category), WERKS (Plant).. 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 WCONCONTRACTS 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
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
PSTYPItem Category in Purchasing Document PSTYPCHAR1Assigned to domainPSTYP
EPSTPItem Category in Purchasing Document EPSTPCHAR1EPSTP
KNTTPAccount Assignment Category KNTTPCHAR1Assigned to domainKNTTPKNT
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
KDATBStart of Validity Period KDATBDATS8DATUM
LIFNR_NAME1Name 1 NAME1_GPCHAR35NAME
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
MATNR_TXZ01Short Text TXZ01CHAR40TEXT40
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
SATNRCross-Plant Configurable Material SATNRCHAR18Assigned to domainMATN1MATNR
KONNRNumber of Principal Purchase Agreement KONNRCHAR10Assigned to domainALPHAEBELNKTR
KTPNRItem Number of Principal Purchase Agreement KTPNRNUMC5Assigned to domainEBELP
KTWRTTarget Value for Header Area per Distribution KTWRTCURR15(2) WERT15
KMEINHBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
UMREZNumerator for Conversion of Order Unit to Base Unit UMBSZDEC5UMBSZ
UMRENDenominator for Conversion of Order Unit to Base Unit UMBSNDEC5UMBSN
KDATEEnd of Validity Period KDATEDATS8DATUM
BEDATPurchasing Document Date EBDATDATS8DATUM
KTMNGTarget Quantity KTMNGQUAN13(3) MENGE
NETPRNet Price in Purchasing Document (in Document Currency) BPREICURR11(2) WERT11
PEINHPrice Unit EPEINDEC5DEC5
BPRMEOrder Price Unit (Purchasing) BBPRMUNIT3Assigned to domainCUNITMEINS
BPUMZNumerator for Conversion of Order Price Unit into Order Unit BPUMZDEC5UMBSZ
BPUMNDenominator for Conv. of Order Price Unit into Order Unit BPUMNDEC5UMBSN
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
WKURSExchange Rate WKURSDEC9(5) EXCRTKURSP
KUFIXIndicator: Fixing of Exchange Rate KUFIXCHAR1XFELD
LMEINBase Unit of Measure LAGMEUNIT3Assigned to domainCUNITMEINS
OFZMGOpen Target Quantity in the Case of Outline Agreements OFZMGQUAN13(3) MENG13
OMEINHBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
OVALUETarget Value for Header Area per Distribution KTWRTCURR15(2) WERT15
OWAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
OPROCOpen Contract Quantity in % WCONOPROCDEC5(2) BF_PRZ32
OPROCVOpen Contract Value in % WCONOPROCVDEC5(2) BF_PRZ32
BSARTPurchasing Document Type ESARTCHAR4Assigned to domainBSARTBSA
NOTSELECTContract Cannot Be Selected WCONNOTSELECTCHAR1CHAR1_X
SELECTEDSelected Contract WCONSELECTEDCHAR1CHAR1_X
FRGKZRelease Indicator FRGKZCHAR1Assigned to domainFRGKZ
FRGKZ_ICONRelease Status Icon FRGKZ_ICONCHAR30FRGKZ_ICON

Key field Non-key field



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

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

How to access SAP table WCONCONTRACTS

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