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: 
Read only

Show error in spool

Former Member
0 Likes
970

Dear All

I have a requirement in a report, in case there is any particular condition is not fulfilled, I have to show the message in spool. Is it possible some how. Please help.

Points for sure.

Thanks

Dinesh

1 ACCEPTED SOLUTION
Read only

former_member156446
Active Contributor
0 Likes
874

u can show the messages in spool in background jobs... by using write:/ statement..

Dear All

I have a requirement in a report, in case there is any particular condition is not fulfilled, I have to show the message in spool. Is it possible some how. Please help.

Points for sure.

Thanks

Dinesh

5 REPLIES 5
Read only

former_member156446
Active Contributor
0 Likes
875

u can show the messages in spool in background jobs... by using write:/ statement..

Read only

Former Member
0 Likes
874

Hi

I have to show message in spool for a normal report program. Is it possible any how?

Read only

Former Member
0 Likes
874

Hi,

Use the write statement to do the same.

else you can collect all error messages in the internal table and post that table to the application server

Read only

Former Member
0 Likes
874

Hi,

when u run the report in background, you can use write statement , it will write in the spool.

when u run the report in foreground, u can use the GUI_DOWNLOAD to collect the message to import the file containing the messages into PC.

Reward if helpful.

Thanks.

Ramya

Read only

Former Member
0 Likes
874

Solved on my own.

Thanks to all who replied.

Regards

Dinesh