cancel
Showing results for 
Search instead for 
Did you mean: 

Approval Shooping cart with UWL

Former Member
0 Kudos

Hi,

We are using SRM 7.01.

When a user wants to approve a Shopping cart he goes to the UWL where he can seen the waitting task.

When he clicks on an task to approve a shopping cart the system try to open the Tcode BBPSC07 that is the old ITS tcode to approve SC.

Now, an another user clicks on the same task and then the system open the right WDA screen to approve the SC.

What am I missing?

Regards,

Joseph

Accepted Solutions (1)

Accepted Solutions (1)

laurent_burtaire
Active Contributor
0 Kudos

Hello Joseph,

check role assigned to both users is the same.

Regards.

Laurent.

Former Member
0 Kudos

I think the problem come from the ULW xml.

In configuration uwl.webflow.SAP_SRM.wiz i had the follwing code:

    <ItemType name="uwl.task.webflow.TS10008126.SAP_SRM" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="SAPAppLauncherWizardAction" executionMode="default">

      <ItemTypeCriteria systemId="SAP_SRM" externalType="TS10008126" connector="WebFlowConnector"/>

      <Actions>

        <Action name="launchSAPAction" groupAction="" handler="SAPIACLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">

          <Properties>

            <Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no"/>

            <Property name="openInNewWindow" value="yes"/>

            <Property name="display_order_priority" value="5"/>

            <Property name="IAC" value="BBPSC07"/>

          </Properties>

          <Descriptions default=""/>

        </Action>

        <Action name="SAPAppLauncherWizardAction" groupAction="" handler="SAPAppLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">

          <Properties>

            <Property name="SAPIntegrator" value="bbbb"/>

          </Properties>

          <Descriptions default="SAPAppLauncherWizardAction"/>

        </Action>

      </Actions>

    </ItemType>

The question is how do I change this XML to go the right TCODE.

Regards,

Joseph

laurent_burtaire
Active Contributor
0 Kudos

Hello Joseph,

is task TS10008126 the same for your both users and a standard one ?

If yes, problem does not come from UWL configuration file.

If no, check file data difference between both tasks and update TS10008126.

Check thread How to disable reject button for shopping cart in UWL SRM 5.0

Regards.

Laurent.  

Answers (0)