SAP MM PR中的Fixed ID字段与MD04里PR单据号后的星号

如下图是我手工使用ME51N 创建的一个采购申请单据,

MD04去看这个PR,

这个PR号码后面有一个*号,代表它是一个被firm了的采购申请。这样看起来PR中的Fixed ID标记与MD04结果中是否在PR后跟一个*没有关系?那MD04中的PR,在什么情况下会后跟一个*号呢? 经笔者查询,得知,手工创建的采购申请,MD04结果里采购申请号后必然跟着一个*号,当然还有其它场景会导致MD04里PR号后带上*的结果。下面文字来源于互联网:

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

The * (firmed indicator checked) that you see next to the purchase requisition in MD04 is not actually stored in any table. This is a structure field (MDPS-FIX01) and is updated when the MD04 (stock requirements list) program is called.  MD04结果中PR号码之后跟的*号,并不保存在某个表里。它是一个结构字段,当MD04程序被调用的时候,该字段被更新。

The * next to the purchase requisition (or planned order for that matter) indicates that the purchase requisition is firmed as far as MRP is concerned (meaning that MRP CANNOT change this requisition, the 'firming' functionality is built to prevent undesired deletion of your purchase requisitions/planned orders by MRP).  采购申请后的*号,表明该PR被固定了,在MRP 运行时候不能被修改与删除。

Now, the interesting question is how the firmed indicator (*) is actually set in MD04 next to the purchase requisition and what is its relation to the 'fixed indicator' in the purchase requisition (EBAN-FIXKZ). The 'firmed indicator' flag in MD04 is automatically set in the following cases – 如下是解释MD04结果中如何在PR单据号后设置星号,以及什么是与PR里的 Fixed ID (fixed indicator)有关联的。如下场景下,MD04中PR号码后被打上*:

- When you create a purchase requisition manually (EBAN-ESTKZ = 'R') using ME51N, it is treated as firmed as far as MRP is concerned. Note that in this case even if you have NOT flagged the 'fixed indicator' (EBAN-FIXKZ) in the requisition, the 'firmed indicator' is flagged in MD04. This may very well be the reason why we are seeing purchase requisitions with a * next to them in MD04 but we don't find these in EBAN with the 'fixed indicator' set. I don't think we retrieve this information by querying any table. We can have an Abaper debug how this 'firmed indicator' flag is actually set in MD04 but I would think the EBAN-ESTKZ drives it in this case. As a side note, I would suggest you a take a look at function module MD_STOCK_REQUIREMENTS_LIST_API.

- The 'fixed indicator' (EBAN-FIXKZ) in the purchase requisition is manually flagged by users in ME52N or programmatically flagged which will in turn trigger the 'firmed indicator' flag in the MD04 program.

- The purchase requisition is manually changed in ME52N or programmatically changed (say you change the qty, delivery date, p.org, sloc etc).

- You have converted the purchase requisition into an RFQ or a PO either for the full or partial quantity.

- The 'fixed for MRP' or the 'firmed for req. planning' indicator has been set in the release indicator for your purchase requisition release strategy. This way, you prevent MRP from accidentally deleting purchase requisitions that have already been released by someone.

The 'fixed indicator' (EBAN-FIXKZ) is automatically set in the above 4 cases which in turn will trigger the 'firmed indicator' to be set in the MD04 program.

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

2018-07-23 写于杭州市

SAP MM PR中的Fixed ID字段与MD04里PR单据号后的星号相关推荐

  1. SAP MM IV中的Duplicated Invoice Check功能的测试

    SAP MM IV中的Duplicated Invoice Check功能的测试 进入如下界面: 比如1000公司代码下我勾选了Check Company Code和Check Reference标记 ...

  2. SAP License:SAP MM配置中的一些常用的 TCODE

    SAP MM配置中的一些常用的 TCODE 1: OX14 – Define Valuation Area (Tick one only- Once your system go live, no m ...

  3. SAP MM MARD 表里的Storage Bin 字段

    SAP MM MARD 表里的Storage Bin 字段 笔者在所在的项目上的一个偶然机会,看到了MARD表里有个storage bin字段: 很是奇怪.MARD表里是保存物料的IM层面的各个sto ...

  4. SAP MM 为MB51报表增加查询字段

    SAP MM 为MB51报表增加查询字段 比如想按照'抬头文本'字段来查询, 找到'凭证抬头文本',勾选'选择字段'即可,如下图: 2019-02-25 写于苏州市

  5. SAP MM 如何知道移动类型的字段选择和会计科目的字段选择是否不一致?

    SAP MM 如何知道移动类型的字段选择和会计科目的字段选择是否不一致? SE38,执行程序RM07CUFA即可. 如有冲突,做业务的时候会报类似如下错误: 2017-08-23 写于无锡市新吴区

  6. SAP MM Overall Level 审批的采购申请中行项目里的成本中心必须是同一个!

    SAP MM Overall Level 审批的采购申请中行项目里的成本中心必须是同一个! 如下采购申请,系统找不到release strategy, 2个行项目中,cost center分别是463 ...

  7. SAP MM PO中的Delivery Date并非保存在EKPO表里

     SAPMM PO中的Delivery Date并非保存在EKPO表里 采购订单行项目中的deliverydate并非如同其它字段值一样是保存在采购订单行项目表EKPO里的, 而是从EKET表里抓 ...

  8. SAP CRM呼叫中心里Case ID的生成逻辑

    进入SAP呼叫中心后,点击Case按钮,会生成自动生成一个新的Case ID.这个ID是根据什么逻辑生成的? Created by Wang, Jerry, last modified on Dec ...

  9. SAP中采购订单中的统计型字段分析

    在采购业务中,会产生期间统计分析的需求.比如:以某类别物资(如电脑),以某项目,以部门为条件来统计其发生的采购数量或金额等.这就要求在做采购时,需要准确的输入这样统计型字段信息,才会有准确的输出.以笔 ...

最新文章

  1. 3ds Max中的V-Ray学习
  2. 解决python中import时无法识别自己写的包和模块的方法
  3. Unix的标准I/O与重定向的若干概念解析
  4. linux系统启动流程详解
  5. 美光扭转下滑趋势:收入增加亏损减少
  6. MATLAB教程目录
  7. 5.编写程序,由键盘任意输入10个整数,分别统计其中的奇数和偶数的个数。
  8. jQuery-1.9.1源码分析系列(二)jQuery选择器续2——筛选
  9. Java中的异常栈轨迹和异常链
  10. 从 SGD 到 Adam —— 深度学习优化算法概览(一) 重点
  11. OpenCV2 图像叠加 给照片加水印
  12. mysql ansi unicode_Ansi 与 Unicode 字符串类型的互相转换
  13. 2020-04-03-功能性光学脑成像
  14. 解决Android调试不显示 “允许USB调试” 认证窗口
  15. 《假如给我三天光明》读后感及其摘录(2)
  16. Ubuntu编辑文档和查看文档
  17. 【手把手教安装】VM16 Pro安装Win10!!!
  18. lol提示游戏环境异常重启计算机,出现LOL游戏环境异常请重启机器怎么解决?
  19. 常用免费文献下载平台
  20. Xilinx vivado 常用IP核使用

热门文章

  1. 戈登贝尔奖获得者张林峰:当AI遇上物理模型,会有怎样的质变? | 智源专访...
  2. 文本纠错与BERT的最新结合,Soft-Masked BERT
  3. 目标检测(Google object_detection) API 上训练自己的数据集
  4. Master 横扫围棋各路高手,是时候全面研究通用人工智能了!
  5. TensorFlow练习12: 判断男声女声
  6. Centos7安装Apache和PHP,包含配置过程
  7. 混合密度网络(MDN)进行多元回归详解和代码示例
  8. 报名 | 清华大学大数据能力提升项目报名指南 (2020秋)
  9. 数据缺失、混乱、重复怎么办?最全数据清洗指南
  10. ACL 2019 | 基于知识增强的语言表示模型,多项NLP任务表现超越BERT(附论文解读)...