zoukankan      html  css  js  c++  java
  • Team Purchasing

    Team purchasing is not buy on behalf of.

    后台配置: Define transaction type

    You can define No Team Purchasing/Admin Only/Admin+Users.

    image

    Note: If Cross-organizational assignment is selected , user can select substitute from cross organization else from same organization.

    前台配置:

    可以在用户的个人设定配置

    image

    也可以在管理员用户下配置

    image

    Demo:

    1. Purchaser 3 creates team SC (选择"Team shopping cart”) and save (not order) SC: 10054650

    image

    image 

    Substitutor I054244_OP can take over it (例子有误,以上SC应该为purchaser3创建的10054650)

    After taking over, it is editable

     image

    I054244_OP Order it

    image

    Follow-on document PO 7793752494 is created and changed.

    image

    image

    Logon Purchaser3 and search the PO 7793752494.

    image

    Purchaser3 creates confirmation 1110124

    image

     image

    Logon Admin1

    image

    Administrators shall be able to set a flag for a shopping cart for processing

    image

    Summary:

    1. SRM7.0 team purchasing must cover all scenarios.

    2. Users across organizational boundaries collaborate as buying team. User can maintain his buying substitute in personal settings.Admin can maintain buying substitute in maintain user setting.Substitute with no user account not added as substitute.(error msg comes up)

    3. Search will work only when

    –Team Purchasing is on

    –User should have maintained substitute

    –SC is ticked as team cart

    4. An authorized team user to search SC created by team user uses Advance Search and POWL.

    5. Query search (POWL)

           –Standard search: Search for carts created by the user

                • button ‘Mark as team cart’ make you search team carts. Take over possible

           –Team cart search: Search for carts created by team members and are marked as team cart.

    6. Button ‘Edit’ is disabled. Need to take over before edit

    7. Entering confirmations

       –After takeover : Create conformation is enabled in query search

       –Without takeover: query 'Team carts' offers a button Create Confirmation

    8. Search/Display confirmation in advance search and POWL

    9. Scenario alterations

       –Classic: After take over of SC, the new user can (if PO exists) see the backend PO in query search

                     and can see/create Confirmation

       –Local/Extended: During creation of PO requester and recipient info are copied from SC to PO.

    10. User can delete the SC created by other team member only after take over.

    11. After take over , old requestor’s name will be added in the ‘display changes list’.

    12. The change list can be viewed in the link ‘Document Changes’ in the ‘General data’ area of the shopping cart

    Code:

    Class: /SAPSRM/CL_PDO_BO_SC Method “take over”

    Class: /SAPSRM/CL_PDO_SC_TP_HELPER

     image

    这里是读取后台配置的

    image

    BBP_PD PURCHTEAM = TEAMCART (normal SC = standard)

    image

    Table: /SARSRM/SC_TP

    image

  • 相关阅读:
    Windows10系统下在Docker中部署静态网站
    NET接入Mesher--------解决微服务什么时候能支持.net 的应用开发的问题
    Windows系统下 ASP.NET Core 的 Docker 映像创建
    Windows平台部署 Asp.Net Core 3.1.0,将 ASP.NET Core 应用发布到 IIS ,使用 IIS 在 Windows 上托管 ASP.NET Core
    如何使用Activator.CreateInstance创建一个列表<T>,其中T在运行时是未知的?
    在 Visual Studio 中安装 FxCop 分析器
    .Net Core3.1下使用Swagger搭建web api项目
    Vuex访问状态对象的方法
    Vuex最基本样例
    搜索框 展示相关搜索内容列表,及延迟改进(仿百度)
  • 原文地址:https://www.cnblogs.com/lazymango/p/1923569.html
Copyright © 2011-2022 走看看