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

Function module to get a batch imput session status.

Former Member
0 Likes
690

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!

4 REPLIES 4
Read only

Former Member
0 Likes
658

The function module: BP_JOB_STATUS_GET

will give you the current status of the Job.

Regards,

Ravi

Read only

0 Likes
658

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?

Read only

0 Likes
658

Both will be same.

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
658

Well, i think in my case they are not the same so i have read this information in table APQI