SAP /BCV/CL_UIF_LOCAL_SYNC OO Class - BCV local CHIP synchronization
/BCV/CL_UIF_LOCAL_SYNC is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /BCV/CL_UIF_LOCAL_SYNC including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of /BCV/CL_UIF_LOCAL_SYNC SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>CONSTRUCTOR...more details | ||
| DEREGISTER_ALL | De-Register all registrated Chips | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>DEREGISTER_ALL...more details | ||
| DEREGISTER_CHIP | De-Register Chip for Wiring | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>DEREGISTER_CHIP...more details | ||
| DEREGISTER_CHIP_FOR_REFRESH | Deregister CHIP for Refresh | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>DEREGISTER_CHIP_FOR_REFRESH...more details | ||
| DEREGISTER_GEN_DISPLAY | Deregister BCV Generic Display | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>DEREGISTER_GEN_DISPLAY...more details | ||
| DEREGISTER_SIDEPANEL | Deregister Side Panel | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>DEREGISTER_SIDEPANEL...more details | ||
|
| ||
| EXCHANGE_GEN_DISPLAY | Trigger an exchange of BCV Generic Display | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>EXCHANGE_GEN_DISPLAY...more details | ||
| EXCHANGE_MAIN_CHIP | Trigger an exchange of BCV Main Chip by Side Panel | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>EXCHANGE_MAIN_CHIP...more details | ||
| FIRE_ACTION | Chip fires Action for Wiring | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>FIRE_ACTION...more details | ||
| FIRE_REFRESH_DASHB_ALL | Fire event to update dashboard list chip | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>FIRE_REFRESH_DASHB_ALL...more details | ||
| FIRE_REFRESH_DASHB_FAV | Fire event to update dashboard favorites chip | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>FIRE_REFRESH_DASHB_FAV...more details | ||
| FIRE_REFRESH_DASHB_LAST | Fire event to update last used dashboard chip | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>FIRE_REFRESH_DASHB_LAST...more details | ||
| FIRE_REFRESH_DRILLDOWN | Fire event refresh drilldown to update drilldown chip | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>FIRE_REFRESH_DRILLDOWN...more details | ||
| FIRE_REFRESH_QVIEW_ALL | Fire event to update query view list chip | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>FIRE_REFRESH_QVIEW_ALL...more details | ||
| FIRE_REFRESH_QVIEW_FAV | Fire event to update query view favorites chip | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>FIRE_REFRESH_QVIEW_FAV...more details | ||
| FIRE_REFRESH_QVIEW_LAST | Fire event to update last used query views chip | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>FIRE_REFRESH_QVIEW_LAST...more details | ||
| FIRE_REFRESH_SSHOT_FAV | Fire event to update snapshot favorites chip | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>FIRE_REFRESH_SSHOT_FAV...more details | ||
| FIRE_REFRESH_SSHOT_LAST | Fire event to update last used snapshot chip | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>FIRE_REFRESH_SSHOT_LAST...more details | ||
| FIRE_UPDATE_BREADCRUMB | Fire event to update breadcrumbs in main view | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>FIRE_UPDATE_BREADCRUMB...more details | ||
| GET_CATALOG_INDICATOR | Indicator | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>GET_CATALOG_INDICATOR...more details | ||
| GET_COCKPIT_CTXT_KEY | Load Context Key set for newly dropped chips | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>GET_COCKPIT_CTXT_KEY...more details | ||
| GET_INSTANCE | Get local Wiring Instance | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>GET_INSTANCE...more details | ||
| IS_GEN_DISPLAY_AVAILABLE | Check, whether the Generic Display is available. | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>IS_GEN_DISPLAY_AVAILABLE...more details | ||
| REFRESH_CHIPS | Refresh all registered BCV CHIPs | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>REFRESH_CHIPS...more details | ||
| REFRESH_GEN_DISPLAY | Refresh BCV Generic Display content | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>REFRESH_GEN_DISPLAY...more details | ||
| REFRESH_MAIN_CHIP | Refresh BCV Main View content | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>REFRESH_MAIN_CHIP...more details | ||
| REFRESH_OVERVIEW_CHIPS | Refresh all CHIPs of a displayed Overview | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>REFRESH_OVERVIEW_CHIPS...more details | ||
| REGISTER_BCVMAIN | Register BCV Main View for Chip exchange | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>REGISTER_BCVMAIN...more details | ||
| REGISTER_CHIP | Register Chip for Wiring | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>REGISTER_CHIP...more details | ||
| REGISTER_CHIP_FOR_REFRESH | Register CHIP for Refresh | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>REGISTER_CHIP_FOR_REFRESH...more details | ||
| REGISTER_COCKPIT | Register BCV Cockpit for Context Key Filter | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>REGISTER_COCKPIT...more details | ||
| REGISTER_GEN_DISPLAY | Register BCV Generic Display for Chip exchange | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>REGISTER_GEN_DISPLAY...more details | ||
| REGISTER_MAIN_CHIP | Register BCV Main Chip for Side Panel Drilldown Actions | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>REGISTER_MAIN_CHIP...more details | ||
| REGISTER_SIDEPANEL | Register Side Panel | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>REGISTER_SIDEPANEL...more details | ||
| SET_CATALOG_INDICATOR | Indicator | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>SET_CATALOG_INDICATOR...more details | ||
| SET_COCKPIT_CTXT_KEY | Save Context Key set for newly dropped chips | Public |
| CALL METHOD /bcv/cl_uif_local_sync=>SET_COCKPIT_CTXT_KEY...more details | ||
/BCV/CL_UIF_LOCAL_SYNC attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_ACTION_FILTER | Static Attribute | Filter | 'FILTER' | LIKE STRING | Public |
| GC_ACTION_SORT | Static Attribute | Sort | 'SORT' | LIKE STRING | Public |
| GO_INSTANCE | Static Attribute | BCV local Chip Wiring | LIKE /BCV/CL_UIF_LOCAL_SYNC | Private | |
| GR_BCV_COCKPIT | Static Attribute | BCV Cockpit Instance | LIKE /BCV/IWCI_WDC_UIF_COCKPIT | Private | |
| GR_BCV_GEN_DISPLAY | Static Attribute | BCV Generic Display Instance | LIKE /BCV/IWCI_WDC_UIF_GEN_DISPLAY | Private | |
| GR_BCV_MAIN | Static Attribute | BCV Main View Instance | LIKE /BCV/IWCI_WDC_UIF_MAIN | Private | |
| GR_BCV_MAIN_CHIP | Static Attribute | BCV Chip instance embedded in BCV Main | LIKE /BCV/IWCI_WDC_UIF_CHIP | Private | |
| GR_DASHB_ALL | Static Attribute | BCV Side Panel Instance | LIKE /BCV/IWCI_WDC_UIF_SIDEPANEL | Private | |
| GR_DASHB_FAV | Static Attribute | BCV Side Panel Instance | LIKE /BCV/IWCI_WDC_UIF_SIDEPANEL | Private | |
| GR_DASHB_LAST | Static Attribute | BCV Side Panel Instance | LIKE /BCV/IWCI_WDC_UIF_SIDEPANEL | Private | |
| GR_DRILLDOWN | Static Attribute | BCV Side Panel Instance | LIKE /BCV/IWCI_WDC_UIF_SIDEPANEL | Private | |
| GR_QVIEW_ALL | Static Attribute | BCV Side Panel Instance | LIKE /BCV/IWCI_WDC_UIF_SIDEPANEL | Private | |
| GR_QVIEW_FAV | Static Attribute | BCV Side Panel Instance | LIKE /BCV/IWCI_WDC_UIF_SIDEPANEL | Private | |
| GR_QVIEW_LAST | Static Attribute | BCV Side Panel Instance | LIKE /BCV/IWCI_WDC_UIF_SIDEPANEL | Private | |
| GR_SSHOT_FAV | Static Attribute | BCV Side Panel Instance | LIKE /BCV/IWCI_WDC_UIF_SIDEPANEL | Private | |
| GR_SSHOT_LAST | Static Attribute | BCV Side Panel Instance | LIKE /BCV/IWCI_WDC_UIF_SIDEPANEL | Private | |
| GT_COCKPIT_CTXT_KEY | Static Attribute | Context Key Table | LIKE /BCV/T_CFG_CONTEXT | Private | |
| GT_REGISTERED_4_REFRESH | Static Attribute | Registered CHIPs for Refresh | LIKE /BCV/T_UIF_CHIP_INSTANCES | Private | |
| GT_REGISTERED_CHIPS | Static Attribute | Chip Instances | LIKE /BCV/T_UIF_CHIP_INSTANCES | Private | |
| GV_CATALOG_SET | Instance Attribute | Replacement for Real Boolean Type: 'X' == True '' == False | LIKE WDY_BOOLEAN | Private |
Links to Related Class(s)
/BCV/CL_...Full list of available SAP object classes
Search for further information about these or an SAP related objects