RCHARGE_STEER_OL SAP (Control Data Object Layer Charges) Structure details

Dictionary Type: Structure
Description: Control Data Object Layer Charges




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




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

RCHARGE_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 Charges" 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_RCHARGE_STEER_OL TYPE RCHARGE_STEER_OL.

The RCHARGE_STEER_OL table consists of various fields, each holding specific information or linking keys about Control Data Object Layer Charges 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)


SAP RCHARGE_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_CHARGE_SBO_SUBCATCHAR2T_CHARGE_SBO_SUBCAT
G_WORKIDProcessing Unit in the Business Operations SWORKIDNUMC2NUMC02
G_MESSAGEFLAGS 0
FLAG1General Flag FLAGCHAR1FLAG
INEG_RSALDONegative Balance Occurred TB_CHARGE_IND_NEG_SALDOCHAR1FLAG
G_POSTING_APPLPosting Application for Posting Popup TB_CHARGE_POSTAPPLCHAR1CHAR1
G_ACT_ALLOWEDPermitted Activities in Business Operations TB_CHARGE_ACTIVITY_ALLOWEDCHAR2CHAR02
G_APPL_MODEApplication Mode TB_CHARGE_BO_APPL_MODECHAR1T_CHARGE_BO_APPL_MODE
G_APPL_MODE_ENTRYApplication Mode TB_CHARGE_BO_APPL_MODECHAR1T_CHARGE_BO_APPL_MODE
G_CALLING_COMPONENTComponents TB_COMPONENTCHAR10T_COMPONENT
G_CALLING_APPLCHARGE: Application for Charges TB_CHARGE_APPLICATIONCHAR10T_CHARGE_APPLICATION
G_GSARTProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
G_CONF_OBJRelease object VVSFGOBJCHAR10Assigned to domainVVSFGOBJVVSSFGOBJ
G_CONF_ACTIVECharges: Release for Business Operation is Active TB_CHARGE_IND_CONFIRMATION_ACTCHAR1XFELD
G_CONF_ACTIVE_LOANCharges: Release for Business Operation is Active TB_CHARGE_IND_CONFIRMATION_ACTCHAR1XFELD
G_CONF_ACTIVE_BOCharges: Release for Business Operation is Active TB_CHARGE_IND_CONFIRMATION_ACTCHAR1XFELD
G_CONF_REL_BOCharges: Release for Business Operation is Active TB_CHARGE_IND_CONFIRMATION_ACTCHAR1XFELD
G_NOTE_ASSIGNEDIndicator for stored memo SNOTIZCHAR1JANEI
G_BO_CHANGEDIndicator, Business Operation (or Tool) Has Been Changed TB_CHARGE_IND_BO_CHANGEDCHAR1XFELD
G_TESTRUNSwitch to Simulation Session for Write BAPIs TESTRUNCHAR1BAPIFLAG
G_RANL_AUTHAuthorization for Loan Exists TB_CHARGE_BO_RANL_AUTHCHAR1CHAR1
G_RANL_LOCKLoan is Locked TB_CHARGE_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_CHARGE_BO_NO_ENQUEUECHAR1FLAG
G_NO_CONFIRMATIONSkip Release Procedure (API) TB_CHARGE_BO_NO_CONFIRMATIONCHAR1FLAG
G_NO_INITControls the Initialization of the Business Operation TB_NO_INITCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table RCHARGE_STEER_OL

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