cancel
Showing results for 
Search instead for 
Did you mean: 

SO print error by WE15

Former Member
0 Kudos

Dear all,

I have a trouble in WE15 to print SO.

I set the SO print output default when SO created .when I run WE15 to print the SO that found there are two files are the same SO number print.

Because there are two outputs in VA02.one output is created by system self. Another is created by user. So WE15 select two files to print?

My problem is: 1.how to config if SO output have been exits, then not allowed creating the second one.

2.how to set WE15 to print SO if have some same output only print one output?

Thanks a lot

Sun

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks

Former Member
0 Kudos

Hi there,

Looking at your scenario what I understand is that, O/p determiantion is done for the O/p you need in order management V1 sales.

When determiantion procedure is correclty done & when condition records are maintained, system will automatically trigger the O/p when the sales order is saved. Depending on the condition in the requirement routine that is assigned to the O/p in the determiantion procedure, system will trigger it immediately after saving the doc or after order status is complete.

WE15 is used for the user to manually trigger the O/p for a sales order. As you see in WE15, object key is unique in a sales order. No 2 SOs will have same obj key. So when the O/p is issued when the order is saved, why does the user want it to again trigger in WE15?

If you want to control such a scenario, then in the prog RSNAST00 that controls WE15, put a condition that for your sales org system should check if the O/p type is triggered or not. If it is triggered, then the system should not trigger it again. It should give a message that O/p already issued.

System will check if the O/p is triggered to the object key that is given in WE15. Sinec it is unique, it willknow if O/p is already triggered. If yes, it will not re-trigger again.

Check with your ABAPer if it is possible to code in such way.

Regards,

Sivanand

Former Member
0 Kudos

Dear Sivanand,

Thanks ,

as your mention,yes ,I don't know why our users to create output manually.actually we set system default saved when create SO.and and set the output condition records .So the two outputs item have same Object key .

Maybe we want to ask our abaper to change WE15 code.

Thanks a lot

Sun

Edited by: sun on Oct 13, 2008 10:07 AM