2014 Apr 11 7:37 AM
Hi,
I have configured the new o/p type Zxxx , the Driver Program everything is configured,
but when i try to Print the the Document the status is red color even though the document gets printed.
Not able to figure out the error.
with rgds
Ranjith Singh
2014 Apr 11 4:43 PM
Hi Ranjith,
This is how I debug output type message related issues :
i) If you get red coloured message against the output type - Put the breakpoint in FORM ENTRY of your print program and check the RETCODE variable. Also check the sy-msgid, sy-msgno variable.
ii) If you get red coloured light after pressing messages button. These Messages are updated using 'NAST_PROTOCAL_UPDATE' fm. Put a breakpoint in the function module and find out the cause.
Regards
DPM
2014 Apr 11 7:43 AM
hi Ranjith,
Just check the log (button in application tool bar), u will get the information
2014 Apr 11 7:49 AM
2014 Apr 11 8:24 AM
Hi,
While assigning the new output type , maintain 'Date/Time' field as 4-Send immediately (when saving the application) and try.
Regards
Danny
2014 Apr 11 4:43 PM
Hi Ranjith,
This is how I debug output type message related issues :
i) If you get red coloured message against the output type - Put the breakpoint in FORM ENTRY of your print program and check the RETCODE variable. Also check the sy-msgid, sy-msgno variable.
ii) If you get red coloured light after pressing messages button. These Messages are updated using 'NAST_PROTOCAL_UPDATE' fm. Put a breakpoint in the function module and find out the cause.
Regards
DPM