SVAGEN_LAY_ITEM SAP (Definition of report layout of AISGENKF) Table details

Dictionary Type: Table
Description: Definition of report layout of AISGENKF




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




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

SVAGEN_LAY_ITEM is a standard SAP Table which is used to store Definition of report layout of AISGENKF data and is available within R/3 SAP systems depending on the version and release level.

The SVAGEN_LAY_ITEM table consists of various fields, each holding specific information or linking keys about Definition of report layout of AISGENKF data available in SAP. These include LAYOUTID (Key Figure Layout), KEYFIGURE_NAME (Name of Key Figure), FORM_STEP_CALC (Step in Calculation of Key Figure), KEYFIGURE_CATE (Key Figure Category).. 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)

Text table = SVAGEN_LAY_ITEMT


SAP SVAGEN_LAY_ITEM 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
LAYOUTIDKey Figure Layout SVAGEN_LAYOUTIDCHAR14SVAGEN_LAY_ADM
KEYFIGURE_NAMEName of Key Figure SVAGEN_FIELDNAMECHAR20
FORM_STEP_CALCStep in Calculation of Key Figure SVAGEN_STEP_CALCCHAR8SVAGEN_STEP_CALC
KEYFIGURE_CATEKey Figure Category SVAGEN_KF_CATECHAR16SVAGEN_KEYFIGURE
SZENARIOScenario TV_SZENARICHAR10VTVSZKOT_SZENARIOSZES_VTVSZKO_SZENARIO
SZVERLAUFScenario progression TV_SZVERLCHAR10VTVSZVLKOT_SZENVERL
REGELIDMarket Data Shift Rule in Risk Management JBRREGIDNUMC10JBRREGDALPHAJBRREGIDS_JBRREGD_REGELID
EVALUATION_TYPEEvaluation Type SVAGEN_EVAL_TYPECHAR4JBREVALJBREVAL
FORMULAIDFormula ID SFBEIDCHAR32SYSUUID_C
LIKE_KEYFIGUREKey Figure Category SVAGEN_KF_CATECHAR16SVAGEN_KEYFIGURE
KEYFIGURE_FORMATFormat of Key Figure without Currency Dependency SVAGEN_OUTPUT_EXPONENTCHAR1SVAGEN_OUTPUT_EXPONENT
DECIMALSNumber of Decimal Places DECIMALSNUMC6DDLENG
AREA_SINGLEPOSRelevant for Single Position SVAGEN_AREA_POSITIONCHAR1BOOLE
AREA_PHPortfolio Hierarchy Area SVAGEN_AREA_PHCHAR1BOOLE
DISPUOMDisplay Unit of Measure JBRDISPUOMCHAR1JBRDISPUOM
QTYCALMETHQuantity Calculation Method JBRQTYCALMETHCHAR1JBRQTYCALMETH

Key field Non-key field



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

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

SELECT SINGLE *
FROM SVAGEN_LAY_ITEM
INTO CORRESPONDING FIELDS OF WA_SVAGEN_LAY_ITEM
WHERE...

How to access SAP table SVAGEN_LAY_ITEM

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