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

Issue with RFBIBL00 batch input processing

Former Member
0 Likes
666

Hello ABAP Experts,

I am having issue with a speed of batch input session processing. If you can please help me resolve the issue.

I have a requirement to post liquidation document to clear open vendor down payment items and then to clear vendor invoice with liquidation. I have created a custom program to address this requirement where it uses the SAP program and Call Transaction.

For liquidation document posting, I am using the program RFBIBL00. The custom program has steps:

1. Submit RFBIBL00 via job to create batch input session

2. Close job

3. Submit RSBDCSUB via job to process batch input session

4. Close job

5. Wait for 15 seconds

6. Read job log to get liquidation document number

7. If no document posted then display error

The issue is when the job log is read it says u2018Session 10zrsbdcsubxxxxxxx is being processed by user in mode on serveru2019 and there is no error message or no document number with message number 312. So the program displays error message, stops and cannot perform the second step. If I check in the system after a couple of minutes I find the document posted. I also increased the wait time. But the first record processing always takes longer and the program finds as a failure. The program can process next several records with success.

I am looking for expert help if you please suggest how to resolve this.

Thanks & Regards.

Yashasvi

2 REPLIES 2
Read only

Former Member
0 Likes
456

Have you tried to escalonate your log job to run only after RSBDCSUB job ?

Read only

former_member215917
Active Participant
0 Likes
456

Hi,

Have you tried calling FM DEQUEUE_ALL before/after schedulling job?

Gouri.