SAP /UI2/CL_AD_REMOTE_UTIL OO Class - Remote App Descriptor Utilities
/UI2/CL_AD_REMOTE_UTIL 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 /UI2/CL_AD_REMOTE_UTIL 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 /UI2/CL_AD_REMOTE_UTIL 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_NAVIGATION_INFORMATION | Add navigation info for apps of app-type(TCW) | Private |
| CALL METHOD /ui2/cl_ad_remote_util=>ADD_NAVIGATION_INFORMATION...more details | ||
| ADD_PARAMETERS | Add parameters | Private |
| CALL METHOD /ui2/cl_ad_remote_util=>ADD_PARAMETERS...more details | ||
| ADD_PARAMETER_IF_FILLED | Add special parameters | Private |
| CALL METHOD /ui2/cl_ad_remote_util=>ADD_PARAMETER_IF_FILLED...more details | ||
| ASSERT_FAILURE | Private | |
| CALL METHOD /ui2/cl_ad_remote_util=>ASSERT_FAILURE...more details | ||
| BUILD_SYSALIASTREE_WITH_CATS | Build sysalias/cat-tab list | Private |
| CALL METHOD /ui2/cl_ad_remote_util=>BUILD_SYSALIASTREE_WITH_CATS...more details | ||
| CLEANUP | Public | |
| CALL METHOD /ui2/cl_ad_remote_util=>CLEANUP...more details | ||
|
| ||
| CONSTRUCTOR | Protected | |
| CALL METHOD /ui2/cl_ad_remote_util=>CONSTRUCTOR...more details | ||
| CONSTRUCT_FILTER_4_PBC_SELECT | Construct filter for DB-selection of PageCache tables | Private |
| CALL METHOD /ui2/cl_ad_remote_util=>CONSTRUCT_FILTER_4_PBC_SELECT...more details | ||
| CONSTRUCT_TM_CONFIG_STRUCT | Build TM config string | Private |
| CALL METHOD /ui2/cl_ad_remote_util=>CONSTRUCT_TM_CONFIG_STRUCT...more details | ||
| CONVERT_APP_TO_CHIP_TILE | Convert APP to tile | Private |
| CALL METHOD /ui2/cl_ad_remote_util=>CONVERT_APP_TO_CHIP_TILE...more details | ||
| CONVERT_APP_TO_CHIP_TM | Convert APP to TM | Private |
| CALL METHOD /ui2/cl_ad_remote_util=>CONVERT_APP_TO_CHIP_TM...more details | ||
| GET_CATALOG_FROM_ADS_REMOTE | Public | |
| CALL METHOD /ui2/cl_ad_remote_util=>GET_CATALOG_FROM_ADS_REMOTE...more details | ||
| GET_CATALOG_FROM_REF_CHIP_ID | Get catalog from chip_id | Private |
| CALL METHOD /ui2/cl_ad_remote_util=>GET_CATALOG_FROM_REF_CHIP_ID...more details | ||
| GET_CATALOG_ID_FROM_PARTS | Public | |
| CALL METHOD /ui2/cl_ad_remote_util=>GET_CATALOG_ID_FROM_PARTS...more details | ||
| GET_CHIP_ID_FROM_PARTS | Public | |
| CALL METHOD /ui2/cl_ad_remote_util=>GET_CHIP_ID_FROM_PARTS...more details | ||
| GET_FILTERED_CHIPS_FROM_PC | Select reference (adchip) chips from DB | Private |
| CALL METHOD /ui2/cl_ad_remote_util=>GET_FILTERED_CHIPS_FROM_PC...more details | ||
| GET_INSTANCE | Public | |
| CALL METHOD /ui2/cl_ad_remote_util=>GET_INSTANCE...more details | ||
| GET_LOCAL_ADCAT_IDS_4_SYSALIAS | Select ADCATS for sysalias | Public |
| CALL METHOD /ui2/cl_ad_remote_util=>GET_LOCAL_ADCAT_IDS_4_SYSALIAS...more details | ||
| GET_ORIGINAL_LANG_FROM_APPS | Get original language from APP | Private |
| CALL METHOD /ui2/cl_ad_remote_util=>GET_ORIGINAL_LANG_FROM_APPS...more details | ||
| GET_PARTS_FROM_CATALOG_ID | Public | |
| CALL METHOD /ui2/cl_ad_remote_util=>GET_PARTS_FROM_CATALOG_ID...more details | ||
| GET_PARTS_FROM_CHIP_ID | Public | |
| CALL METHOD /ui2/cl_ad_remote_util=>GET_PARTS_FROM_CHIP_ID...more details | ||
| GET_SYSALIAS_APPS_FROM_CATS | Public | |
| CALL METHOD /ui2/cl_ad_remote_util=>GET_SYSALIAS_APPS_FROM_CATS...more details | ||
| GET_SYSALIAS_CATS | Get table of sysalias entries with cat(table) | Public |
| CALL METHOD /ui2/cl_ad_remote_util=>GET_SYSALIAS_CATS...more details | ||
| GET_TM_CONFIG_FROM_APP | Get TM config string | Protected |
| CALL METHOD /ui2/cl_ad_remote_util=>GET_TM_CONFIG_FROM_APP...more details | ||
| PARAMETERS_AS_URL_STRING | Build URL parameter for APP | Private |
| CALL METHOD /ui2/cl_ad_remote_util=>PARAMETERS_AS_URL_STRING...more details | ||
| SPLIT_ADCHIP_ID_2_CAT_SYSALIAS | Split chip_id of adchip into parts | Private |
| CALL METHOD /ui2/cl_ad_remote_util=>SPLIT_ADCHIP_ID_2_CAT_SYSALIAS...more details | ||
| _GET_AL_CONFIG_FROM_APP | Private | |
| CALL METHOD /ui2/cl_ad_remote_util=>_GET_AL_CONFIG_FROM_APP...more details | ||
| _GET_CAT_PROV_PAGES | Private | |
| CALL METHOD /ui2/cl_ad_remote_util=>_GET_CAT_PROV_PAGES...more details | ||
| _GET_CAT_TITELS | Private | |
| CALL METHOD /ui2/cl_ad_remote_util=>_GET_CAT_TITELS...more details | ||
| _GET_MAPPING_SIGNATURE | Private | |
| CALL METHOD /ui2/cl_ad_remote_util=>_GET_MAPPING_SIGNATURE...more details | ||
| _GET_TM_CONFIG_FROM_APP | Private | |
| CALL METHOD /ui2/cl_ad_remote_util=>_GET_TM_CONFIG_FROM_APP...more details | ||
/UI2/CL_AD_REMOTE_UTIL 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 |
| CO_ACH_PARNAME | Constant | 'sap-ach' | LIKE STRING | Public | |
| CO_APPTYPE_TR | Constant | 'TR' | LIKE STRING | Public | |
| CO_APPTYPE_URLT | Constant | 'URLT' | LIKE STRING | Public | |
| CO_APPTYPE_WCF | Constant | 'WCF' | LIKE STRING | Public | |
| CO_APPTYPE_WDA | Constant | 'WDA' | LIKE STRING | Public | |
| CO_APP_TYPE_TRANSACTION | Constant | 'T' | LIKE /UI2/TM_MM_APP_TYPE | Public | |
| CO_CHIP_ID_APP_LAUNCHER | Constant | 'X-SAP-UI2-CHIP:/UI2/STATIC_APPLAUNCHER' | LIKE STRING | Public | |
| CO_CHIP_ID_APP_LAUNCHER_DYN | Constant | 'X-SAP-UI2-CHIP:/UI2/DYNAMIC_APPLAUNCHER' | LIKE STRING | Public | |
| CO_CHIP_ID_TARGET_MAPPING | Constant | 'X-SAP-UI2-CHIP:/UI2/ACTION' | LIKE STRING | Public | |
| CO_EXTRACTION_MODE_DELTA | Constant | UI2 Extraction mode | 'D' | LIKE /UI2/EXTRACTION_MODE | Public |
| CO_EXTRACTION_MODE_FULL | Constant | UI2 Extraction mode | 'F' | LIKE /UI2/EXTRACTION_MODE | Public |
| CO_FIORI_ID_PARNAME | Constant | 'sap-fiori-id' | LIKE STRING | Public | |
| CO_MAPPER_VERSION | Constant | Code-Version of Mapping | 7 | LIKE NUMC4 | Public |
| CO_NAVIGATION_PROVIDER_TR | Constant | 'TR' | LIKE STRING | Public | |
| CO_PARNAME_TECH_HINT | Constant | 'sap-ui-tech-hint' | LIKE STRING | Public | |
| CO_PERSONAS_PARNAME | Constant | 'sap-personas-flavor' | LIKE STRING | Public | |
| CO_SYSALIAS_PARNAME | Constant | 'sap-system' | LIKE STRING | Public | |
| M_CAT_PROV_PAGES | Instance Attribute | UI2: Catalog Provider | LIKE /UI2/IF_CAT_PROV | Protected | |
| M_INSTANCE | Static Attribute | Remote App Descriptor Utilities | LIKE /UI2/CL_AD_REMOTE_UTIL | Protected |
/UI2/CL_AD_REMOTE_UTIL types
TP_S_APP_CAT -TP_S_AP_CONFIG -
TP_S_CHIP -
TP_S_CHIP_CONFIG -
TP_S_NON_EXISTING_TARGETS -
TP_S_SYSALIAS_APPS -
TP_S_SYSALIAS_CATS -
TP_T_APP_CAT -
TP_T_CAT -
TP_T_CATALOG_ID -
TP_T_CHIP -
TP_T_CHIP_HASHED -
TP_T_NON_EXISTING_TARGETS -
TP_T_SYSALIAS_APPS -
TP_T_SYSALIAS_CATS -
Links to Related Class(s)
/UI2/CL_...Full list of available SAP object classes
Search for further information about these or an SAP related objects