Application Development 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: 

background job

Former Member
0 Kudos

Hi Guyz,

when i run the program in foreground when the criteria doesnt match . having this as to give information

MESSAGE i000 WITH 'No Records Matched The Criteria'.

i wanted to print this same in the joblog in the back ground..

but im gettin empty line with ZSD under message class..

plz advise..

regds

1 ACCEPTED SOLUTION

former_member181995
Active Contributor
0 Kudos

refer:

3 REPLIES 3

former_member181995
Active Contributor
0 Kudos

refer:

Former Member
0 Kudos

Hi

try to in-corporate the below code

if sy-batch = 'X'.

write 'No Records Matched The Criteria'.

endif.

Regards

Madhan

Former Member
0 Kudos

sorry guyz..its jus the wrong with message clas im using ..