2010 Feb 06 8:17 AM
Hi,
while calling the program RHINTE00, statusmessages brings up the screen. How can i avoid it. Below is the statement i am using in my program.
SUBMIT RHINTE00
USING SELECTION-SET v_variant
user sy-uname
via job jobname number jobcount
and return.
Regards,
Hi,
while calling the program RHINTE00, statusmessages brings up the screen. How can i avoid it. Below is the statement i am using in my program.
SUBMIT RHINTE00
USING SELECTION-SET v_variant
user sy-uname
via job jobname number jobcount
and return.
Regards,
2010 Feb 06 1:02 PM
Hi,
What status message you are getting? Are you calling JOB_OPEN and JOB_CLOSE before and after the SUBMIT?
Thanks,
Vinod.
2010 Feb 07 6:51 AM
Yes i am using job_opne before calling submit and job_close after calling submit statement.
These messages are occuring when RHINTE00 is called. My doubt is can't we schedule it in background.
When i am trying to schedule it as a background job then the screen is displayed with status messages.
Any help will be greatfull.
Regards,
2010 Feb 07 7:35 AM
Hi,
What is the exact status message u r getting and after executing which statement u r getting this message?
Thanks,
Vinod.
2014 Jul 21 2:49 PM
Hi, Mohd, I know it's a very old topic, but did you manage to call RHINTE00 in background somehow?