‎2006 Jul 20 12:58 PM
There is a requirement routine attached to an o/p (Dispatch advise) in an o/p procedure related to Transport (V7).
Even though the requirement is not being met (sy-subrc <> 0), when a Shipment is created, the o/p is processed (Green button).
It is a fax o/p and is being sent to the customer which should not be in for our case.
Any idea ? The o/p processing log say the req. Is not being met.
As an alternative I thought this condition can be included in the Print program.
Can you anyone throw some hints what could be cause ?
Thanks in Advance!
Regards,
Vasanth
‎2006 Jul 20 1:04 PM
It is difficult to pin-point the correct problem but as to my feeling, the fax is being sent since it seems the routine from execution point of view was completed successfully even though the requirement was not met. I would suggest you to have some sort of flag(indicating the requirement status) and set the routine output depending on the value of the flag.
Regards
Anurag
‎2006 Jul 20 1:04 PM
It is difficult to pin-point the correct problem but as to my feeling, the fax is being sent since it seems the routine from execution point of view was completed successfully even though the requirement was not met. I would suggest you to have some sort of flag(indicating the requirement status) and set the routine output depending on the value of the flag.
Regards
Anurag