‎2011 May 28 9:59 AM
Dear Experts,
I have a requirement to write some custom code while the user exits from the process order without saving the process order.
I have searched all the user-exits and badi's related to Process Orders, but was not able to find anything usefull.
Can you please help me out where exactly should i write this code, such that it will execute whenever the user does not save the process order?
Thanks,
Praveen
‎2011 May 31 10:45 AM
hi
try to use Function module EXIT_SAPLCOML_001 include ZXCOMU01
‎2011 May 31 12:41 PM
Hi,
Describe the problem more details. On which situation you want to add the source code there having different situation and different user exit
Following are Exit name and Description for transaction COR1. Find if any usable or describe your problem more details
Exit Name Description
PPCO0001 Application development: PP orders
PPCO0002 Check exit for setting delete mark / deletion indicator
PPCO0003 Check exit for order changes from sales order
PPCO0004 Sort and processing exit: Mass processing orders
PPCO0005 Storage location/backflushing when order is created
PPCO0006 Enhancement to specify defaults for fields in order header
PPCO0007 Exit when saving production order
PPCO0008 Enhancement in the adding and changing of components
PPCO0009 Enhancement in goods movements for prod. process order
PPCO0010 Enhancement in make-to-order production - Unit of measure
PPCO0012 Production Order: Display/Change Order Header Data
PPCO0013 Change priorities of selection crit. for batch determinati
PPCO0015 Additional check for document links from BOMs
PPCO0016 Additional check for document links from master data
PPCO0017 Additional check for online processing of document links
PPCO0018 Check for changes to production order header
PPCO0019 Checks for changes to order operations
PPCO0021 Release Control for Automatic Batch Determination
PPCO0022 Determination of Production Memo
PPCO0023 Checks Changes to Order Components
STATTEXT Modification exit for formatting status text lines
CCOWB001 Customer exit for modifying menu entries
COIB0001 Customer Exit for As-Built Assignment Tool
COZF0001 Change purchase req. for externally processed operation
COZF0002 Change purchase req. for externally procured component
‎2011 Jun 01 5:07 AM
HI Pravee,
I have a requirement to write some custom code while the user exits from the process order without saving the process order.
I did not understand this. Actually what is the exact requirement. Do you want process order with out goods issue?.
Regards,
Madhu.
‎2011 Jun 01 10:58 AM
Hi,
I did try all those exits and was nos successfull.
My requirement to find this exit is as below.
Whenver the user goes to create a process order and releases it, i am exporting the batch number to INDX table in the system and when he saves that process order i am deleting that entry from that INDX table.
I am doing this to restrict duplicate batches to be entered in the system.
Now the problem is that, in some situations the user releases the process order but does not save that process order.
In this case, i want to remove the entry from the INDX table which is created while releasing the process order, whenever he leaves the process order without saving it.
Can you please guide me where should i write my code, so that it will get executed when the user leaves the process order without saving it?
Thanks,
Praveen
‎2011 Jul 04 7:15 AM
Dear Experts,
I solved my problem using Locking Concepts.
Thanks for the help.
Thanks,
Praveen Bitling