‎2013 Nov 08 5:39 PM
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.
‎2013 Nov 08 6:51 PM
Hi,
Can you verify the output type configuration with your function consultant
can you copy the driver program form routine.
Thanks,
Kiran
‎2013 Nov 08 9:24 PM
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
‎2013 Nov 09 4:03 AM
Basically if sy-subrc is set to 4 output wont trigger which is happening.. what exactly is the isaue you are looking for