RIOA_STEER_OBJ SAP (Control Data Object Layer of Interest on Arrears Calculation) Structure details

Dictionary Type: Structure
Description: Control Data Object Layer of Interest on Arrears Calculation




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




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

RIOA_STEER_OBJ 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 "Control Data Object Layer of Interest on Arrears Calculation" 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_RIOA_STEER_OBJ TYPE RIOA_STEER_OBJ.

The RIOA_STEER_OBJ table consists of various fields, each holding specific information or linking keys about Control Data Object Layer of Interest on Arrears Calculation data available in SAP. These include G_RBO (Business Operation Number (Loans)), G_BOCAT (Business Operation Category), G_BOSUBCAT (Business Operation Subcategory), G_WORKID (Processing Unit in the Business Operations).. 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 (Deep)


SAP RIOA_STEER_OBJ 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
G_RBOBusiness Operation Number (Loans) RBOCHAR15RBO
G_BOCATBusiness Operation Category SBO_CATCHAR1SBO_CAT
G_BOSUBCATBusiness Operation Subcategory TB_DISB_SBO_SUBCATCHAR2T_DISB_SBO_SUBCAT
G_WORKIDProcessing Unit in the Business Operations SWORKIDNUMC2NUMC02
G_MESSAGEFLAGS 0
FLAG1General Flag FLAGCHAR1FLAG
INEG_RSALDONegative Balance Occurred TB_IND_NEG_SALDOCHAR1FLAG
G_POSTING_APPLPosting Application for Posting Popup TB_POSTAPPLCHAR1CHAR1
G_ACT_ALLOWEDPermitted Activities in Business Operations TB_ACTIVITY_ALLOWEDCHAR2CHAR02
G_APPL_MODEApplication Mode TB_BO_APPL_MODECHAR1T_BO_APPL_MODE
G_APPL_MODE_ENTRYApplication Mode TB_BO_APPL_MODECHAR1T_BO_APPL_MODE
G_CALLING_COMPONENTComponents TB_COMPONENTCHAR10T_COMPONENT
G_CALLING_APPLBO: Applications of the Business Operation TB_BO_APPLICATIONCHAR10T_BO_APPLICATION
G_GSARTProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
G_CONF_OBJRelease object VVSFGOBJCHAR10Assigned to domainVVSFGOBJVVSSFGOBJ
G_CONF_ACTIVEIndicator, Release Active for Business Operation TB_IND_CONFIRMATION_ACTIVECHAR1XFELD
G_CONF_ACTIVE_LOANIndicator, Release Active for Business Operation TB_IND_CONFIRMATION_ACTIVECHAR1XFELD
G_CONF_ACTIVE_BOIndicator, Release Active for Business Operation TB_IND_CONFIRMATION_ACTIVECHAR1XFELD
G_CONF_REL_BOIndicator, Release Active for Business Operation TB_IND_CONFIRMATION_ACTIVECHAR1XFELD
G_NOTE_ASSIGNEDIndicator for stored memo SNOTIZCHAR1JANEI
G_BO_CHANGEDIndicator, Business Operation (or Tool) Has Been Changed TB_IND_BO_CHANGEDCHAR1XFELD
G_TESTRUNSwitch to Simulation Session for Write BAPIs TESTRUNCHAR1BAPIFLAG
G_RANL_AUTHAuthorization for Loan Exists TB_BO_RANL_AUTHCHAR1CHAR1
G_RANL_LOCKLoan is Locked TB_BO_RANL_LOCKCHAR1CHAR1
G_NTRANSTransaction data key: Consecutive number VVNTRANSNUMC4NUMC4
G_MINCLInclusive indicator for beginning and end of a period VVSINCLNUMC1VVSINCL
G_NO_ENQUEUEDo Not Set Lock (API) (Loan in a Business Operation) TB_BO_NO_ENQUEUECHAR1FLAG
G_NO_CONFIRMATIONSkip Release Procedure (API) TB_BO_NO_CONFIRMATIONCHAR1FLAG
G_NO_INITControls the Initialization of the Business Operation TB_NO_INITCHAR1CHAR1
G_IND_CONDIndicator - Individual Conditions Exist TB_FLG_IOA_INDIV_CONDCHAR1T_FLG_IOA_INDIV_COND
G_TYPE_VZZBEPP_NDVZZBEPP Category TB_IOA_VZZBEPP_TYPECHAR1CHAR1
G_NO_VDIOA_CALCIOA: Do Not Save Calculation Details TB_IOA_NO_VDIOA_CALCCHAR1CHAR1
G_NO_TRIV_AMTDo Not Save Trivial Amounts TB_IOA_NO_TRIV_AMTCHAR1XFLAG
G_WFMODESession for Release Workflow WFMODECHAR1CHAR1
G_NULLNo Interest on Arrears Calculated TB_IOA_NULLCHAR1XFELD
G_RUN_LOCKEDGeneral Flag FLAGCHAR1FLAG
.INCLU--AP 0
G_FIRST_CALC_STARTField of type DATS DATSDATS8DATS
G_POSTPONED_IOA_BLOCKERField of type DATS DATSDATS8DATS
G_FLG_MSG_073General Flag FLAGCHAR1FLAG
G_FLG_MSG_074General Flag FLAGCHAR1FLAG
G_FLG_MSG_075General Flag FLAGCHAR1FLAG
G_FLG_MSG_077General Flag FLAGCHAR1FLAG
G_DAT_MSG_077Field of type DATS DATSDATS8DATS
G_FLG_MSG_078General Flag FLAGCHAR1FLAG
G_FLG_MSG_115General Flag FLAGCHAR1FLAG
G_FLG_MSG_170General Flag FLAGCHAR1FLAG
G_FLG_MSG_171General Flag FLAGCHAR1FLAG
G_FLG_MSG_174General Flag FLAGCHAR1FLAG
G_FLG_MSG_187General Flag FLAGCHAR1FLAG
G_FLG_MSG_188General Flag FLAGCHAR1FLAG
G_FLG_MSG_189General Flag FLAGCHAR1FLAG
G_MESSAGE_210Character Field Length = 10 CHAR10CHAR10CHAR10
G_FLG_MSG_211General Flag FLAGCHAR1FLAG
G_FLG_MSG_212General Flag FLAGCHAR1FLAG
G_FLG_MSG_216General Flag FLAGCHAR1FLAG
G_FLG_MSG_217General Flag FLAGCHAR1FLAG
G_FLG_MSG_218General Flag FLAGCHAR1FLAG

Key field Non-key field



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

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

How to access SAP table RIOA_STEER_OBJ

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