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

problem with Output determination status

Former Member
0 Likes
388

Hello,

Goal is not to allow users to print output my sales doc if there is a faulty data in order. I have a 901 routine to trigger before the form output can happen. If a validation is met, then sy-subrc is set to 4 and exiting out of the routine. Functional did the config to trigger 901 in spro under o/p determination of sales docs.

Issue: Though my order is meeting the validations, the flag is set to green. If I look at the determine analysis, I see the 502 message being set and also a description that the 901 is not fulfilled.

Since the status is being set to green, I can issue the print outputs. Am I missing anything else? Please advise.

Thanks,

Kiran

Hello,

Goal is not to allow users to print output my sales doc if there is a faulty data in order. I have a 901 routine to trigger before the form output can happen. If a validation is met, then sy-subrc is set to 4 and exiting out of the routine. Functional did the config to trigger 901 in spro under o/p determination of sales docs.

Issue: Though my order is meeting the validations, the flag is set to green. If I look at the determine analysis, I see the 502 message being set and also a description that the 901 is not fulfilled.

Since the status is being set to green, I can issue the print outputs. Am I missing anything else? Please advise.

Thanks,

Kiran

1 REPLY 1
Read only

Former Member
0 Likes
353

ANy clues please?