关于SAP APO RPMCALL 指定生产订单的BOM更新

1、APO模块中,主生产计划把销售订单分解为生产订单时,会给每一个生产订单绑定BOM清单。

2、一段时间后,计划员选取一部分订单去确认生产,并在对生产的订单下达到下游系统前,有一个RPMCALL 订单BOM更新的操作功能。

3、RPMCALL会把BOM最新的设计变更更新到将要下达的生产订单上。业务有需求,RPMCALL对生产订单的BOM更新功能中,可以按订单来指定更新,只更新自己想要的订单,其它订单的BOM需要保持原状,不能更新。

----------给SAP提问题-----------------

liu xin (S0023806631) Problem Description  14.07.2022 时间 09:27

Product Area selected: SAP S/4HANA > Manufacturing
Component selected (Manual Selection): SCM-APO-PPS-RPM

--- Description ---
Dear SAP Consultant:
We used RPMCALL update order's BOM and materials, but it always to  update  ALL order's data.Does APO have the ability to update individual orders?


thanks a lot.
james_lx

----------SAP回复-----------------

Dear James_lx,

I took over the case and performed the analysis. RPMCALL is designed to update all orders of desired product(s), therefore it does not have the ability to update individual orders.

Let me know in case of any further queries.

Regards,
Tiago
SAP Support

----------回复SAP-----------------

Dear Tiago:
We  enhanced  The RPMCALL program in QAS system:

1、insert in main program at 48 line:
SELECTION-SCREEN BEGIN OF BLOCK bk WITH FRAME TITLE text-004.
SELECT-OPTIONS: s_ordno FOR /sapapo/rrpio-DELNRCU no INTERVALS.
SELECTION-SCREEN END OF BLOCK bk.
LOOP AT s_ordno ASSIGNING FIELD-SYMBOL(<fs>).
  CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
      EXPORTING
        input  = <fs>-LOW
      IMPORTING
        output = <fs>-LOW.
ENDLOOP.
EXPORT  s_ordno TO SHARED BUFFER indx(aa) ID  's_ordno_export'.

2、insert in include LMMRPHIF01 at 35 line :
 DATA s_ordno TYPE RANGE OF /sapapo/rrpio-DELNRCU.
  IMPORT s_ordno  FROM SHARED BUFFER indx(aa) ID  's_ordno_export'.
  IF s_ordno is not INITIAL. 
    LOOP AT lcorder_tab INTO DATA(gs46).
        READ TABLE s_ordno WITH KEY LOW = gs46-ORDNO INTO DATA(gs_temp).
          IF sy-subrc <> 0.
             DELETE  lcorder_tab .
          ENDIF.
    ENDLOOP.
  ENDIF.


After a preliminary test , It seems to work just fine As we hoped.
thanks a lot.
james_lx.

----------SAP回复-----------------

Dear James_lx:
Thank you for the update. I'm glad to know you were able to develop a custom solution.
I confirm from SAP side the current design of RPMCALL will not be changed.

We recommend that you test the behavior thoroughly as we cannot support the modification in standard.
Let me know in case of any further queries.

Regards,
Tiago
SAP Support

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

刘欣的博客

你将成为第一个打赏博主的人!

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值