/SAPSRM/S_WEIGHT_ITM_GEN_TECH SAP (ZFR_S_WEIGHT_ITEM_TECH) Structure details

Dictionary Type: Structure
Description: ZFR_S_WEIGHT_ITEM_TECH




ABAP Code to SELECT data from /SAPSRM/S_WEIGHT_ITM_GEN_TECH
Related tables to /SAPSRM/S_WEIGHT_ITM_GEN_TECH
Access table /SAPSRM/S_WEIGHT_ITM_GEN_TECH




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

/SAPSRM/S_WEIGHT_ITM_GEN_TECH 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 "ZFR_S_WEIGHT_ITEM_TECH" 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_/SAPSRM/S_WEIGHT_ITM_GEN_TECH TYPE /SAPSRM/S_WEIGHT_ITM_GEN_TECH.

The /SAPSRM/S_WEIGHT_ITM_GEN_TECH table consists of various fields, each holding specific information or linking keys about ZFR_S_WEIGHT_ITEM_TECH data available in SAP. These include GUID (Globally Unique identifier), P_GUID (Parent GUID), ATTR_GUID (GUID of an Attribute), ACTIVE_SET_LINE (Globally Unique identifier).. 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 (Deep)


SAP /SAPSRM/S_WEIGHT_ITM_GEN_TECH 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 EC_CLIENTCLNT3Assigned to domainMANDT
GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
P_GUIDParent GUID BBP_PGUIDRAW16SYSUUID
ATTR_GUIDGUID of an Attribute BBP_ATTRGUIDRAW16SYSUUID
ACTIVE_SET_LINEGlobally Unique identifier BBP_GUIDRAW16SYSUUID
LEAD_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
PREV_ITEM_BUTTON_ENABLEDReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
NEXT_ITEM_BUTTON_ENABLEDReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
ROWS_TABLE_SIZE 0
FIRST_VISIBLE_ROW 0
ROWS_WINDOW_SIZE 0
HEADER_VIEW_VISIBLEWeb Dynpro: Visibility WDUI_VISIBILITYNUMC2WDUI_VISIBILITY
ITEM_VIEW_VISIBLEWeb Dynpro: Visibility WDUI_VISIBILITYNUMC2WDUI_VISIBILITY
TOTAL_WEIGHT 0
SOURCE_INDOrigin of the Attribute Valuated BBP_SOURCE_INDCHAR1BBP_SOURCE_IND
REF_FIELD_NAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
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
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
FUNC_TEXTExplanatory short text DDTEXTCHAR60DDTEXT
CALC_DESCRIPTIONCalculated description for a hierarchical item /SAPSRM/CLL_CALC_DESCRIPTIONSTRG0/SAPSRM/CLL_CALC_DESCRIPTION
NOT_SELECTABLEData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
IS_CHECKEDReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
WEIGHT_INDEX sort weight function0
FUNC_TIP1 note0
FUNC_TIP2 note0
CHILDREN_LOADEDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
ROLLNAMEData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL
WEIGHT_FUNCWeighting Function Type BBP_WEIGHTFUNCCHAR4BBP_WEIGHTFUNC

Key field Non-key field



How do I retrieve data from SAP structure /SAPSRM/S_WEIGHT_ITM_GEN_TECH using ABAP code?

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

How to access SAP table /SAPSRM/S_WEIGHT_ITM_GEN_TECH

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