RFPOSINF SAP (Financial Statement Version Maintenance: Item Information) Structure details

Dictionary Type: Structure
Description: Financial Statement Version Maintenance: Item Information




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




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

RFPOSINF 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 "Financial Statement Version Maintenance: Item Information" 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_RFPOSINF TYPE RFPOSINF.

The RFPOSINF table consists of various fields, each holding specific information or linking keys about Financial Statement Version Maintenance: Item Information data available in SAP. These include TEXT (Short text for a financial statement item), BEG1 (Text: financial statement item control heading), BEG2 (Text: financial statement item control heading), BEG3 (Text: financial statement item control heading).. 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 RFPOSINF 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
KEYKey for a financial statement item GBST_KEYCHAR10CHAR10
TEXTShort text for a financial statement item GBST_TEXTCHAR45TEXT45
BEG1Text: financial statement item control heading ERTXA_F02ECHAR45TEXT45
BEG2Text: financial statement item control heading ERTXA_F02ECHAR45TEXT45
BEG3Text: financial statement item control heading ERTXA_F02ECHAR45TEXT45
BEG4Text: financial statement item control heading ERTXA_F02ECHAR45TEXT45
END1Text: financial statement item control footing ERTXE_F02ECHAR45TEXT45
END2Text: financial statement item control footing ERTXE_F02ECHAR45TEXT45
END3Text: financial statement item control footing ERTXE_F02ECHAR45TEXT45
END4Text: financial statement item control footing ERTXE_F02ECHAR45TEXT45
SUMIndicator: Display control footing total ? XSUME_F02ECHAR1XFELD
TOT1Text: graduated total for financial statement item ERTXS_F02ECHAR45TEXT45
TOT2Text: graduated total for financial statement item ERTXS_F02ECHAR45TEXT45
TOT3Text: graduated total for financial statement item ERTXS_F02ECHAR45TEXT45
TOT4Text: graduated total for financial statement item ERTXS_F02ECHAR45TEXT45
TOTIndicator: Display graduated total ? XSUMS_F02ECHAR1XFELD
SIGNChange of sign (+/-) RR_RSIGNCHAR1FLAG
OWPOSClassifies a Financial Statement Item as an Of-Which Item FAGL_FSV_OWPOSCHAR1XFELD
TYPECategory of an Item in a Financial Statement Version FAGL_FSV_NODETYPECHAR1FAGL_FSV_NODETYPE
CALCSIGN_XBRLDetermines Type of Summation to Next Higher-Level Item FAGL_FSV_XBRL_CALCSIGNCHAR1FAGL_FSV_XBRL_CALCSIGN
FISCALREQ_XBRLSpecifies Whether an Item Must Be Reported FAGL_FSV_XBRL_FISCALREQNUMC1FAGL_FSV_XBRL_FISCALREQ
TEXT_XBRLDescription of Financial Statement Item FAGL_FSV_XBRL_LABEL_255CHAR255TEXT255
NAME_XBRLTechnical Name of Financial Statement Item (XBRL Tag) FAGL_FSV_XBRL_NAME_255CHAR255TEXT255
BALATTR_XBRLDetermines Which Side of the Financial Stmt an Item Is On FAGL_FSV_XBRL_BALANCE_ATTRCHAR6FAGL_FSV_XBRL_BALANCE_ATTR

Key field Non-key field



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

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

How to access SAP table RFPOSINF

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