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 type triggering

Former Member
0 Likes
670

Hi

For a sales order there is an output type and a routine assigned to that.

after checking couple of checks routine sets sy-subrc = 4 . then the output type should not trigger.

But in the sales order output type is triggering and shows as Red and if I see the determination analysis it says ( output ignored ( routine not fulfilled)

Please let me know if any idea on this.

3 REPLIES 3
Read only

Former Member
0 Likes
539

Hi,

Can you verify the output type configuration with your function consultant

can you copy the driver program form routine.

Thanks,

Kiran

Read only

Former Member
0 Likes
539

Go to V/32 and check the procedure V10000. You should see the output type used (usually BA00 if standard else ZA00 or something similar). There in the Requirement Field you would see a number.

Go to VOFM, Requirements -> Output control and choose 902. At the top there is a notepad button which when clicked will give you the source code. Check the code in the routine and see if it is actually doing what you want.

Thanks

Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
539

Basically if sy-subrc is set to 4 output wont trigger which is happening.. what exactly is the isaue you are looking for