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: 

New output type Shows Red color

Former Member
0 Kudos
1,417

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos
724

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

4 REPLIES 4

Former Member
0 Kudos
724

hi Ranjith,

Just check the log (button in application tool bar), u will get the information

0 Kudos
724

Hi Sachin,

I checked and found no log Exits,

Former Member
0 Kudos
724

Hi,

While assigning the new output type , maintain 'Date/Time' field as 4-Send immediately (when saving the application) and try.

Regards

Danny

Former Member
0 Kudos
725

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