‎2010 Apr 16 7:08 PM
Hi Experts,
A new output 'ZA00' is created in NAST with VSTAT = 0 by the t-code VA02. Later on, User makes some changes to the order then hit save. This time it does not fulfill the output requirement, so requirement routine return 4 (don;t trigger output). This action causes the removal of ZA00 output from NAST table. It should stay there. Please advise.
Thanks,
‎2010 Apr 17 11:30 AM
Hi,
Your question itself has the answer. As you are telling requirement routine is stopping the o/p to be triggered, check why you have that routine assigned and the logic in side the routine. Either you can change the code in the routine as per your requirement (Set sy-sucrc = 0 for your conditions) or remove the routine from T-code NACE for that output if not required.
Thanks,
Vinod.