RIB_PROTOCOL_LINES_EXP SAP (Log for Document-Related Revenues Increasing the Budget) Structure details

Dictionary Type: Structure
Description: Log for Document-Related Revenues Increasing the Budget




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




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

RIB_PROTOCOL_LINES_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 "Log for Document-Related Revenues Increasing the Budget" 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_LINES_EXP TYPE RIB_PROTOCOL_LINES_EXP.

The RIB_PROTOCOL_LINES_EXP table consists of various fields, each holding specific information or linking keys about Log for Document-Related Revenues Increasing the Budget data available in SAP. These include WRTTP (Budget Type Budgeting/Planning), R_FICTR (Receiver Funds Center), R_FIPEX (Receiver Commitment Item), R_FONDS (Receiver Fund).. 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_LINES_EXP 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
FIKRSFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
WRTTPBudget Type Budgeting/Planning BP_VORGANGCHAR4Assigned to domainACTIVITY
R_FICTRReceiver Funds Center FM_RFICTRCHAR16Assigned to domainFISTL
R_FIPEXReceiver Commitment Item FM_RFIPEXCHAR24Assigned to domainFMCILFM_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_SFIPEXCHAR24Assigned to domainFMCILFM_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 FM_BGBELNUMC10Assigned to domainBP_BELNR
FCBELNRDocument No. Earmarked Funds FM_KBLNRCHAR10Assigned to domainALPHAKBLNR
FCBLPOSEarmarked Funds: Document Item KBLPOSNUMC3Assigned to domainKBLPOSKBP
FIBUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
FIGJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
FIBELNRNumber of Accounting Document FM_FIBELCHAR10ALPHABELNR
FIBUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
STATUSStatus of revenues increasing the budget FM_STATUS_RIBCHAR10
MESSAGEMessage FM_RIB_MESSAGECHAR80
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

How to access SAP table RIB_PROTOCOL_LINES_EXP

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


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!