FIAA_SALVTAB_SUM SAP (General Structure for FIAA Summary Reports with ALV) Structure details

Dictionary Type: Structure
Description: General Structure for FIAA Summary Reports with ALV




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




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

FIAA_SALVTAB_SUM 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 "General Structure for FIAA Summary Reports with ALV" 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_FIAA_SALVTAB_SUM TYPE FIAA_SALVTAB_SUM.

The FIAA_SALVTAB_SUM table consists of various fields, each holding specific information or linking keys about General Structure for FIAA Summary Reports with ALV data available in SAP. These include S2 (Text Field), S3 (Text Field), S4 (Text Field), S5 (Text Field).. 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 FIAA_SALVTAB_SUM 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
S1Text Field CHAR_40CHAR40CHAR40
S2Text Field CHAR_40CHAR40CHAR40
S3Text Field CHAR_40CHAR40CHAR40
S4Text Field CHAR_40CHAR40CHAR40
S5Text Field CHAR_40CHAR40CHAR40
S1_TEXT30 Characters CHAR30CHAR30CHAR30
S2_TEXT30 Characters CHAR30CHAR30CHAR30
S3_TEXT30 Characters CHAR30CHAR30CHAR30
S4_TEXT30 Characters CHAR30CHAR30CHAR30
S5_TEXT30 Characters CHAR30CHAR30CHAR30
ADD1Additional field for output of summary reports ADDITIONAL1CHAR10
BTR1Amount field in FI-AA reports REPBETRAGCURR13(2)
BTR2Amount field in FI-AA reports REPBETRAGCURR13(2)
BTR3Amount field in FI-AA reports REPBETRAGCURR13(2)
BTR4Amount field in FI-AA reports REPBETRAGCURR13(2)
BTR5Amount field in FI-AA reports REPBETRAGCURR13(2)
BTR6Amount field in FI-AA reports REPBETRAGCURR13(2)
BTR7Amount field in FI-AA reports REPBETRAGCURR13(2)
BTR8Amount field in FI-AA reports REPBETRAGCURR13(2)
BTR9Amount field in FI-AA reports REPBETRAGCURR13(2)
BTR10Amount field in FI-AA reports REPBETRAGCURR13(2)
BTR11Amount field in FI-AA reports REPBETRAGCURR13(2)
BTR12Amount field in FI-AA reports REPBETRAGCURR13(2)
BTR13Amount field in FI-AA reports REPBETRAGCURR13(2)
BTR14Amount field in FI-AA reports REPBETRAGCURR13(2)
BTR15Amount field in FI-AA reports REPBETRAGCURR13(2)
BTR16Amount field in FI-AA reports REPBETRAGCURR13(2)
BTR17Amount field in FI-AA reports REPBETRAGCURR13(2)
BTR18Amount field in FI-AA reports REPBETRAGCURR13(2)
BTR19Amount field in FI-AA reports REPBETRAGCURR13(2)
BTR20Amount field in FI-AA reports REPBETRAGCURR13(2)
BTR21Amount field in FI-AA reports REPBETRAGCURR13(2)
BTR22Amount field in FI-AA reports REPBETRAGCURR13(2)
BTR23Amount field in FI-AA reports REPBETRAGCURR13(2)
BTR24Amount field in FI-AA reports REPBETRAGCURR13(2)
BTR25Amount field in FI-AA reports REPBETRAGCURR13(2)
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

How to access SAP table FIAA_SALVTAB_SUM

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