cancel
Showing results for 
Search instead for 
Did you mean: 

TS50000058 and UWL

Former Member
0 Kudos

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?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

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.

Former Member
0 Kudos

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>

Jocelyn_Dart
Product and Topic Expert
Product and Topic Expert
0 Kudos

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

Former Member
0 Kudos

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;

Jocelyn_Dart
Product and Topic Expert
Product and Topic Expert
0 Kudos

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

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

It had been long time to see a PCR-WF Integration queries in this groups...

Well, there should appropiate actions defined for that particular Scenario Type in <b>QISRSCENARIO</b> transaction.

And coming to TS50000075 task, the link between WD Application and Standard Task is maintained in SWFVISU transaction. So, why dont u copy this Standard Task and then maintain entries for this new standard Task.

Hope this solves your problem.

Regards,

<i><b>Raja Sekhar</b></i>