SAP IF_BSP_WD_RT_REP_API OO Class - API for the Runtime Repository
IF_BSP_WD_RT_REP_API 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 IF_BSP_WD_RT_REP_API 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 IF_BSP_WD_RT_REP_API 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 |
| ADD_COMPONENT_USAGE | add a Component Usage | Public |
| CALL METHOD if_bsp_wd_rt_rep_api=>ADD_COMPONENT_USAGE...more details | ||
| ADD_ELEMENT_2_COMP_INTERFACE | add a context noder or event to a component interface | Public |
| CALL METHOD if_bsp_wd_rt_rep_api=>ADD_ELEMENT_2_COMP_INTERFACE...more details | ||
| ADD_INBOUND_PLUG_FOUP | add inbound plug with follow up navigation | Public |
| CALL METHOD if_bsp_wd_rt_rep_api=>ADD_INBOUND_PLUG_FOUP...more details | ||
| ADD_INTERFACE_VIEW | add an Interface View to an usage | Public |
| CALL METHOD if_bsp_wd_rt_rep_api=>ADD_INTERFACE_VIEW...more details | ||
| ADD_MODEL | add a BOL Model | Public |
| CALL METHOD if_bsp_wd_rt_rep_api=>ADD_MODEL...more details | ||
| ADD_NAVLINK | add a new Navlink | Public |
| CALL METHOD if_bsp_wd_rt_rep_api=>ADD_NAVLINK...more details | ||
|
| ||
| ADD_NAVLINK_TARGET | add a new Target to a Navlink | Public |
| CALL METHOD if_bsp_wd_rt_rep_api=>ADD_NAVLINK_TARGET...more details | ||
| ADD_PLUG | add in/outbound plug to a window/Interface View | Public |
| CALL METHOD if_bsp_wd_rt_rep_api=>ADD_PLUG...more details | ||
| ADD_VIEWAREA | add Viewarea to Viewset | Public |
| CALL METHOD if_bsp_wd_rt_rep_api=>ADD_VIEWAREA...more details | ||
| ADD_VIEWSET | add Viewset including Viewareas | Public |
| CALL METHOD if_bsp_wd_rt_rep_api=>ADD_VIEWSET...more details | ||
| ADD_VIEW_2_VIEWSET | add a view to a Viewset | Public |
| CALL METHOD if_bsp_wd_rt_rep_api=>ADD_VIEW_2_VIEWSET...more details | ||
| ADD_VIEW_2_WINDOW | add a view to a Window | Public |
| CALL METHOD if_bsp_wd_rt_rep_api=>ADD_VIEW_2_WINDOW...more details | ||
| ADD_WINDOW | add Window node | Public |
| CALL METHOD if_bsp_wd_rt_rep_api=>ADD_WINDOW...more details | ||
| ADD_WINDOW_2_COMP_INTERFACE | add an to a component interface | Public |
| CALL METHOD if_bsp_wd_rt_rep_api=>ADD_WINDOW_2_COMP_INTERFACE...more details | ||
| DELEGATE_PLUG_TO_WINDOW | delegate outbound plug of usage to window | Public |
| CALL METHOD if_bsp_wd_rt_rep_api=>DELEGATE_PLUG_TO_WINDOW...more details | ||
| DELETE_NAVLINK | Deletes a new Navlink | Public |
| CALL METHOD if_bsp_wd_rt_rep_api=>DELETE_NAVLINK...more details | ||
| DELETE_PLUG | Deletes in/outbound plug to a window/Interface View | Public |
| CALL METHOD if_bsp_wd_rt_rep_api=>DELETE_PLUG...more details | ||
| DELETE_VIEW | Delete a View | Public |
| CALL METHOD if_bsp_wd_rt_rep_api=>DELETE_VIEW...more details | ||
| DELETE_VIEWAREA | Delete Viewarea from Viewset | Public |
| CALL METHOD if_bsp_wd_rt_rep_api=>DELETE_VIEWAREA...more details | ||
| DELETE_VIEWSET | Delete a Viewset | Public |
| CALL METHOD if_bsp_wd_rt_rep_api=>DELETE_VIEWSET...more details | ||
| DELETE_WINDOW | Delete a Window | Public |
| CALL METHOD if_bsp_wd_rt_rep_api=>DELETE_WINDOW...more details | ||
| DELETE_WINDOW_FROM_COMP_INTF | delete window from a component interface | Public |
| CALL METHOD if_bsp_wd_rt_rep_api=>DELETE_WINDOW_FROM_COMP_INTF...more details | ||
| GET_COMPONENT_4_USAGE | provide the used component of a given usage | Public |
| CALL METHOD if_bsp_wd_rt_rep_api=>GET_COMPONENT_4_USAGE...more details | ||
| GET_COMPONENT_USAGES | provide a list of defined component usages | Public |
| CALL METHOD if_bsp_wd_rt_rep_api=>GET_COMPONENT_USAGES...more details | ||
| GET_EMBEDDED_VIEWS | provide a list of embedded views | Public |
| CALL METHOD if_bsp_wd_rt_rep_api=>GET_EMBEDDED_VIEWS...more details | ||
| GET_INTERFACE_CNODES | provide a list of Interface Context Node | Public |
| CALL METHOD if_bsp_wd_rt_rep_api=>GET_INTERFACE_CNODES...more details | ||
| GET_INTERFACE_VIEWS | provide a list of Interface Views | Public |
| CALL METHOD if_bsp_wd_rt_rep_api=>GET_INTERFACE_VIEWS...more details | ||
| GET_NAVLINKS | provide a list of NavLinks | Public |
| CALL METHOD if_bsp_wd_rt_rep_api=>GET_NAVLINKS...more details | ||
| GET_WINDOWS | provide a list of Windows | Public |
| CALL METHOD if_bsp_wd_rt_rep_api=>GET_WINDOWS...more details | ||
| GET_WINDOW_DETAILS | provide a list of Views in a Window with Plugs | Public |
| CALL METHOD if_bsp_wd_rt_rep_api=>GET_WINDOW_DETAILS...more details | ||
| RENAME_WINDOW | Rename a Window | Public |
| CALL METHOD if_bsp_wd_rt_rep_api=>RENAME_WINDOW...more details | ||
| TRANSLATE_EMBEDDED_VIEW | returns the full name for an embedded interface view | Public |
| CALL METHOD if_bsp_wd_rt_rep_api=>TRANSLATE_EMBEDDED_VIEW...more details | ||
IF_BSP_WD_RT_REP_API 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_ATT_DEFAULT | Constant | Attribute: default | 'default' | LIKE STRING | Public |
| GC_ATT_EVENT_HNDL_REF | Constant | Attribute: reference to event handler | 'eventHandlerRef' | LIKE STRING | Public |
| GC_ATT_ID | Constant | Attribute: ID | 'id' | LIKE STRING | Public |
| GC_ATT_IP_NAV_LINK | Constant | Attribute: follow up Nav Link | 'followUpNavigationalLink' | LIKE STRING | Public |
| GC_ATT_MAPPED_2_WINDOW | Constant | Attribute: mapped to window | 'mappedToWindow' | LIKE STRING | Public |
| GC_ATT_NAME | Constant | Attribute: Name | 'name' | LIKE STRING | Public |
| GC_ATT_OP_DELEGATE | Constant | Attribute: delegate of outbound plug | 'mappedToParentWindowOutboundPlug' | LIKE STRING | Public |
| GC_ATT_PLUG_REF_IN | Constant | Attribute: inbound Plug Reference | 'inboundPlugRef' | LIKE STRING | Public |
| GC_ATT_PLUG_REF_OUT | Constant | Attribute: Outbound Plug Reference | 'outboundPlugRef' | LIKE STRING | Public |
| GC_ATT_REFERENCED_USAGE | Constant | Attribute: referenced usage | 'referencedUsage' | LIKE STRING | Public |
| GC_ATT_SWITCHID | Constant | Attribute: switchId | 'switchId' | LIKE STRING | Public |
| GC_ATT_SWITCHREACTION | Constant | Attribute: switchReaction | 'reactionToSwitch' | LIKE STRING | Public |
| GC_ATT_TYPE | Constant | Attribute: type | 'type' | LIKE STRING | Public |
| GC_ATT_USED_COMPONENT | Constant | Attribute: used component | 'usedComponent' | LIKE STRING | Public |
| GC_ATT_VERSION | Constant | Attribute: version | 'version' | LIKE STRING | Public |
| GC_ATT_VIEWS | Constant | Attribute: views in a window | 'views' | LIKE STRING | Public |
| GC_ATT_VIEW_REF | Constant | Attribute: View Reference | 'viewRef' | LIKE STRING | Public |
| GC_LEGAL_CHARS | Constant | allowed characters | 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ/_1234567890' | LIKE STRING | Public |
| GC_TAG_APPLICATION_EVENT | Constant | Tag for Application Event | 'ApplicationEvent' | LIKE STRING | Public |
| GC_TAG_COMPONENT | Constant | Tag for component | 'Component' | LIKE STRING | Public |
| GC_TAG_COMPONENT_USAGE | Constant | Tag for component usage | 'ComponentUsage' | LIKE STRING | Public |
| GC_TAG_COMPONENT_USAGES | Constant | Tag for componen usages | 'ComponentUsages' | LIKE STRING | Public |
| GC_TAG_COMP_INTERFACE | Constant | Tag for Component Interface | 'ComponentInterface' | LIKE STRING | Public |
| GC_TAG_CONTEXT | Constant | Tag for Context | 'Context' | LIKE STRING | Public |
| GC_TAG_EMBEDDED_VIEW | Constant | Tag for component usage | 'EmbeddedView' | LIKE STRING | Public |
| GC_TAG_EVENTS | Constant | Tag for Events | 'Events' | LIKE STRING | Public |
| GC_TAG_INBOUND_PLUG | Constant | Tag for inbound plug | 'InboundPlug' | LIKE STRING | Public |
| GC_TAG_INBOUND_PLUGS | Constant | Tag for inbound plugs | 'InboundPlugs' | LIKE STRING | Public |
| GC_TAG_INTERFACE_CONTROLLER | Constant | Tag for Interface Controller | 'InterfaceController' | LIKE STRING | Public |
| GC_TAG_INTERFACE_VIEW | Constant | Tag for Interface View | 'InterfaceView' | LIKE STRING | Public |
| GC_TAG_MODEL | Constant | Tag for model | 'Model' | LIKE STRING | Public |
| GC_TAG_MODELS | Constant | Tag for models | 'Models' | LIKE STRING | Public |
| GC_TAG_MODEL_NODE | Constant | Tag for Model Node | 'ModelNode' | LIKE STRING | Public |
| GC_TAG_NAV_LINK | Constant | Tag for Navigational Link | 'NavigationalLink' | LIKE STRING | Public |
| GC_TAG_NAV_LINKS | Constant | Tag for Navigational Links | 'NavigationalLinks' | LIKE STRING | Public |
| GC_TAG_OUTBOUND_PLUG | Constant | Tag for outbound plug | 'OutboundPlug' | LIKE STRING | Public |
| GC_TAG_OUTBOUND_PLUGS | Constant | Tag for outbound plugs | 'OutboundPlugs' | LIKE STRING | Public |
| GC_TAG_SOURCE | Constant | Tag for Sourve of a Nav Link | 'Source' | LIKE STRING | Public |
| GC_TAG_TARGET | Constant | Tag for Target | 'Target' | LIKE STRING | Public |
| GC_TAG_TARGETS | Constant | Tag for Targets of a Nav Link | 'Targets' | LIKE STRING | Public |
| GC_TAG_VALUE_NODE | Constant | Tag for Value Node | 'ValueNode' | LIKE STRING | Public |
| GC_TAG_VIEW_AREA | Constant | Tag for View Area | 'ViewArea' | LIKE STRING | Public |
| GC_TAG_VIEW_SET | Constant | Tag for View Set | 'ViewSet' | LIKE STRING | Public |
| GC_TAG_VIEW_SETS | Constant | Tag for View Sets | 'ViewSets' | LIKE STRING | Public |
| GC_TAG_WD_DEFINITIONS | Constant | Tag for root tag | 'WebDynProDefinitions' | LIKE STRING | Public |
| GC_TAG_WINDOW | Constant | Tag for window | 'Window' | LIKE STRING | Public |
| GC_TAG_WINDOWS | Constant | Tag for windows | 'Windows' | LIKE STRING | Public |
Links to Related Class(s)
IF_BSP_W...Full list of available SAP object classes
Search for further information about these or an SAP related objects