cancel
Showing results for 
Search instead for 
Did you mean: 

Edit Process order locked in ECC

former_member202771
Contributor
0 Kudos

Hi Experts,

I am saving process order from APO - /sapapo/rrp3 and the same proc order should ideally be updated in ECC - COR3 transaction.

This happens correctly when 'LOCKED BY WORKFLOW' status is initial in COR3.

And doesn't get updated in ecc when, this lock is set.

I am checking on a feasible solution to update proc order in ECC even when this lock is set.

Please share me any such experience.

Thanks in advance,

Anil Supraj

Accepted Solutions (1)

Accepted Solutions (1)

former_member202771
Contributor
0 Kudos

Hi All,

I have tried changing BS22 settings. But was not giving required result.

I have changed LKD settings in BS02, profile settings. I was able to change the quantity. However this was not accepted by business.

I was able to achieve this by code change

FM : STATUS_CHANGE_FOR_ACTIVITY

Form:  check_activity.

ENHANCEMENT Z_CLEAR_LOCK.    "active version

   clear : gd_activity_not_allowed, gd_error_occurred.

ENDENHANCEMENT.


At bottom.


your suggestions were really helpful to understand the configuration. Thanks a lot for your expertise


Thanks n Regards,

Anil Supraj

Answers (3)

Answers (3)

rupesh_brahmankar3
Active Contributor
0 Kudos

Hello Anil,

A production order blocked the user status in SAP R/3 (LKD). Because this status is not known in SAP APO, this order can still be changed in SAP APO.

In this case you can use CIF comparison/reconciliation function (CCR, delta report) with the comparison of requirements/receipts and operations you can adjust the changes later to the production orders.

Or if the production order is in lock status you should restrict the changes to the production order in APO.

This issue is address in OSS note 759595 - APO: locked production order is still MRP-relevant

SAP enhancement "CIFORD02". user exit "EXIT_SAPLCOVA_001"


BS22 changes is not recommend.


Best Regards,

R.Brahmankar

marianoc
Active Contributor
0 Kudos

Hi Anil,

One option is to change the status in R/3.

You can configure this in BS22. Press double click on system status I0043 LKD, and see all the functionas that are forbidden. One option is to change what you need to change here. Just note this means that you will be changing the standard SAP.

Kind Regards,

Mariano

former_member202771
Contributor
0 Kudos

Hi Marius,

Thanks for the input. I will check the possibility of using these exits for my requirement.

Hi Mariano,

Thanks for the input. Need further help from you in identifying "Bussiness Transaction" in BS22 for BASIC-END/START dates in R3.

Sorry to ask too much. I am a developer and have 0 knowledge of this.

Thanks,

Anil

marianoc
Active Contributor
0 Kudos

Hi Anil,

Try to change from forbbiden to allowed these business functions:

ACDC  Change date

RMTM  Schedule order

Kind Regards,

Mariano

Former Member
0 Kudos

Hi Anil,

Please check this stuff from SAP Help.

Thanks, Marius

Inbound Processing of Planned Orders and Manufacturing Orders

·  CIFORD03: Change Order Data

To change orders that are transferred from SAP APO to SAP R/3 in R/3 inbound

·  CIFORD01: Change Object Type and Order Data

To change order data that is transferred from SAP APO to SAP R/3 and is already in R/3 format in R/3 inbound

Outbound Processing of Planned Orders and Manufacturing Orders

·  CIFORD02: Influence the Transfer of Customer-Specific Fields

To change or add own data to manufacturing orders and in some cases also to planned orders that are to be transferred from SAP R/3 to SAP APO

This enhancement corresponds to the APO enhancement APOCF004 Inbound Processing: Production Order/Planned Order.