on 2006 Oct 16 4:29 PM
When I execute the task TS50000058, (Process Change Request (R/3))- based on BUS7051.EDITASYNCHRONOUS, from the UWL, the transaction IQS22 is called. The problem is that the "Action Box" doesn't show up when the notification is displayed??
Also, Is there a way to call a Java WebDynpro application like Task TS50000075 - IsrFormApprove for a processing step?
The "Acion Box" is defined correctly in transaction QISRSCENARIO. I have defined four different actions: Display Form, Display Master Data (transaction PS20), Send Email to Manager, Perform Update (transaction PS40). When I run transaction IQS22 within R3, the "Action Box" displays and functions correctly. The problem is when I process the workitem within the UWL, and hit the "Launch SAP Task", the R3 transaction IQS22 starts, but the "Action Box" is not displayed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I too got a similar problem initially when I was running one full cycle of Standard PCR.
I dont remember exactly how I solved the problem. But in the menu, I think you can find the Actions Option,when you click on it,we can get to see the Actions box in the Notification IQS22 screen.
Please work around with the menus, I am sure, you can fix it...
Regards,
<i><b>Raja Sekhar</b></i>
Hi Pat,
Luckily I was just testing a similar scenario myself... Raja's right the action box definitely does show when you call the transaction from the UWL in SAPGUI for HTML mode. The whole transaction is displayed when you launch the task.
However watch that you don't have any menu options set to hide the action menu.
Also check your release/support pack combination. I'm on an ECC5.0 system and not having any problems with it.
Worst case you can always use the UWL XML config to call that transaction in WinGUI mode... It's a good idea to adjust the UWL XML config to at least open the transaction in a separate browser window anyway so you have enough space to see the whole screen.
Regards,
Jocelyn
Jocelyn,
Thanks for the reply.
When the SAPGUI for HTML is opened in the portal - On the Menu-> Extras-> Settings-> Ctrl/Default Values the value Action Box: Table has to be checked under the Action box tab.
In the UWL XML configuration I like the idea of starting a new browser window. Where can I find the syntax to set the WinGui mode. I checked in the "how to configure the UWL document, but no luck.
Thanks;
Hi Pat,
Here's a fragment... the GuiType property is the critical bit. Display_order_priority makes sure the launch action is displayed as the first button in the detail screen.
If you want to pass parameters as per the ApplicationParameter property below then you also have to add <CustomAttribute> tags to identify the source of the parameter value.
<Action name="launchSAPTransaction" groupAction="" handler="SAPTransactionLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes">
<Properties>
<Property name="TransactionCode" value="CBIH82"/>
<Property name="GuiType" value="WinGui"/>
<Property name="ApplicationParameter" value="CCIHS_IASEL-IALID=${item.IAL_ID}" />
<Property name="display_order_priority" value="5"/>
</Properties>
<Descriptions default="Launch Transaction"/>
</Action>
Hope that helps.
Regards,
Jocelyn
User | Count |
---|---|
62 | |
9 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.