Question:
hi,
We need to print sales confirmation for each sales order created, but we only want fully confirmed order to be printed. currently RSNAST00 print all sales order, partially or fully confirmed.
what is the best method to control the printing?? I am thinking of changing RSNAST00 but is there any other method???
thanks
sl
Answer:
Develop a suitable requirement and add it to the output type in the output procedure configuration.
_________________
Search first:
http://help.sap.com/search
http://service.sap.com/notes
/forums/search.php
& then ask a smart question
Answer:
[quote="SimulatedAnnealer"]Develop a suitable requirement and add it to the output type in the output procedure configuration.[/quote]
where can i create the requirement?? is it abap coding???
thanks
Answer:
Yes it's ABAP.
Development via transaction VOFM and menu path Requirements>Output Control.
Confiuration via transaction NACE, click on V1 for sales orders and then menu path Procedures.
Thank you very much, I got the same problem,but now savled!
Answer:
hi,
Understand you have solve your problem, care to share your solution?
What internal table or method do you use for the checking??
I used VBAP but not successful because when creating new sales order, there is no record being updated into VBAP before this checking. so i think i need to use internal table for checking.
anyone please share your method.
thanks.