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

  • 相关阅读:
    opengl中的Floatbuffer和IntBuffer与java中数据的存储方式不同的解决方法,编辑一个自己的BufferUtil工具类
    android程序与java程序的差别。
    android的json解析
    java数组转list,list转数组。
    java中字符串常量,堆栈的区别和字符串函数intern(),String s=new String(“abc”)中abc在内存的分配
    AsyncTask学习
    关于自定义拦截器配置,及拦截器的作用范围
    struts2中的文件上传和文件下载
    Struts2的配置及入门案例
    Action中动态方法的调用 Action中通配符的使用 Result的配置
  • 原文地址:https://www.cnblogs.com/lazymango/p/1923569.html
Copyright © 2011-2022 走看看