RDISB_STEER_OL SAP (Control Data Object Layer Disbursement) Structure details

Dictionary Type: Structure
Description: Control Data Object Layer Disbursement




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




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

RDISB_STEER_OL 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 Disbursement" 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_RDISB_STEER_OL TYPE RDISB_STEER_OL.

The RDISB_STEER_OL table consists of various fields, each holding specific information or linking keys about Control Data Object Layer Disbursement 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 (character-type or numeric)


SAP RDISB_STEER_OL 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_TYPE_VZZBEPP_NDVZZBEPP Category TB_DISB_VZZBEPP_TYPECHAR1CHAR1
G_FLG_DRAWINGIndicates Whether a Drawing Exists TB_DISBDRAWCHAR1XFELD
G_FLG_DRAW_CHANGEIndicator, Drawing of Active Disbursment Has Been Changed TB_DISBDRCHCHAR1XFLAG
G_ASYNCRON_SAVEAsynchronously Save Disbursement? X = Yes; Space = No TB_ASYNCRON_SAVECHAR1XFLAG
G_NO_LOAN_INITDo Not Initialize LOAN Memory? X = Yes; Space = No TB_NO_LOAN_INITCHAR1XFLAG
G_FLG_NO_VDCFWAREHOUSEHistorical Flows Not Saved TB_NO_VDCFWAREHOUSECHAR1XFLAG
G_FLG_NO_CORRESPDo Not Trigger Correspondence TB_DISB_NO_CORRESPCHAR1XFELD
G_ADAPTFLAGS 0
IADAP_VCBTRAdjustment of Drawing Amount TB_IND_ADAPT_VCBTRCHAR1XFLAG
IADAP_ADISBGROSSAdjustment Gross Disbursement Amount TB_IND_ADAPT_ADISBGROSSCHAR1XFLAG
IADAP_ADISBNETAdjustment Net Disbursement Amount TB_IND_ADAPT_ADISBNETCHAR1XFLAG
G_SZARTKZPayment transaction ID SZARTKZNUMC1SZARTKZ
G_FLG_NO_LOAN_UPDATEDo Not Update Loan Data Using Update Task TB_NO_LOAN_UPDATECHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RDISB_STEER_OL

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