zoukankan      html  css  js  c++  java
  • S032 S035 /// S009 S014

    S032, S035 belongs to the Inventory controlling in the LIS.

    There will be used by transactions like MC.9.

    So if the customer uses this function, they should not be deactivated in OMO9

    image

    Also they will not be affected by the following settings in inbound profile. Because they are in LIS, but not part of RIS.

    image

    If they are already not in sync with inventory, there are a couple of fix reports:  (OLIX + OLI2 / RMCBNEUB)

    Note 111691 - Material-related statistical setup Inventory Controlling

    ========================================================================================

    POS Inbound hanging with lock wait on S009

    Description:

    Currently report RBDAPP01 is being used for POS inbound IDoc posting. Currently it’s being processed sequentially and parallel wanted to be used to increase the performance. However during the validation test of parallel, S009 table accessing was noticed for many processes and taking much time.

    This is because this S009 is for sales activities summary report and it was updated for the analysis period. So when multiple processes update same period sales activities in same chain, there can be some lock wait time (e.g. when billing documents generated at same time for two IDocs for the same store). The same situation can happen for info structures like S009 and S014.

    Recommendations:

    1. Use RWPOS_PARA_ENQUEUE for POS IDoc posting:

    This is one of the many reasons that RWPOS_PARA_ENQUEUE is better for POS inbound. It runs in parallel and dispatches IDoc in a way to prevent posting for same store at the same time. So this S009 hanging won't happen in RWPOS_PARA_ENQUEUE, and it should be used for the POS inbound posting with optimal parallel degree.

    2. Review usage of S009 and S014

    Currently info structure S009 and S014 is set as activated for update with V2 mode. These two info structures are used in CAS (sales support/sales summary), e.g. VC/2. So please verify if CAS function is used in Target. If not, please consider to deactivate the two info structure update.

    The S009 is not in the LIS. The configuration for S009 as well as S014 is in the CAS settings. That can be switched on and off depending on the different scenarios (quotation, order, sales activities, etc.)

    clip_image001

    These two info structures are used in CAS (sales support/sales summary), e.g. VC/2. So please verify if CAS function is used in Target, and what scenarios they are used.

    There is also an SAP Note 743100 talking about the S009/S014.

  • 相关阅读:
    SQL2005 镜像配置
    子窗体关闭程序
    asp.net 输出微信自定义菜单json
    教是最好的学
    人为什么要努力?
    《雪国列车》制度与自由
    时间记录APP———Time Meter
    饭饭
    Android编译程序报错:Re-installation failed due to different application signatures.
    我的GTD起步
  • 原文地址:https://www.cnblogs.com/sophyzhu/p/2910195.html
Copyright © 2011-2022 走看看