UWL user decision with action

Mark Daley markdaley at westnet.com.au
Wed Oct 3 01:13:39 EDT 2007


Hi all, I have created an action based on SAPTransactionLauncher in
my user decision to call a PO transaction eg ME22. But I’m having
problems passing the PO Number as a property (the PO Num is a custom
attribute from the container). The transaction is called but the PO
number is blank or NULL.

Can someone help me with how to pass the custom attrib (PONUM in the
example below) as a property in the “SAPTransactionLauncher” handler?
I assume this is possible, and that I'm missing something?

Thanks
Mark

<CustomAttributes> 
  <CustomAttributeSource id="WEBFLOW_CONTAINER"
objectIdHolder="externalId"     objectType="WebflowContainer"
cacheValidity="final">
    <Attribute name="PONUM" type="string" displayName="Purchase Order
Number"/> 
  </CustomAttributeSource> 
</CustomAttributes> 
<Action name="launchSAPAction" groupAction=""
handler="SAPTransactionLauncher" referenceBundle="launch_sap"
returnToDetailViewAllowed="yes" launchInNewWindow="yes"
launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolb
ar=no,menubar=no,location=no,directories=no">
<Properties> 
<Property name="TransactionCode" value="ME22"/> 
<Property name="DynamicParameter" value="RM06E-BSTNR=${item.PONUM}"/> 

I’ve also tried, 

<Property name=" RM06E-BSTNR" value=${item.PONUM}"/> 
</Properties> 
<Descriptions default="Reject PO"/> 







More information about the SAP-WUG mailing list