zoukankan      html  css  js  c++  java
  • 对于收货确认的取消,参考此2个Notes 1292032 & 1300861

    1292032 打了此note前,对数量为0,勾final delivery标记的goods confirmation无法做取消 

    此note帮助阻止数量为0,勾final delivery标记的goods confirmation的产生 

    500 SAPKIBKS15 

    550 SAPKIBKT15 

    600 SAPKIBKU06 

    700 SAPKIBKV03 

    此Note包含在550版本的SP15升级包中.

    In the classic or extended classic scenario, a goods confirmation with quantity 0 and final delivery set is created in SRM and transferred to the ERP system. Subsequently this goods confirmation cannot be cancelled in the SRM system due to errors thrown from the SRM and ERP system after quantity validation (ex: Error BBP_PD 228, M7 300). 

    This is caused by a program error. Creating confirmations with quantity 0 and final delivery set is not valid in the classic or extended classic scenario since the ERP system supports the posting of goods receipts with quantity 0 and final delivery set, but not the subsequent processing (for example, reversal). As a result this note prevents the creation of goods confirmation with quantity 0 and final delivery set. 

    但这样一来,对有此业务需求的用户,就无法做数量为0,勾final delivery标记的goods confirmation了。

    解决方法如下

    1300861 此note允许做数量为0,勾final delivery标记的goods confirmation,同时也可以做取消 

    500 SAPKIBKS17 

    550 SAPKIBKT17 

    700 SAPKIBKV08 

    701 

    In the classic or extended classic scenario, a goods confirmation with quantity 0 and final delivery set is created in SRM and transferred to the ERP system. Subsequently this goods confirmation cannot be cancelled in the SRM system due to errors thrown from the SRM and ERP system after quantity validation (ex: Error BBP_PD 228, M7 300). 

    This note allows the cancellation of goods confirmations with quantity 0 and final delivery set. 

    Prerequisite: 1292032

    另有以下note供参考

    1352727   Cannot post confirmation with quantity 0 and final delivery

    1351121   Confirmation generic issues

    1076158   Follow-on Note of Notes 816691, 958349

    958349     Final delivery with quantity 0   (550  SAPKIBKT06 让你能够做数量为0,勾final delivery标记的goods confirmation)

    816691     Follow-on note for Note 617242

    617242     Final delivery with quantity 0  (500前的版本 让你能够做数量为0,勾final delivery标记的goods confirmation)

  • 相关阅读:
    synchronized 到底该不该用?
    线上Java程序占用 CPU 过高,请说一下排查方法?
    『JVM』我不想知道我是怎么来滴,我就想知道我是怎么没滴
    Golang 实现 Redis(8): TCC分布式事务
    Golang 实现 Redis(7): 集群与一致性 Hash
    Golang 实现 Redis(6): 实现 pipeline 模式的 redis 客户端
    LSM 树详解
    uni-app subNVue 原生子窗体简单使用案例(app端)
    日计不足涓滴成河-自定义响应结果格式化器
    RTT之软件包
  • 原文地址:https://www.cnblogs.com/lazymango/p/1855564.html
Copyright © 2011-2022 走看看