I have configured "EXTERNAL SEND" for the PO output.Howeverf or some PO's as the email address of the OA vendor was not maintaiend in the system.,
actual PO output is not sent via email!
However when i click on the MESAGES button in ME23N for the PO,it does show everything green for the "EXTERNAL SEND" entry.Is there any mechanismm in the system which can be configured or code change for printer as given below-
xdevice = 'PRINTER'.
IF nast-ldest EQ space.
xdialog = 'X'.
ELSE.
itcpo-tddest = nast-ldest.
ENDIF.
so that a status message should not be green, it should be red or yellow for PO created for vendores for which email is not maintained.we will maintain the email mannualy after PO creation.
in brief-
At once place we have given print immediately and the there is no email address. so its contrasting. print immediately is forcing it to go in printer and if its going into the printer automatically status will be green. and when we are commenting the printer code its not going in printer and due to print immediately not able to create PO.
Br,
Surya