cancel
Showing results for 
Search instead for 
Did you mean: 

import/export to indx table not working

sunisonu
Explorer
0 Kudos

Hi,

i have rfc which will be triggered when sap gets data from IPM ,
This FM runs two background jobs ( two SUBMIT Programs),
Requirement : if there are any errors in first background job second should not Run.
My solution :
I have used Import / export using indx table but it is sometimes not working and what i observed is it is taking time to update the indx table .
so i have used "wait up to 15 seconds " command before importing values from indx table.
Still sometimes the result is not correct.
Can somebody please help with this?

Sandra_Rossi
Active Contributor
0 Kudos

You don't explain why you use INDX table, if you update inside an Update Task or not, the actual reason why you need to wait, by which program, what means "result is not correct". If your issue is just about waiting, then explain why you need to wait so that people can help you.

NB: you shouldn't use INDX table to store your own custom data because it's a standard table (why not just creating a custom INDX-like table?)

Accepted Solutions (0)

Answers (1)

Answers (1)

chandula91
Discoverer
0 Kudos

After exporting to indx table, try using commit work and wait instead of commit work.