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: 

Function module to get a batch imput session status.

Former Member
0 Kudos
129

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

former_member181962
Active Contributor
0 Kudos
97

The function module: BP_JOB_STATUS_GET

will give you the current status of the Job.

Regards,

Ravi

0 Kudos
97

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?

0 Kudos
97

Both will be same.

Regards,

Naimesh Patel

Former Member
0 Kudos
97

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