SAP WM LP10 创建TO单据的时候,系统根据目的地Storage Type 100下的库存自动扣减TO里的数量

简介: SAP WM LP10 创建TO单据的时候,系统根据目的地Storage Type 100下的库存自动扣减TO里的数量

SAP WM LP10 创建TO单据的时候,系统根据目的地Storage Type 100下的库存自动扣减TO里的数量



LP10将TR转成TO单据的时候,我们常常发现,生成的TO单据里的数量并不是等于TR里的数量,而是系统自动根据目的地storage type 100下的库存数量自动扣减之后的数量作为生成的TO的数量。原因何在?


image.png




下一步,


image.png



下一步,


image.png




勾选100 Storage Type 下的Deactivate qty reduction 选项即可避免此种情况的出现。



该选项的F1帮助文档如下:



Switch off quantity reduction for TOs for PP mat. staging


Indicator that switches quantity reduction off when the system generates transfer orders.


Use


When the system generates transfer orders for a transfer requirement for PP/PP-PI production orders with individual materials that are assigned to a control cycle as pick parts with fixed storage bins, quantity reduction routinely takes place in the system.


The system checks the destination storage bin in production for unrestricted-use stock to prevent unnecessary transfers out of the warehouse from taking place. The check for unrestricted-use stock in the production bin affects system performance significantly and is carried out even though an unrestricted-use quantity cannot be determined (because only partial quantities are staged).


If this indicator is set, quantity reduction is stopped when the system generates transfer orders, thus preventing system performance from being slowed.


相关文章
|
6月前
|
数据库
SAP系统不能启动解决方案
SAP系统不能启动解决方案
247 1
|
6月前
|
Unix
SAP R/3系统的启动和关闭
SAP R/3系统的启动和关闭
83 1
|
6月前
|
Oracle 关系型数据库 Unix
SAP系统拷贝 UNIX + Oracle
SAP系统拷贝 UNIX + Oracle
53 1
SAP 库存类物资采购和消耗类物资采购区别
库存类物资采购和消耗类物资采购明明都是标准采购,那么他们的区别又在何处呢??
|
运维 小程序 Unix
SAP 关于一些日常运维用到的系统小程序
主要介绍处理一些系统数据,或者查询日志用到的小工具程序或函数
234 0
|
数据库
SAP ABAP——学生信息系统demo
本文是一个ABAP学生信息系统的demo,废话不多说直接看demo场景
198 0
SAP ABAP——学生信息系统demo
|
SQL JavaScript 前端开发
浅谈 SAP ABAP 系统里的 ALV 输出方式实现
浅谈 SAP ABAP 系统里的 ALV 输出方式实现
627 3
浅谈 SAP ABAP 系统里的 ALV 输出方式实现
|
数据安全/隐私保护
SAP系统邮件功能配置
相信SAP顾问或多或少都会接到用户要求SAP系统能够定时发送邮件的功能,定时将用户需要的信息已邮件的方式发送给固定的人员。很多初级的小伙伴不知道该如何配置这个邮件功能,下面就来讲一下SAP发送邮件应该如何配置。
SAP系统邮件功能配置
SAP ABAP——数据类型(四)【TYPE系列关键字】
本文主要介绍一下SAP ABAP中的声明数据类型的TYPE系列关键字,主要包括了TYPE、TYPE TABLE OF、TYPE LINE OF、TYPE REF TO
764 0
SAP ABAP——数据类型(四)【TYPE系列关键字】
|
开发者