RLOCAC_ACTIVITY_CHANGES SAP (Action Box for UI Changes Loan Core Account) Structure details

Dictionary Type: Structure
Description: Action Box for UI Changes Loan Core Account




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




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

RLOCAC_ACTIVITY_CHANGES 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 "Action Box for UI Changes Loan Core Account" 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_RLOCAC_ACTIVITY_CHANGES TYPE RLOCAC_ACTIVITY_CHANGES.

The RLOCAC_ACTIVITY_CHANGES table consists of various fields, each holding specific information or linking keys about Action Box for UI Changes Loan Core Account data available in SAP. These include CHG_BZUSAGE_CH (General Flag), CHG_DSOT_MD (General Flag), CHG_DSOT_CH (General Flag), CHG_PRODUCT_ID (General Flag).. 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 RLOCAC_ACTIVITY_CHANGES 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
CHG_BZUSAGE_MDGeneral Flag FLAGCHAR1FLAG
CHG_BZUSAGE_CHGeneral Flag FLAGCHAR1FLAG
CHG_DSOT_MDGeneral Flag FLAGCHAR1FLAG
CHG_DSOT_CHGeneral Flag FLAGCHAR1FLAG
CHG_PRODUCT_IDGeneral Flag FLAGCHAR1FLAG
CHG_RDARNEHMGeneral Flag FLAGCHAR1FLAG
CHG_HDN_KUNNRGeneral Flag FLAGCHAR1FLAG
CHG_ORGUNITGeneral Flag FLAGCHAR1FLAG
CHG_DISTRIB_CHANNELGeneral Flag FLAGCHAR1FLAG
CHG_SLAENDERGeneral Flag FLAGCHAR1FLAG
CHG_SSTATE_OF_EXECGeneral Flag FLAGCHAR1FLAG
CHG_RUNTIMEGeneral Flag FLAGCHAR1FLAG
CHG_CANCRES_DATAGeneral Flag FLAGCHAR1FLAG
CHG_COND_HEADGeneral Flag FLAGCHAR1FLAG
CHG_COND_POSGeneral Flag FLAGCHAR1FLAG
CHG_RANLGeneral Flag FLAGCHAR1FLAG
CHG_VDGPOGeneral Flag FLAGCHAR1FLAG
CHG_VDGPODEBGeneral Flag FLAGCHAR1FLAG
CHG_VDARLGeneral Flag FLAGCHAR1FLAG
CHG_VDARLDVSGeneral Flag FLAGCHAR1FLAG
CHG_VZSORTGeneral Flag FLAGCHAR1FLAG
CHG_FLOWSGeneral Flag FLAGCHAR1FLAG

Key field Non-key field



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

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

How to access SAP table RLOCAC_ACTIVITY_CHANGES

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