SVAGEN_SYST_OBJ SAP (General attributes for all objects of AISGENKF) Table details

Dictionary Type: Table
Description: General attributes for all objects of AISGENKF




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




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

SVAGEN_SYST_OBJ is a standard SAP Table which is used to store General attributes for all objects of AISGENKF data and is available within R/3 SAP systems depending on the version and release level.

The SVAGEN_SYST_OBJ table consists of various fields, each holding specific information or linking keys about General attributes for all objects of AISGENKF data available in SAP. These include ITEM_CATEGORY (Category of Items in Transaction AISGENKF), AREA_SINGLEPOS (Relevant for Single Position), AREA_PH (Portfolio Hierarchy Area), REGELID_ALLOWED (Market Data Shift Allowed).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = SVAGEN_SYST_OBJT


SAP SVAGEN_SYST_OBJ 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
ITEMObject of AISGENKF SVAGEN_ITEMCHAR16SVAGEN_KEYFIGURE
ITEM_CATEGORYCategory of Items in Transaction AISGENKF SVAGEN_ITEM_CATEGORYCHAR1SVAGEN_ITEM_CATEGORY
AREA_SINGLEPOSRelevant for Single Position SVAGEN_AREA_POSITIONCHAR1BOOLE
AREA_PHPortfolio Hierarchy Area SVAGEN_AREA_PHCHAR1BOOLE
REGELID_ALLOWEDMarket Data Shift Allowed SVAGEN_REGELID_ALLOWEDCHAR1BOOLE
REF_DDIC_DTELData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL
REF_CURR_ITEMObject of AISGENKF SVAGEN_ITEMCHAR16SVAGEN_KEYFIGURE
REF_QUAN_ITEMObject of AISGENKF SVAGEN_ITEMCHAR16SVAGEN_KEYFIGURE
FCAT_EXPONENTFormat of Key Figure without Currency Dependency SVAGEN_OUTPUT_EXPONENTCHAR1SVAGEN_OUTPUT_EXPONENT
FCAT_DECIMALSNumber of Decimal Places DECIMALSNUMC6DDLENG
FCAT_NOOUTALV control: Column is not output LVC_NOOUTCHAR1CHAR1
FCAT_DO_SUMALV control: Aggregate values of column LVC_DOSUMCHAR1XFLAG
FCAT_OUTPUTLENALV control: Column width in characters LVC_OUTLENNUMC6DDLENG
FCAT_KEYALV control: Key field LVC_KEYCHAR1CHAR1
FIMA_METHODECalculation Method - Price Calculator - Internal Use Only TV_METHODENUMC3T_METHOD
FIMA_BASE_POINTPercentage Point Shift of Interest Rates/Yield Curves JBBBPDEC10(7) DECV3_7
FIMA_REGELTYPRule Category for Shift Rule JBRRTYPNUMC2JBRRTYP
SOURCE_FIELDComponent name NAME_KOMPCHAR30Assigned to domainFDNAMEDFD
SOURCE_METHODECalculation Method - Price Calculator - Internal Use Only TV_METHODENUMC3T_METHOD
METHOD_POSEvaluation method of object SVAGEN_METHODCHAR16
METHOD_AGG_SEGEvaluation method of object SVAGEN_METHODCHAR16
METHOD_AGG_PHEvaluation method of object SVAGEN_METHODCHAR16
METHOD_PHEvaluation method of object SVAGEN_METHODCHAR16
BASE_KEYFIGURE1Object of AISGENKF SVAGEN_ITEMCHAR16SVAGEN_KEYFIGURE
BASE_KEYFIGURE2Object of AISGENKF SVAGEN_ITEMCHAR16SVAGEN_KEYFIGURE
BASE_KEYFIGURE3Object of AISGENKF SVAGEN_ITEMCHAR16SVAGEN_KEYFIGURE
BASE_KEYFIGURE4Object of AISGENKF SVAGEN_ITEMCHAR16SVAGEN_KEYFIGURE
BASE_KEYFIGURE5Object of AISGENKF SVAGEN_ITEMCHAR16SVAGEN_KEYFIGURE

Key field Non-key field



How do I retrieve data from SAP table SVAGEN_SYST_OBJ using ABAP code

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

SELECT SINGLE *
FROM SVAGEN_SYST_OBJ
INTO CORRESPONDING FIELDS OF WA_SVAGEN_SYST_OBJ
WHERE...

How to access SAP table SVAGEN_SYST_OBJ

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