cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring Actions for GenericAbapConnector Items

Former Member
0 Kudos

Hi all,

we hav created an UWL configuration for use GenericAbapConnector. These items are successfully provided into the UWL, but I' still not able to configure any action for this items.

My Item configuration looks like following:


<ItemType name="uwl.task.reminder.ceac_reminder" 
              connector="GenericAbapConnector" 
              defaultView="CEACView" 
              defaultAction="DisplayReminderView">
      <ItemTypeCriteria systemId="SAP_CRM" externalType="ceac_reminder" connector="GenericAbapConnector"></ItemTypeCriteria>

      
      <CustomAttributes>
        <CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalId" objectType="WebflowContainer" cacheValidity="session">
          <Attribute name="StatusText" type="string" displayName="Status"></Attribute>
          <Attribute name="Value" type="string" displayName="Value"></Attribute>
          <Attribute name="subject" type="string" displayName="subject"></Attribute>
          <Attribute name="AUDIT_GUID" type="string" displayName="AuditGuid"></Attribute>
        </CustomAttributeSource>
      </CustomAttributes>
      
      <Actions>
          <Action name="launchBSP" 
                  referenceBundle="com.kpmg.ceac.DisplayReminderView" 
	          handler="SAPBSPLauncher" returnToDetailViewAllowed="yes" 
	          launchInNewWindow="yes" launchNewWindowFeatures="toolbar=no,menubar=no">
	    <Properties>
	        <Property name="Application" value="crm_bsp_frame"></Property>
	        <Property name="Namespace" value="sap"></Property>
	        <Property name="PageId" value="entrypoint.do"></Property>
	        <Property name="appl" value="/kpmgde/ceac_audit"></Property>
	        <Property name="crm_object_id" value="${item.AUDIT_GUID}"></Property>        	     
	    </Properties>
    	</Action>
    	<Action name="DisplayReminderView" referenceBundle="com.kpmg.ceac.DisplayReminderView" 
	      	handler="SAPWebDynproABAPLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="toolbar=no,menubar=no">
	       <Properties>
	         <Property name="WebDynproApplication" value="wd_ceac_reinder"></Property>
	  	   <Property name="WebDynproNamespace" value="kpmgde"></Property>
	           <Property name="REMINDERID=" value="${item.externalId}"></Property>
	</Properties>
    	</Action>
      </Actions>

Any Ideas ? clicking on such item just opens the detail View but no actions are available.

Thanks for any help,

Regards

André

Accepted Solutions (0)

Answers (1)

Answers (1)

valeri_nikolov
Explorer
0 Kudos

Hi André

As your configuration looks correct buttons "launchBSP" and "DisplayReminderView" should be displayed in the preview area. If you are running NW 7.10 and above the actions will not be displayed as buttons but  included in context menu. After fix described in note 1537122 the access to context menu entries is changed to right click on the menu item.

Best regards,

Valeri