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 NameDescriptionVisability
ADD_NAVIGATION_INFORMATIONAdd navigation info for apps of app-type(TCW)Private
CALL METHOD /ui2/cl_ad_remote_util=>ADD_NAVIGATION_INFORMATION...more details

ADD_PARAMETERSAdd parametersPrivate
CALL METHOD /ui2/cl_ad_remote_util=>ADD_PARAMETERS...more details

ADD_PARAMETER_IF_FILLEDAdd special parametersPrivate
CALL METHOD /ui2/cl_ad_remote_util=>ADD_PARAMETER_IF_FILLED...more details

ASSERT_FAILUREPrivate
CALL METHOD /ui2/cl_ad_remote_util=>ASSERT_FAILURE...more details

BUILD_SYSALIASTREE_WITH_CATSBuild sysalias/cat-tab listPrivate
CALL METHOD /ui2/cl_ad_remote_util=>BUILD_SYSALIASTREE_WITH_CATS...more details

CLEANUPPublic
CALL METHOD /ui2/cl_ad_remote_util=>CLEANUP...more details

CONSTRUCTORProtected
CALL METHOD /ui2/cl_ad_remote_util=>CONSTRUCTOR...more details

CONSTRUCT_FILTER_4_PBC_SELECTConstruct filter for DB-selection of PageCache tablesPrivate
CALL METHOD /ui2/cl_ad_remote_util=>CONSTRUCT_FILTER_4_PBC_SELECT...more details

CONSTRUCT_TM_CONFIG_STRUCTBuild TM config stringPrivate
CALL METHOD /ui2/cl_ad_remote_util=>CONSTRUCT_TM_CONFIG_STRUCT...more details

CONVERT_APP_TO_CHIP_TILEConvert APP to tilePrivate
CALL METHOD /ui2/cl_ad_remote_util=>CONVERT_APP_TO_CHIP_TILE...more details

CONVERT_APP_TO_CHIP_TMConvert APP to TMPrivate
CALL METHOD /ui2/cl_ad_remote_util=>CONVERT_APP_TO_CHIP_TM...more details

GET_CATALOG_FROM_ADS_REMOTEPublic
CALL METHOD /ui2/cl_ad_remote_util=>GET_CATALOG_FROM_ADS_REMOTE...more details

GET_CATALOG_FROM_REF_CHIP_IDGet catalog from chip_idPrivate
CALL METHOD /ui2/cl_ad_remote_util=>GET_CATALOG_FROM_REF_CHIP_ID...more details

GET_CATALOG_ID_FROM_PARTSPublic
CALL METHOD /ui2/cl_ad_remote_util=>GET_CATALOG_ID_FROM_PARTS...more details

GET_CHIP_ID_FROM_PARTSPublic
CALL METHOD /ui2/cl_ad_remote_util=>GET_CHIP_ID_FROM_PARTS...more details

GET_FILTERED_CHIPS_FROM_PCSelect reference (adchip) chips from DBPrivate
CALL METHOD /ui2/cl_ad_remote_util=>GET_FILTERED_CHIPS_FROM_PC...more details

GET_INSTANCEPublic
CALL METHOD /ui2/cl_ad_remote_util=>GET_INSTANCE...more details

GET_LOCAL_ADCAT_IDS_4_SYSALIASSelect ADCATS for sysaliasPublic
CALL METHOD /ui2/cl_ad_remote_util=>GET_LOCAL_ADCAT_IDS_4_SYSALIAS...more details

GET_ORIGINAL_LANG_FROM_APPSGet original language from APPPrivate
CALL METHOD /ui2/cl_ad_remote_util=>GET_ORIGINAL_LANG_FROM_APPS...more details

GET_PARTS_FROM_CATALOG_IDPublic
CALL METHOD /ui2/cl_ad_remote_util=>GET_PARTS_FROM_CATALOG_ID...more details

GET_PARTS_FROM_CHIP_IDPublic
CALL METHOD /ui2/cl_ad_remote_util=>GET_PARTS_FROM_CHIP_ID...more details

GET_SYSALIAS_APPS_FROM_CATSPublic
CALL METHOD /ui2/cl_ad_remote_util=>GET_SYSALIAS_APPS_FROM_CATS...more details

GET_SYSALIAS_CATSGet table of sysalias entries with cat(table)Public
CALL METHOD /ui2/cl_ad_remote_util=>GET_SYSALIAS_CATS...more details

GET_TM_CONFIG_FROM_APPGet TM config stringProtected
CALL METHOD /ui2/cl_ad_remote_util=>GET_TM_CONFIG_FROM_APP...more details

PARAMETERS_AS_URL_STRINGBuild URL parameter for APPPrivate
CALL METHOD /ui2/cl_ad_remote_util=>PARAMETERS_AS_URL_STRING...more details

SPLIT_ADCHIP_ID_2_CAT_SYSALIASSplit chip_id of adchip into partsPrivate
CALL METHOD /ui2/cl_ad_remote_util=>SPLIT_ADCHIP_ID_2_CAT_SYSALIAS...more details

_GET_AL_CONFIG_FROM_APPPrivate
CALL METHOD /ui2/cl_ad_remote_util=>_GET_AL_CONFIG_FROM_APP...more details

_GET_CAT_PROV_PAGESPrivate
CALL METHOD /ui2/cl_ad_remote_util=>_GET_CAT_PROV_PAGES...more details

_GET_CAT_TITELSPrivate
CALL METHOD /ui2/cl_ad_remote_util=>_GET_CAT_TITELS...more details

_GET_MAPPING_SIGNATUREPrivate
CALL METHOD /ui2/cl_ad_remote_util=>_GET_MAPPING_SIGNATURE...more details

_GET_TM_CONFIG_FROM_APPPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
CO_ACH_PARNAMEConstant'sap-ach'LIKE
STRING
Public
CO_APPTYPE_TRConstant'TR'LIKE
STRING
Public
CO_APPTYPE_URLTConstant'URLT'LIKE
STRING
Public
CO_APPTYPE_WCFConstant'WCF'LIKE
STRING
Public
CO_APPTYPE_WDAConstant'WDA'LIKE
STRING
Public
CO_APP_TYPE_TRANSACTIONConstant'T'LIKE
/UI2/TM_MM_APP_TYPE
Public
CO_CHIP_ID_APP_LAUNCHERConstant'X-SAP-UI2-CHIP:/UI2/STATIC_APPLAUNCHER'LIKE
STRING
Public
CO_CHIP_ID_APP_LAUNCHER_DYNConstant'X-SAP-UI2-CHIP:/UI2/DYNAMIC_APPLAUNCHER'LIKE
STRING
Public
CO_CHIP_ID_TARGET_MAPPINGConstant'X-SAP-UI2-CHIP:/UI2/ACTION'LIKE
STRING
Public
CO_EXTRACTION_MODE_DELTAConstantUI2 Extraction mode'D'LIKE
/UI2/EXTRACTION_MODE
Public
CO_EXTRACTION_MODE_FULLConstantUI2 Extraction mode'F'LIKE
/UI2/EXTRACTION_MODE
Public
CO_FIORI_ID_PARNAMEConstant'sap-fiori-id'LIKE
STRING
Public
CO_MAPPER_VERSIONConstantCode-Version of Mapping7LIKE
NUMC4
Public
CO_NAVIGATION_PROVIDER_TRConstant'TR'LIKE
STRING
Public
CO_PARNAME_TECH_HINTConstant'sap-ui-tech-hint'LIKE
STRING
Public
CO_PERSONAS_PARNAMEConstant'sap-personas-flavor'LIKE
STRING
Public
CO_SYSALIAS_PARNAMEConstant'sap-system'LIKE
STRING
Public
M_CAT_PROV_PAGESInstance AttributeUI2: Catalog ProviderLIKE
/UI2/IF_CAT_PROV
Protected
M_INSTANCEStatic AttributeRemote App Descriptor UtilitiesLIKE
/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



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!