SAP CL_PROXY_UIX_PLGN_BASE OO Class - PlugIn Base Class for Proxys via IF_PX*-APIs
CL_PROXY_UIX_PLGN_BASE 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 CL_PROXY_UIX_PLGN_BASE including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Interface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_ESD_COMMONInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_ESD_EXTVIEWInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_ESD_INTVIEWInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_ESD_PLUGINInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_ESD_PROBLEMSInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_ESD_PROPERTIESInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_ESD_PROXYInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_ESD_REL_OBJECTSInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_ESD_UIInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_ESD_WARNINGSInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_ESD_WHERE_USED_LISTInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_ESD_WSDLInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_PXN_CALLBACKInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_PXN_CB_WSD_INSTANCEInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_ESD_LWBSInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_ESD_SBR_FEATURESMethod list of CL_PROXY_UIX_PLGN_BASE 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 |
| ACTIVATE | activate object | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>ACTIVATE...more details | ||
| ADD_MESSAGE | add a single message to messages | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>ADD_MESSAGE...more details | ||
| ADD_MESSAGES_FROM_LOG | Add single message using the message structure | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>ADD_MESSAGES_FROM_LOG...more details | ||
| ASK_GENERATION_PARAMETERS | ask user for generation parameters | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>ASK_GENERATION_PARAMETERS...more details | ||
| ATC_CHECK | starts atc check for proxy | Private |
| CALL METHOD cl_proxy_uix_plgn_base=>ATC_CHECK...more details | ||
| CAN_BE_GENERATED | main object can be generated (XI, WS) | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>CAN_BE_GENERATED...more details | ||
|
| ||
| CAST_CORE2MAIN | get main instance | Public |
| CALL METHOD cl_proxy_uix_plgn_base=>CAST_CORE2MAIN...more details | ||
| CHECK | Public | |
| CALL METHOD cl_proxy_uix_plgn_base=>CHECK...more details | ||
| CHECK_BEFORE_SAVE | issue check before save | Private |
| CALL METHOD cl_proxy_uix_plgn_base=>CHECK_BEFORE_SAVE...more details | ||
| CHECK_LOG | check if log available | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>CHECK_LOG...more details | ||
| CHECK_SUPPORT_PACKAGE_MODE | check about support package mode -> if yes raises exception | Private |
| CALL METHOD cl_proxy_uix_plgn_base=>CHECK_SUPPORT_PACKAGE_MODE...more details | ||
| CI_CHECK | Code Inspector check | Private |
| CALL METHOD cl_proxy_uix_plgn_base=>CI_CHECK...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD cl_proxy_uix_plgn_base=>CONSTRUCTOR...more details | ||
| COPY | Public | |
| CALL METHOD cl_proxy_uix_plgn_base=>COPY...more details | ||
| CREATE_BASED_ON_REQUEST | creates wb_request for creation a service variant | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>CREATE_BASED_ON_REQUEST...more details | ||
| CREATE_CLASS_SUBTYPE_REQUEST | Creates WB Request for ABAP OO Subobject | Public |
| CALL METHOD cl_proxy_uix_plgn_base=>CREATE_CLASS_SUBTYPE_REQUEST...more details | ||
| CREATE_COMPLEX_DATA | Create data structure for all node data | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>CREATE_COMPLEX_DATA...more details | ||
| CREATE_COPY_REQUEST | creates request to copy a proxy | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>CREATE_COPY_REQUEST...more details | ||
| CREATE_MAIN | create a if_pxn_main instance via factory | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>CREATE_MAIN...more details | ||
| CREATE_NEW_PROXY | create a new proxy instance | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>CREATE_NEW_PROXY...more details | ||
| CREATE_PROBLEMS | create problems data container | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>CREATE_PROBLEMS...more details | ||
| CREATE_PROXY_REF | creates a proxy instance | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>CREATE_PROXY_REF...more details | ||
| CREATE_REL_OBJECTS | create used objects table instance | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>CREATE_REL_OBJECTS...more details | ||
| CREATE_REQUEST | create request for a subid in complex proxy | Private |
| CALL METHOD cl_proxy_uix_plgn_base=>CREATE_REQUEST...more details | ||
| CREATE_REQUEST_VIA_EXT_KEY | create request for a subid for a proxy identified via IFR_ID | Public |
| CALL METHOD cl_proxy_uix_plgn_base=>CREATE_REQUEST_VIA_EXT_KEY...more details | ||
| CREATE_SERVICE_VARIANT_REQUEST | creates wb_request for creation a service variant | Private |
| CALL METHOD cl_proxy_uix_plgn_base=>CREATE_SERVICE_VARIANT_REQUEST...more details | ||
| CREATE_TADIR_WB_REQUEST | creates a wb-request based on TADIR key | Public |
| CALL METHOD cl_proxy_uix_plgn_base=>CREATE_TADIR_WB_REQUEST...more details | ||
| CREATE_TREE_DATA | create create data instance | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>CREATE_TREE_DATA...more details | ||
| CREATE_UI_INDEX | create instance of ui_index | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>CREATE_UI_INDEX...more details | ||
| CREATE_VIF_PLUGIN | create embedded instance | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>CREATE_VIF_PLUGIN...more details | ||
| CREATE_WARNINGS | create problems data container | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>CREATE_WARNINGS...more details | ||
| CREATE_WHEREUSED_LIST_REQUEST | create whereused list request | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>CREATE_WHEREUSED_LIST_REQUEST...more details | ||
| DDIC_CHECK | compares proxy and DDIC metada | Private |
| CALL METHOD cl_proxy_uix_plgn_base=>DDIC_CHECK...more details | ||
| DELETE | Public | |
| CALL METHOD cl_proxy_uix_plgn_base=>DELETE...more details | ||
| DOCU_LINK | Private | |
| CALL METHOD cl_proxy_uix_plgn_base=>DOCU_LINK...more details | ||
| EXT_KEY2IFR_ID | converts external key to ifr_id | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>EXT_KEY2IFR_ID...more details | ||
| GENERATE | Public | |
| CALL METHOD cl_proxy_uix_plgn_base=>GENERATE...more details | ||
| GENERATE_PROXY | (re)generates a existing proxy instance | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>GENERATE_PROXY...more details | ||
| GET_CHANGED_IDS | returns list of changed objects... | Public |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_CHANGED_IDS...more details | ||
| GET_DEEP_LOAD | Public | |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_DEEP_LOAD...more details | ||
| GET_DELETABLE_OBJECTS | Protected | |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_DELETABLE_OBJECTS...more details | ||
| GET_EDIT_MODE | determines whether a node can be edited or nor | Public |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_EDIT_MODE...more details | ||
| GET_ENTRYPOINT | Public | |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_ENTRYPOINT...more details | ||
| GET_EXTVIEW_DETAIL_DATA | Public | |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_EXTVIEW_DETAIL_DATA...more details | ||
| GET_EXTVIEW_TREE_DATA | Public | |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_EXTVIEW_TREE_DATA...more details | ||
| GET_FACTORY | Public | |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_FACTORY...more details | ||
| GET_FAULT_NODE | returns node for an node_inconsistent fault | Private |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_FAULT_NODE...more details | ||
| GET_GLOBAL_OBJECT | searches about a global object in current instance | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_GLOBAL_OBJECT...more details | ||
| GET_ID_BY_NODE_KEY | determines ID by node_key | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_ID_BY_NODE_KEY...more details | ||
| GET_INTVIEW_DETAIL_DATA | Public | |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_INTVIEW_DETAIL_DATA...more details | ||
| GET_INTVIEW_TREE_DATA | Public | |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_INTVIEW_TREE_DATA...more details | ||
| GET_LOG | returns log messages | Public |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_LOG...more details | ||
| GET_MAIN | Protected | |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_MAIN...more details | ||
| GET_MAIN_CURRENT | Protected | |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_MAIN_CURRENT...more details | ||
| GET_MAIN_DB_ACTIVE | Protected | |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_MAIN_DB_ACTIVE...more details | ||
| GET_NEXT_NODE_ID | Public | |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_NEXT_NODE_ID...more details | ||
| GET_NEXT_NODE_PATH | Public | |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_NEXT_NODE_PATH...more details | ||
| GET_NODE_BY_ID | wrapper araound if_pxn_main->get_node_by_id() | Public |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_NODE_BY_ID...more details | ||
| GET_OPERATION_ID | Public | |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_OPERATION_ID...more details | ||
| GET_PROPERTIES_DATA | Public | |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_PROPERTIES_DATA...more details | ||
| GET_PROXY_DATA_APPEND | fullfills prx_ui_object_data structure out of sprx_s_index | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_PROXY_DATA_APPEND...more details | ||
| GET_PROXY_DATA_ATTRIBUTE | fullfills prx_ui_object_data structure out of sprx_s_index | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_PROXY_DATA_ATTRIBUTE...more details | ||
| GET_PROXY_DATA_BASE | fullfills prx_ui_object_data structure out of sprx_s_index | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_PROXY_DATA_BASE...more details | ||
| GET_PROXY_DATA_DT_COMPLEX | fullfills prx_ui_object_data structure out of sprx_s_index | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_PROXY_DATA_DT_COMPLEX...more details | ||
| GET_PROXY_DATA_DT_SIMPLE | fullfills prx_ui_object_data structure out of sprx_s_index | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_PROXY_DATA_DT_SIMPLE...more details | ||
| GET_PROXY_DATA_ELEMENT | fullfills prx_ui_object_data structure out of sprx_s_index | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_PROXY_DATA_ELEMENT...more details | ||
| GET_PROXY_DATA_E_ATTRIBUTE | fullfills prx_ui_object_data structure out of sprx_s_index | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_PROXY_DATA_E_ATTRIBUTE...more details | ||
| GET_PROXY_DATA_E_DT_SIMPLE | fullfills prx_ui_object_data structure out of sprx_s_index | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_PROXY_DATA_E_DT_SIMPLE...more details | ||
| GET_PROXY_DATA_E_ELEMENT | fullfills prx_ui_object_data structure out of sprx_s_index | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_PROXY_DATA_E_ELEMENT...more details | ||
| GET_PROXY_DATA_FAULT_TYPE | fullfills prx_ui_object_data structure out of sprx_s_index | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_PROXY_DATA_FAULT_TYPE...more details | ||
| GET_PROXY_DATA_FAULT_TYPE_E | fullfills prx_ui_object_data structure out of sprx_s_index | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_PROXY_DATA_FAULT_TYPE_E...more details | ||
| GET_PROXY_DATA_GENERAL | fullfills node-general data | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_PROXY_DATA_GENERAL...more details | ||
| GET_PROXY_DATA_GLOBAL | fullfills prx_ui_object_data structure out of sprx_s_index | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_PROXY_DATA_GLOBAL...more details | ||
| GET_PROXY_DATA_IMPL_CLASS | fullfills prx_ui_object_data structure out of sprx_s_index | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_PROXY_DATA_IMPL_CLASS...more details | ||
| GET_PROXY_DATA_MESSAGE_TYPE | fullfills prx_ui_object_data structure out of sprx_s_index | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_PROXY_DATA_MESSAGE_TYPE...more details | ||
| GET_PROXY_DATA_MESSAGE_TYPE_E | fullfills prx_ui_object_data structure out of sprx_s_index | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_PROXY_DATA_MESSAGE_TYPE_E...more details | ||
| GET_PROXY_DATA_NODE | data transport CL_PROXY->UI | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_PROXY_DATA_NODE...more details | ||
| GET_PROXY_DATA_OBJECT | fullfills prx_ui_object_data structure out of sprx_s_index | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_PROXY_DATA_OBJECT...more details | ||
| GET_PROXY_DATA_OBJECT_E | fullfills prx_ui_object_data structure out of sprx_s_index | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_PROXY_DATA_OBJECT_E...more details | ||
| GET_PROXY_DATA_OBJECT_M | fullfills prx_ui_object_data structure out of sprx_s_index | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_PROXY_DATA_OBJECT_M...more details | ||
| GET_PROXY_DATA_XSLT | fullfills prx_ui_object_data structure out of sprx_s_index | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_PROXY_DATA_XSLT...more details | ||
| GET_ROOT_OBJECT_ABAP_KEY | returns the root object abap key | Public |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_ROOT_OBJECT_ABAP_KEY...more details | ||
| GET_ROOT_OBJECT_EXT_KEY | returns the root object external key | Public |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_ROOT_OBJECT_EXT_KEY...more details | ||
| GET_ROOT_OBJECT_WB_KEY | returns the root object workbench key | Public |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_ROOT_OBJECT_WB_KEY...more details | ||
| GET_TESTPROGRAM | Public | |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_TESTPROGRAM...more details | ||
| GET_WB_OBJECT_KEY | Public | |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_WB_OBJECT_KEY...more details | ||
| GET_WB_OBJECT_TYPE | Public | |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_WB_OBJECT_TYPE...more details | ||
| GET_WB_REQUEST_FOR_EXT_EDITOR | Protected | |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_WB_REQUEST_FOR_EXT_EDITOR...more details | ||
| GET_WHEREUSED_ICON | Gets icons for sprx_index-read_only | Public |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_WHEREUSED_ICON...more details | ||
| GET_WSDL | Public | |
| CALL METHOD cl_proxy_uix_plgn_base=>GET_WSDL...more details | ||
| INITIALZE_UI_PLUGIN | Protected | |
| CALL METHOD cl_proxy_uix_plgn_base=>INITIALZE_UI_PLUGIN...more details | ||
| IS_MAIN_CURRENT | is main_current effective? | Public |
| CALL METHOD cl_proxy_uix_plgn_base=>IS_MAIN_CURRENT...more details | ||
| IS_NODE_ID | check whether a ID fill node_id pattern | Public |
| CALL METHOD cl_proxy_uix_plgn_base=>IS_NODE_ID...more details | ||
| IS_READONLY | data is ReadOnly | Public |
| CALL METHOD cl_proxy_uix_plgn_base=>IS_READONLY...more details | ||
| IS_VALID_BASED_ON_INTERFACE | Protected | |
| CALL METHOD cl_proxy_uix_plgn_base=>IS_VALID_BASED_ON_INTERFACE...more details | ||
| LOAD_APPENDS | load appends for all global types | Public |
| CALL METHOD cl_proxy_uix_plgn_base=>LOAD_APPENDS...more details | ||
| LOCK | Public | |
| CALL METHOD cl_proxy_uix_plgn_base=>LOCK...more details | ||
| LOG2MESSAGE | converts sproxlog to esd_message_s | Private |
| CALL METHOD cl_proxy_uix_plgn_base=>LOG2MESSAGE...more details | ||
| MAIN2PROXY | Private | |
| CALL METHOD cl_proxy_uix_plgn_base=>MAIN2PROXY...more details | ||
| NOTIFY_SUPPORT_PACKAGE_MODE | notifies about support package mode | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>NOTIFY_SUPPORT_PACKAGE_MODE...more details | ||
| OLDLOG2NEWLOG | converts SPROXLOG to IF_PXN_MAIN=>T_LOG_TAB | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>OLDLOG2NEWLOG...more details | ||
| POPUP_GET_NAME | issues popup for input a name | Public |
| CALL METHOD cl_proxy_uix_plgn_base=>POPUP_GET_NAME...more details | ||
| POPUP_GET_RFC_DESTINATION | issues popup for input RFC Destination | Public |
| CALL METHOD cl_proxy_uix_plgn_base=>POPUP_GET_RFC_DESTINATION...more details | ||
| POSITION_ESR_BROWSER | foccus a specific node in ESR browser | Private |
| CALL METHOD cl_proxy_uix_plgn_base=>POSITION_ESR_BROWSER...more details | ||
| PREPARE_DELETION | prepare deletion (show deletable objects etc). | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>PREPARE_DELETION...more details | ||
| PREPARE_DELETION_ROOT | prepare deletion (show deletable objects etc). | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>PREPARE_DELETION_ROOT...more details | ||
| PREPARE_DELETION_WITH_REF | prepare deletion (show deletable objects etc). | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>PREPARE_DELETION_WITH_REF...more details | ||
| PROVIDE_CLASSIFICATIONS | Protected | |
| CALL METHOD cl_proxy_uix_plgn_base=>PROVIDE_CLASSIFICATIONS...more details | ||
| PROXY_ERROR_2_ESD_EXCEPTION | converts instance of cx_proxy_gen_error to cx_esd_exception | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>PROXY_ERROR_2_ESD_EXCEPTION...more details | ||
| PXN_FAULT2ESD_MESSAGE | converts CX_PXN_FAULT to CL_ESD_MESSAGE object | Public |
| CALL METHOD cl_proxy_uix_plgn_base=>PXN_FAULT2ESD_MESSAGE...more details | ||
| REGENERATE | regenerates proxy | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>REGENERATE...more details | ||
| RELOAD | Public | |
| CALL METHOD cl_proxy_uix_plgn_base=>RELOAD...more details | ||
| RENAME | Public | |
| CALL METHOD cl_proxy_uix_plgn_base=>RENAME...more details | ||
| RESET | destroy/recreate data containers.... | Public |
| CALL METHOD cl_proxy_uix_plgn_base=>RESET...more details | ||
| RESET_DATA | reset data container | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>RESET_DATA...more details | ||
| RESET_REL_OBJECTS | Reset used objects container | Public |
| CALL METHOD cl_proxy_uix_plgn_base=>RESET_REL_OBJECTS...more details | ||
| SAVE | Public | |
| CALL METHOD cl_proxy_uix_plgn_base=>SAVE...more details | ||
| SELECT_USED_TYPE | select an global type | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>SELECT_USED_TYPE...more details | ||
| SET_DEEP_LOAD | Public | |
| CALL METHOD cl_proxy_uix_plgn_base=>SET_DEEP_LOAD...more details | ||
| SET_EXTVIEW_DETAIL_DATA | Public | |
| CALL METHOD cl_proxy_uix_plgn_base=>SET_EXTVIEW_DETAIL_DATA...more details | ||
| SET_INTVIEW_DETAIL_DATA | Public | |
| CALL METHOD cl_proxy_uix_plgn_base=>SET_INTVIEW_DETAIL_DATA...more details | ||
| SET_LEADING_BO | Protected | |
| CALL METHOD cl_proxy_uix_plgn_base=>SET_LEADING_BO...more details | ||
| SET_LIFECYCLE | sets lifecycle | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>SET_LIFECYCLE...more details | ||
| SET_MAIN | update pointer for pxn_main | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>SET_MAIN...more details | ||
| SET_MAIN_PREVIEW | set main_preview | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>SET_MAIN_PREVIEW...more details | ||
| SET_NEXT_NODE_ID | Public | |
| CALL METHOD cl_proxy_uix_plgn_base=>SET_NEXT_NODE_ID...more details | ||
| SET_NEXT_NODE_PATH | set next node path | Public |
| CALL METHOD cl_proxy_uix_plgn_base=>SET_NEXT_NODE_PATH...more details | ||
| SET_PROPERTIES_DATA | Public | |
| CALL METHOD cl_proxy_uix_plgn_base=>SET_PROPERTIES_DATA...more details | ||
| SET_SEMANTIC_VERSION | Protected | |
| CALL METHOD cl_proxy_uix_plgn_base=>SET_SEMANTIC_VERSION...more details | ||
| SET_WB_OBJECT_KEY | Public | |
| CALL METHOD cl_proxy_uix_plgn_base=>SET_WB_OBJECT_KEY...more details | ||
| SET_WB_OBJECT_TYPE | Public | |
| CALL METHOD cl_proxy_uix_plgn_base=>SET_WB_OBJECT_TYPE...more details | ||
| SET_WSD_NAME | set WebService external name | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>SET_WSD_NAME...more details | ||
| SHOW_CODELIST_MAINTAIN | displays codelist registry | Private |
| CALL METHOD cl_proxy_uix_plgn_base=>SHOW_CODELIST_MAINTAIN...more details | ||
| SHOW_CODE_SNIPPET | Protected | |
| CALL METHOD cl_proxy_uix_plgn_base=>SHOW_CODE_SNIPPET...more details | ||
| SHOW_FIELD | a field becomes visible | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>SHOW_FIELD...more details | ||
| SHOW_NODE_DETAILS | Display internal details about a tree_node | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>SHOW_NODE_DETAILS...more details | ||
| SHOW_TEXTOBJECT | Shows popup for text object | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>SHOW_TEXTOBJECT...more details | ||
| SWITCH_TO_PROXY_CURRENT | make proxy_current effective | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>SWITCH_TO_PROXY_CURRENT...more details | ||
| TRIGGER_UI_UPDATE | triggers UI change for node | Public |
| CALL METHOD cl_proxy_uix_plgn_base=>TRIGGER_UI_UPDATE...more details | ||
| UNLOCK | Public | |
| CALL METHOD cl_proxy_uix_plgn_base=>UNLOCK...more details | ||
| UPDATE_INCONSISTENT_NODES | update nodes that have status inconsistent | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>UPDATE_INCONSISTENT_NODES...more details | ||
| WSDL_CHECK | wsdl check | Protected |
| CALL METHOD cl_proxy_uix_plgn_base=>WSDL_CHECK...more details | ||
| WSDL_SHOW | display WSDL (get from IFR or from backend persitence) | Private |
| CALL METHOD cl_proxy_uix_plgn_base=>WSDL_SHOW...more details | ||
| XML_COMPARE | Private | |
| CALL METHOD cl_proxy_uix_plgn_base=>XML_COMPARE...more details | ||
| XML_SHOW | Private | |
| CALL METHOD cl_proxy_uix_plgn_base=>XML_SHOW...more details | ||
CL_PROXY_UIX_PLGN_BASE 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 |
| APPENDS_LOADED | Instance Attribute | ABAP Proxies: Boolean Value ('X' = True, Space = False) | LIKE PRX_BOOLEAN | Private | |
| APPLICATION | Constant | 'PROXY_UI' | LIKE STRING | Public | |
| CHANGED_OBJECTS | Instance Attribute | change handler for CL_PROXY | LIKE CL_PROXY_CHANGE_HANDLER | Protected | |
| CHANGE_HANDLER_VIF | Instance Attribute | change handler for CL_PROXY | LIKE CL_PROXY_CHANGE_HANDLER | Protected | |
| CLASSIFICATIONS | Instance Attribute | Proxy classifications | LIKE CL_PROXY_UIX_CLASSIFICATIONS | Protected | |
| COMPLEX_DATA | Instance Attribute | LIKE DATA | Protected | ||
| COMPLEX_ESD_DATA | Instance Attribute | generic data container for EXTINTVIEW_DATA | LIKE IF_ESD_DATA | Protected | |
| C_FP_OBJECT_BASE_ID | Constant | 'OBJECT-BASE-ID' | LIKE STRING | Public | |
| C_FP_OBJECT_DT_SIMPLE_REP_TERM | Constant | 'OBJECT-DT_SIMPLE-REP_TERM' | LIKE STRING | Public | |
| C_FP_OBJECT_ELEMENT_MAX_OCCURS | Constant | 'OBJECT-ELEMENT-MAX_OCCURS' | LIKE STRING | Public | |
| C_FP_OBJECT_REF_BASE_ABAP_NAME | Constant | 'OBJECT_REF-BASE-ABAP_NAME' | LIKE STRING | Public | |
| C_FP_OBJECT_REF_BASE_NAME | Constant | 'OBJECT_REF-BASE-NAME' | LIKE STRING | Public | |
| C_FP_OBJECT_REF_BASE_OBJ_TYPE | Constant | 'OBJECT_REF-BASE-OBJECT_TYPE' | LIKE STRING | Public | |
| C_FP_OBJECT_REF_GLOBAL_GEN_APP | Constant | 'OBJECT_REF-GLOBAL-GEN_APPL' | LIKE STRING | Public | |
| C_FP_OBJECT_REF_GLOBAL_NSPACE | Constant | 'OBJECT_REF-GLOBAL-NAMESPACE' | LIKE STRING | Public | |
| C_FP_OBJECT_REF_GLOBAL_PREFIX | Constant | 'OBJECT_REF-GLOBAL-PREFIX' | LIKE STRING | Public | |
| C_FP_OBJREF_DT_SIMPLE_REP_TERM | Constant | 'OBJECT_REF-DT_SIMPLE-REP_TERM' | LIKE STRING | Public | |
| DEEP_LOAD | Instance Attribute | deep load of complex proxies | SPRX_TRUE | LIKE PRX_BOOLEAN | Protected |
| ENUMERATIONS | Instance Attribute | Proxy enumeration values | LIKE CL_PROXY_UIX_ENUMERATION | Protected | |
| EXTVIEW_TREE | Instance Attribute | Class to hold tree structured data | LIKE CL_PROXY_UIX_TREE_DATA | Protected | |
| EXT_KEY | Instance Attribute | external key | LIKE T_KEY | Public | |
| EXT_WB_TOOL_NAME | Instance Attribute | Menu Painter: Function or menu text (4.0) | LIKE GUI_TEXT | Protected | |
| EXT_WB_TYPE | Instance Attribute | (Internal) Type of Object in ABAP Workbench | LIKE SEU_OBJTYP | Protected | |
| GENERATION_PARAMS | Instance Attribute | Parameter to generate a proxy | LIKE CL_PROXY_GENERATION_PARAMS | Protected | |
| INTVIEW_TREE | Instance Attribute | Class to hold tree structured data | LIKE CL_PROXY_UIX_TREE_DATA | Protected | |
| LWBS | Instance Attribute | Proxy enumeration values | LIKE CL_PROXY_UIX_LWBS | Protected | |
| MAIN | Instance Attribute | Main Core | LIKE IF_PXN_MAIN_CORE | Public | |
| MAIN_CURRENT | Instance Attribute | Main | LIKE IF_PX_MAIN | Private | |
| MAIN_DB_ACTIVE | Instance Attribute | active version on db | LIKE IF_PXN_MAIN_CORE | Private | |
| MAIN_PREVIEW | Instance Attribute | generated preview | LIKE IF_PXN_MAIN_CORE | Private | |
| MESSAGES | Instance Attribute | ESD: Messages | LIKE CL_ESD_MESSAGES | Protected | |
| NEXT_NODE_ID | Instance Attribute | node ID of to be selected node (after a reset) | LIKE PRX_ID | Private | |
| NEXT_NODE_PATH | Instance Attribute | node path of to be selected node (after a reset) | LIKE STRING | Private | |
| PARENT | Instance Attribute | parent plugin (e.g. in context of a VIF plugin) | LIKE IF_ESD_PLUGIN | Protected | |
| PROBLEMS | Instance Attribute | Proxy Name Problems | LIKE CL_PROXY_UIX_PROBLEMS | Protected | |
| REL_OBJECTS | Instance Attribute | TableData for Proxys | LIKE CL_PROXY_UIX_REL_OBJECTS | Protected | |
| SBR_FEATURE | Instance Attribute | LIKE CL_PROXY_UIX_SBR_FEATURES | Protected | ||
| STATUS | Instance Attribute | LIKE | Public | ||
| SUPPRESS_DIALOGS | Instance Attribute | suppress popups during processing | LIKE PRX_BOOLEAN | Protected | |
| UI_INDEX | Instance Attribute | Index for UI | LIKE CL_PROXY_UIX_INDEX | Public | |
| V_OBJECT_KEY | Instance Attribute | LIKE | Public | ||
| V_OBJECT_TYPE | Instance Attribute | LIKE | Public | ||
| WARNINGS | Instance Attribute | Proxy Warnings (Mapping XSD->ABAP) | LIKE CL_PROXY_UIX_WARNINGS | Protected | |
| WHERE_USED_LIST | Instance Attribute | WhereUsed List for Proxy | LIKE CL_PROXY_UIX_WHERE_USED_LIST | Protected | |
| WIZARD_FRAMEWORK | Instance Attribute | For using the Wizardframework | LIKE IF_ESD_WIZ_FW | Protected | |
| WSDL_CHANGE_HANDLER | Instance Attribute | change handler for WSDL-Tab relevant changes | LIKE CL_PROXY_CHANGE_HANDLER | Private | |
| WSDL_DATA | Instance Attribute | Structure for WSDL data | LIKE SESI_WSDL_DATA | Protected |
Events of Class CL_PROXY_UIX_PLGN_BASE
Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... OBJECT_CHANGED -CL_PROXY_UIX_PLGN_BASE types
T_ABAP_KEY -T_KEY -
T_WB_KEY -
Links to Related Class(s)
CL_PROXY...Full list of available SAP object classes
Search for further information about these or an SAP related objects