Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Determination of unloading point in

0 Kudos

I am new to ABAP Enhancements and I have the following requirement


The value for unloading point will be taken from functional location class ‘FLOCS’, characteristics ‘DELVWHSE’ and work orders with active statuses (less than TECO) will be considered.

The value for plant will be taken from functional location class ‘FLOCS’, characteristics ‘RSRVPLNT’ only if order status is less than TECO, respective material is existing and equipment category is equal to ‘B’. In this case, logic will basically overwrite the plant value.

Function module: CO_BT_ORDER_POST

Enhancement point:  CO_BT_ORDER_POST_01 SPOTS ES_SAPLCOBT.


Both these enhancements will be applicable for the following order types:

  • EM10 – Emergency Work Order
  • PM10 – Corrective Work Order
  • PM20 – Preventive Work Order
  • PM40 – Refurbishment Order
  • PM60 – Project Related

This can achived by 'CLAF_CLASSIFICATION_OF_OBJECTS'...can anyone help me to write the code?


Cacan
1 REPLY 1

0 Kudos

transaction IW32, SAP PM