Application Development and Automation 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: 
Read only

Process Orders, send idoc (LOIPRO) while creation/modification cor1

Former Member
0 Likes
496

Hello,

I need to send standard LOIPRO idoc when a process order is saved on COR1 / COR2 transactions. I want to do it using user-exit but I've seen that the order number (AUFNR) does not have a value.

Is there any way to know the number? is it stored in another field ? How can I find the first user exit where the AUFNR field is already populated?

I saw a post in the same subject but there was no suggestion how to do it.

Thanks in advance,

sara

1 REPLY 1
Read only

Former Member
0 Likes
371

Hi Sara,

did you find a solution by now?

We have the same Problem.

I tried to call the function "CLOI_MASTERIDOC_CREATE_LOIPRO" from a BADi (IF_EX_WORKORDER_UPDATE~BEFORE_UPDATE" but since there is a commit inside it does not work. 

Thank you!