STO一步转储不支持序列号输入

本文探讨了一步转储流程中使用交货单时遇到序列号管理的问题,特别是与Movement Type 645和647相关的错误消息。文中提供了详细的解决方案,包括如何通过维护特定表条目来解决序列号不兼容的问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

关键字:stock transport order、1 step、movement type 645、serial number

这个问题是肖肖同学提出来的:“一步转储的,用交货单方式的,怎么不能带序列号?”、“提示序列号物料不能用645移动类型”。查了网上,找到了类似问题,请参考:

https://forums.sdn.sap.com/thread.jspa?threadID=1374639

http://forums.sdn.sap.com/thread.jspa?messageID=6365751

Error message IO306 ("Movement type 647 does not currently support serial number management") is generated when I try to Post Good Issue in a delivery with movement type 647 (stock transport order with delivery in 1 step).
Does anyone know how to solve this error?
In the SAP notes 213328 and 323992 to solve this kind of error with other movement types is proposed to maintain the V_T156SY concerning T156SY-VRGNG_S or T156SY-VRGNG_H in some of the entries, but I don't know the proper entries to solve this with movement type 647.

-------------------

If you are getting the Same error for Movment type 647 then maintain the entries similar to 641, but instead of PMS1 & PMS5 maintain ****
but i feel that this maintenace is not required for 647 movemnt.

查了漏子“SAP Note 213861 - Stock transport order serialized in 1 step”是这样说的:

Summary

Symptom
It is not possible to post the goods issue for a replenishment delivery.
The system generates error messages:
IO231: Stock data of serial number &1 not suitable for movement
IO201: Serial number & cannot be used here
IO305: Termination upon goods issue posting of delivery item 2, material &3

The system may also generate an error message from the status management.

Additional key words
VL02, VL02N, 645, 647, 675 ,677, IO306

Cause and prerequisites
The material to be moved is subject to serial number management.

Solution
The one-step stock transfer (shipping) is not supported by serial number
management. Instead, use just the two-step stock transfer (shipping) or the
one-step stock transfer with MM transactions (movement type 301 or 311).
To ensure that the error message is more clear, you should maintain the
following table entries:

Release 4.0A or 4.0B:
Table T156S
Maintain the data using Transaction SM31.Flag for transport using Transaction SE16.
All entries for movement types 645 and 647 should be filled with '****' in field T156S-VRGNG.

Release 4.5A or 4.5B:
Table T156S
Maintain the data using Transaction SM31.Flag for transport using Transaction SE16.
All entries for movement types 645, 647 and 675 to 678 should be filled with '****' in field T156S-VRGNG.

Release 4.6A to 4.6C:
Table T156SY
Maintain the data using Transaction SM30 using view V_T156SY.If necessary, manually flag for transport in this transaction.
All entries for posting string references 645 or 647 should be filled in field T156SY-VRGNG_S or T156SY-VRGNG_H with '****'.

根据漏子的方法不知道行不行,要修改的两个字段如图:

如果不行,则试试将Movement type 645此两字段的值改成跟641的一样。

SAP STOStock Transport Order,库存转储订单)是SAP系统中用于管理工厂间或公司间物料转移的重要流程。根据业务场景的不同,STO可以分为一步法和两步法,分别适用于不同组织结构和业务需求下的库存转移。以下是SAP STO转储流程的配置步骤及核心流程说明。 ### 一、配置步骤 #### 1. 客户与供应商设置 在不同公司代码之间的STO中,转储双方必须互为客户和供应商。因此,需要在系统中配置对应的客户和供应商主数据,确保发货工厂和收货工厂分别在对方公司代码中具有对应的客户或供应商角色[^4]。 #### 2. 工厂装运数据配置 通过SPRO路径配置工厂的装运条件,路径如下: ``` SPRO → 物料管理 → 采购 → 采购订单 → 设置库存调拨订单 → 定义工厂的装运数据 ``` 此步骤用于定义工厂之间的运输路线、运输时间等信息,影响交货单的计划与执行[^4]。 #### 3. 凭证类型定义 配置STO所需的采购订单类型和交货类型,路径如下: ``` SPRO → 物料管理 → 采购 → 采购订单 → 定义凭证类型 ``` 在此步骤中需指定STO使用的采购订单类型(如UB、NB等),并定义交货类型(如NLCC、NLCL等),确保系统能够正确识别并处理STO流程[^2]。 #### 4. 交货过程配置 包括交货不足容忍度、交货单自动创建等设置。路径如下: ``` SPRO → 物料管理 → 采购 → 采购订单 → 配置STO → 分配凭证类型一步过程、交货不足容忍度 ``` 在此配置中,可以定义是否允许交货数量与订单数量存在差异,并决定是否启用一步法或两步法流程。 #### 5. 移动类型配置 对于STO流程中的库存移动,需配置对应的移动类型(如301、641、643等)。一步法通常使用641,两步法使用643(发货)和101(收货)组合[^3]。 --- ### 二、STO流程操作 #### 1. 创建STO采购订单 由收货方工厂创建STO采购订单(事务代码ME21N),选择合适的凭证类型(如UB或NB),输入发货工厂、物料、数量等信息。 #### 2. 创建交货单 发货工厂根据STO采购订单创建交货单(事务代码VL10B或VL01N),系统根据配置自动生成交货单,并准备发货。 #### 3. 发货过账 发货工厂执行发货过账操作(事务代码VL02N),根据配置的移动类型进行库存减少操作。若使用一步法,则同时完成收货方的库存增加;若使用两步法,则仅生成在途库存[^3]。 #### 4. 收货过账(仅限两步法) 收货工厂在收到货物后,执行收货过账(事务代码MIGO),输入对应的交货单号并确认收货,完成库存增加操作[^1]。 --- ### 三、关键点说明 - **一步法**:适用于简单、快速的库存转移,发货与收货同步完成,移动类型通常为641。 - **两步法**:适用于需要明确区分发货与收货阶段的场景,移动类型组合为643(发货)和101(收货)。 - **在途库存**:在两步法中,发货后系统会生成在途库存,直到收货方确认收货后才正式计入库存。 - **审批流程**:某些企业会配置审批流程,确保STO采购订单在创建后需经过审批才能生效[^3]。 --- ###
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值