// ]]>

Friday 19 December 2014

ERROR_MESSAGE_STATE (browser not supported)


1 Method:- Simple copy URL from IE and paste other browser.
2.Method:-Note-1724418
1. Call transaction SE11 and create the following domains:
    • Domain: WDR_APP_PROP_ALLOW_USER_AGENTS
    • Description: Allow User Agents
    • Package: SWDP_RUNTIME_CORE
    • Data Type: CHAR
    • Length: 10
    • Add the following value ranges:
    • Fix.Val.: SUPPORTED
    • Short Descript.: Supported
    • Fix.Val.: TOLERATED
    • Short Descript.: Tolerated

2. Call transaction SE11 and create the following data element:
    • Data element: WDR_APP_PROP_ALLOW_USER_AGENTS
    • Short Description: Allow User Agents
    • Package: SWDP_RUNTIME_CORE
    • Domain: WDR_APP_PROP_ALLOW_USER_AGENTS
    • Add the following field labels:
    • Short: User Agent
    • Medium: Allow User Agents
    • Long: Allow User Agents
    • Heading: Allow User Agents
    • Save and activate the changes.

3. Call transaction SE16 and open the database table WDY_APP_PROP_DEF. Maintain the following entry:
    • SET NAME: STANDARD
    • PROPERTY_NAME: WDALLOWEDUSERAGENTS
    • ALIAS_NAME: wdAllowedUserAgents
    • DEFAULT_VALUE: TOLERATED
    • PROPERTY_KIND: 4
    • MIN_LEVEL: 1
    • MAX_LEVEL: 5
    • ABAP_TYPE: WDR_APP_PROP_ALLOW_USER_AGENTS
    • DESCRIPTION: Allow User Agents
    • Save your changes.
    • Display the new entry and select it.
    • In the menu, choose "Table Entry" -> "Transport Entries".
    • Select or add a transport request from the dialog box to transport the entry. Choose "OK".

4. Call transaction SHMM.
    • Choose the instance CL_WDR_CONF_APPL_SHM.
    • Choose the symbol for deletion from the table toolbar (garbage can to the right) to delete all instances from the shared memory.