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

Output Condition Problem

Former Member
0 Likes
368

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,

1 REPLY 1
Read only

vinod_vemuru2
Active Contributor
0 Likes
334

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.