RIB_PROTOCOL_STRUCT SAP (Revenues Increasing the Budget - Issue) Structure details

Dictionary Type: Structure
Description: Revenues Increasing the Budget - Issue




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




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

RIB_PROTOCOL_STRUCT 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 - Issue" 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 TYPE RIB_PROTOCOL_STRUCT.

The RIB_PROTOCOL_STRUCT table consists of various fields, each holding specific information or linking keys about Revenues Increasing the Budget - Issue data available in SAP. These include S_FICTR (Sender funds center), S_FIPEX (Sender commitment item), S_FONDS (Sender fund), S_FAREA (Sender Function 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. .

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 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
WRTTPBudget Type Budgeting/Planning BP_VORGANGCHAR4Assigned to domainACTIVITY
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
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
BETRAGAmount in FM area currency FM_FKBTRCURR13(2) WERTV7
BGBELNRDocument number from budget allocation & structure planning BP_BELNRNUMC10Assigned to domainBP_BELNRBPB
STATUSStatus of revenues increasing the budget FM_STATUS_RIBCHAR10
MESSAGEMessage FM_RIB_MESSAGECHAR80

Key field Non-key field



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

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

How to access SAP table RIB_PROTOCOL_STRUCT

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