SAP RIB_PROTOCOL_STRUCT_EXP Revenues Increasing the Budget - Output Table data and field list

RIB_PROTOCOL_STRUCT_EXP 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 "Revenues Increasing the Budget - Output" 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_RIB_PROTOCOL_STRUCT_EXP TYPE RIB_PROTOCOL_STRUCT_EXP.

The RIB_PROTOCOL_STRUCT_EXP table consists of various fields, each holding specific information or linking keys about Revenues Increasing the Budget - Output data available in SAP. These include R_FICTR (Receiver Funds Center), R_FIPEX (Receiver Commitment Item), R_FONDS (Receiver Fund), R_FAREA (Receiver Functional Area)... 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. .

RIB_PROTOCOL_STRUCT_EXP structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP RIB_PROTOCOL_STRUCT_EXP structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the RIB_PROTOCOL_STRUCT_EXP table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
WRTTPBudget Type Budgeting/Planning BP_VORGANGCHAR4Assigned to domainACTIVITY
R_FICTRReceiver Funds Center FM_RFICTRCHAR16Assigned to domainFISTL
R_FIPEXReceiver Commitment Item FM_RFIPEXCHAR24FMCILFM_FIPEX
R_FONDSReceiver Fund FM_RFONDSCHAR10Assigned to domainBP_GEBER
R_FAREAReceiver Functional Area FM_RFBERCHAR16Assigned to domainFKBER
S_FICTRSender funds center FM_SFICTRCHAR16Assigned to domainFISTL
S_FIPEXSender commitment item FM_SFIPEXCHAR24FMCILFM_FIPEXFPS
S_FONDSSender fund FM_SFONDSCHAR10Assigned to domainBP_GEBERSENDER_FUND
S_FAREASender Function Area FM_SFBERCHAR16Assigned to domainFKBER
BETRAGAmount in FM area currency FM_FKBTRCURR13(2) WERTV7
BGBELNRDocument number from budget allocation & structure planning BP_BELNRNUMC10Assigned to domainBP_BELNRBPB
STATUSStatus FM_RIB_STATUSCHAR10
MESSAGEMessage FM_RIB_MESSAGECHAR80

Key field Non-key field



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

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

How to access SAP table RIB_PROTOCOL_STRUCT_EXP

Within an ECC or HANA version of SAP you can also view further information about RIB_PROTOCOL_STRUCT_EXP and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).