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

Batch Input for F-32

Former Member
0 Likes
1,997

Hi everyone,

I am new here..

I have a problem with the BI for T-code F-32

I have already done the code for the batch input, and it works fine, but only in A or E mode.

The problem is that i need the report works in background (job) and in that case it does not work, even when in put a hardcoce sayind lv_mode = 'A'...

I dont know if there is anybody in a situation like me.. so if somebody know how to fix it, i will be very grateful.

Thanks!!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,350

Hi eli.klovski thanh.dinh , thanks for everything..

This was a terrible issue for my head, but i have eventually resolved. I have added a WAIT FOR n SECONDS and it works fine. The problem was that SAP in the 2nd round of the loop was thinking that i have already in F-32. So SAP "recycle" the items of the BI slowness that the report call the transaction F-32.

Problem resolved.

3 REPLIES 3
Read only

thanh_dinh
Explorer
1,350

Hello,

I found the note 433137, maybe it can help you.

You only need to change the processing mode in your report.

Regards,

Read only

iklovski
Active Contributor
1,350

Hi,

When you mean that the program doesn't work, can you specify a bit? For background mode, lv_mode should be 'N' and not 'A'.

Regards,

Eli

Read only

Former Member
0 Likes
1,351

Hi eli.klovski thanh.dinh , thanks for everything..

This was a terrible issue for my head, but i have eventually resolved. I have added a WAIT FOR n SECONDS and it works fine. The problem was that SAP in the 2nd round of the loop was thinking that i have already in F-32. So SAP "recycle" the items of the BI slowness that the report call the transaction F-32.

Problem resolved.