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: 

User exit after process order number is generated

Former Member
0 Kudos

Hi experts,

I need user exit for a process order (COR1).

I tried using the exit PPCO0007, but by the time the user exit is called, the process order number is not yet generated . Is there any other exit available or not?

Can u tell me exit name at process order creation?

Thank you very much. I will reward points for answers

DM Dioso

1 ACCEPTED SOLUTION

Former Member
0 Kudos

i think the below mentioned exits would be useful for you

PPCO0004            Sort and processing exit: Mass processing orders

exit after saving the transaction Creation of Process Order (COR1) -- PPCO0001

try these it would be suitable for your requirement.

5 REPLIES 5

Former Member
0 Kudos

hey , could you explain more and clear.......

you mentioned the user exit is called before the process order number is created.....

at what time you require the exit ? is it after the process order is created  ...

or you trying to assign any number ranges to process order//

0 Kudos

Hi Rajiv,

Thank you for suggesting some user exits. I'll take a look at them.

Here is my scenario:

When we use tcode COR1 to create a process order, there is a long text beside the process order number. After we create a process order, the long text will be automatically filled by a description. My requirement is that when I create a process order, the long text should be Empty or should be filled by specific value automatically.

I would like to use function module SAVE_TEXT to do this upon saving but I still don't know which user exit I can apply the logic to.

Thank you!

gouravkumar64
Active Contributor
0 Kudos

Hi,

just check this thread

http://scn.sap.com/thread/1177202

Thanks

Gourav.

Former Member
0 Kudos

i think the below mentioned exits would be useful for you

PPCO0004            Sort and processing exit: Mass processing orders

exit after saving the transaction Creation of Process Order (COR1) -- PPCO0001

try these it would be suitable for your requirement.

0 Kudos

Thanks Rajiv. Turns out we can use exit PPCO0001.