2008 Jun 18 3:25 PM
Hi experts,
i have a program that has an alv of lines that have to be threated in a batch imput session. My program make this batch imput and executes it, but it refreshes the ALV view before the batch is executed so the changes are not visible on it.
Is there a function module that tells me if a batch imput session is concluded?
I automatically execute it with this:
-SUBMIT rsbdcsub WITH mappe EQ 'BINAME' AND RETURN.
Any ideas?
Thank-you!
2008 Jun 18 3:31 PM
The function module: BP_JOB_STATUS_GET
will give you the current status of the Job.
Regards,
Ravi
2008 Jun 18 3:37 PM
Oh, thanks for this. But the problem is that i don't know the jobname, only the name of the Batch imput session. Is there any relationship between them?
2008 Jun 18 3:42 PM
2008 Jun 19 3:35 PM
Well, i think in my case they are not the same so i have read this information in table APQI