/SAPPSSRM/C_WEGT SAP (Weighting in Valuation of Bid Invitations) Table details

Dictionary Type: Table
Description: Weighting in Valuation of Bid Invitations




ABAP Code to SELECT data from /SAPPSSRM/C_WEGT
Related tables to /SAPPSSRM/C_WEGT
Access table /SAPPSSRM/C_WEGT




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

/SAPPSSRM/C_WEGT is a standard SAP Table which is used to store Weighting in Valuation of Bid Invitations data and is available within R/3 SAP systems depending on the version and release level.

The /SAPPSSRM/C_WEGT table consists of various fields, each holding specific information or linking keys about Weighting in Valuation of Bid Invitations data available in SAP. These include GUID (Globally Unique identifier), SET_GUID (Set GUID), REF_FIELD_NAME (Field Name), ATTR_GUID (GUID of an Attribute).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /SAPPSSRM/C_WEGT 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 EC_CLIENTCLNT3Assigned to domainMANDT
GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
SET_GUIDSet GUID BBP_SETGUIDRAW16SYSUUID
REF_FIELD_NAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
ATTR_GUIDGUID of an Attribute BBP_ATTRGUIDRAW16SYSUUID
ACTIVE_SET_LINEGlobally Unique identifier BBP_GUIDRAW16SYSUUID
WEIGHT_FUNCWeighting Function Type BBP_WEIGHTFUNCCHAR4BBP_WEIGHTFUNC
DEL_INDDeletion Indicator SRM Purchasing Document BBP_DEL_INDCHAR1XFELD
ACTIVECheckbox XFELDCHAR1XFELD
VALUE_INT1Value of an Attribute (Integer) BBP_ATTR_VALUE_INTINT410INT4
VALUE_INT2Value of an Attribute (Integer) BBP_ATTR_VALUE_INTINT410INT4
VALUE_DATE1Value of an Attribute (Date) BBP_ATTR_VALUE_DATEDATS8DATS
VALUE_DATE2Value of an Attribute (Date) BBP_ATTR_VALUE_DATEDATS8DATS
VALUE_TIME1Value of an Attribute (Time) BBP_ATTR_VALUE_TIMETIMS6TIME
VALUE_TIME2Value of an Attribute (Time) BBP_ATTR_VALUE_TIMETIMS6TIME
VALUE_TSTAMP1Value of an Attribute (Time Stamp) BBP_ATTR_VALUE_TIMESTAMPCHAR14TIMESTAMP
VALUE_TSTAMP2Value of an Attribute (Time Stamp) BBP_ATTR_VALUE_TIMESTAMPCHAR14TIMESTAMP
VALUE_QUAN1Value of an Attribute (Quantity) BBP_ATTR_VALUE_QUANQUAN15(3) MENG15
VALUE_QUAN2Value of an Attribute (Quantity) BBP_ATTR_VALUE_QUANQUAN15(3) MENG15
VALUE_AMOUNT1Value of an Attribute (Value) BBP_ATTR_VALUE_VALCURR15(2) WERT8
VALUE_AMOUNT2Value of an Attribute (Value) BBP_ATTR_VALUE_VALCURR15(2) WERT8
VALUE_TEXT1Value of Dynamic Attribute BBP_ATTR_VALUECHAR130CUF_VALUE
VALUE_TEXT2Value of Dynamic Attribute BBP_ATTR_VALUECHAR130CUF_VALUE
FUNC_RESULT1Function Value BBP_FUNCRESULTINT1INT13BBP_FUNCRESULTINT1
FUNC_RESULT2Function Value BBP_FUNCRESULTINT1INT13BBP_FUNCRESULTINT1
WEIGHT_FACTORWeighting Factor in Bid Valuation BBP_WEIGHTFACTORDEC5(2) BBP_VPROZ
VALUE_UNITValue of an Attribute (Unit) BBP_ATTR_VALUE_UNITUNIT3Assigned to domainCUNITMEINS
VALUE_CURRValue of an Attribute (Currency) BBP_ATTR_VALUE_CURRCUKY5Assigned to domainWAERS
FIX_MULTIBehavior in Multiselection 'Sum' or 'Max' BBP_FIXMULTICHAR1BBP_FIXMULTI

Key field Non-key field



How do I retrieve data from SAP table /SAPPSSRM/C_WEGT using ABAP code

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

SELECT SINGLE *
FROM /SAPPSSRM/C_WEGT
INTO CORRESPONDING FIELDS OF WA_/SAPPSSRM/C_WEGT
WHERE...

How to access SAP table /SAPPSSRM/C_WEGT

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