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!