RBOBEPP_API SAP (Other Flows (Loans) for the Business Operations API) Structure details

Dictionary Type: Structure
Description: Other Flows (Loans) for the Business Operations API




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




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

RBOBEPP_API 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 "Other Flows (Loans) for the Business Operations API" 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_RBOBEPP_API TYPE RBOBEPP_API.

The RBOBEPP_API table consists of various fields, each holding specific information or linking keys about Other Flows (Loans) for the Business Operations API data available in SAP. These include BUKRS (Company Code), RANL (Contract Number), SBEWART (Flow Type), SGTXT (Item Text).. 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 RBOBEPP_API 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RANLContract Number RANLCHAR13ALPHARANLRAN
SBEWARTFlow Type SBEWARTCHAR4Assigned to domainSBEWART
SGTXTItem Text SGTXTCHAR50TEXT50
BCWHRSettlement Amount BCWHRCURR13(2) WERTV7
SCWHRSettlement Currency SCWHRCUKY5Assigned to domainWAERS
BHWHRAmount in local currency BHWHRCURR13(2) WERTV7
SHWHRLocal currency SHWHRCUKY5Assigned to domainWAERS
KURS2Exchange rate VVKURSFDEC9(5) EXCRTKURSF
BBWHRAmount in position currency BBWHRCURR13(2) WERTV7
SBWHRPosition Currency (Currency of Position Amount) SBWHRCUKY5Assigned to domainWAERS
DFAELLDue date/calculation date DFAELLIGDATS8DATUM
DVALUTCalculation Date DVALUTDATS8DATUM
DDISPOPayment Date DDISPODATS8DATUM
RPARTNRBusiness Partner Number BP_PARTNR_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
NAME1Name 1 (surname for persons, otherwise company name) BP_NAME1CHAR40TEXT40
BVTYPPartner Bank Type BVTYPCHAR4BVTYP
ZLSCHPayment Method DZLSCHCHAR1Assigned to domainZLSCH
SZEGENGenerate incoming payment immediately SZEGENNUMC2Assigned to domainSZEGEN
MABERDunning Area MABERCHAR2Assigned to domainMABER
MANSPDunning block MANSPCHAR1Assigned to domainMANSP
ZAHLSBlock Key for Payment DZAHLSCHAR1Assigned to domainZAHLS
ZUONRAssignment Number DZUONRCHAR18ZUONR
SPLANISTPlan/actual record/record to be released indicator SPLANISTCHAR1SPLANIST
SGROUPAdditional flows: Group for flows TB_GROUPNUMC2T_GROUP
SZBMETHInterest Calculation Method SZBMETHCHAR1SZBMETH
DBERVONStart of Calculation Period DBERVONDATS8DATUM
SEXCLVONExclusive Indicator for the Start of a Calculation Period VVSEXCLVONNUMC1VVSEXCLVON
SULTVONMonth-End Indicator for Start of a Calculation Period VVSULTVONCHAR1VVSULT
DBERBISEnd of Calculation Period DBERBISDATS8DATUM
SINCLBISInclusive Indicator for the End of a Calculation Period VVSINCLBISNUMC1VVSINCLBIS
SULTBISMonth-End Indicator for the End of a Calculation Period VVSULTBISCHAR1VVSULT
ATAGENumber of days VVATAGENUMC6INT6
SBUSTPosting control key VVSBUSTNUMC2VVSBUST
REMIT_INFOPayment Notes Info TB_REMIT_INFOCHAR140T_REMIT_INFO
MNDIDUnique Referene to Mandate per Payment Recipient SEPA_MNDIDCHAR35ID035

Key field Non-key field



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

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

How to access SAP table RBOBEPP_API

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