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: 

Batch Input Session not created

Former Member
0 Kudos

I am looking in transaction SM37 and i see a background job with the status finished. This job create a batch input who update equipment via transaction IE02. When i look at the job log everything look fine. One line of the log show the QID number but nothing is available in transaction SM35. I have look directly in table APQI and there is nothing there.

Why this QID session have not been created in SM35?

Help required.

SAP version 4.6C

4 REPLIES 4

Former Member
0 Kudos

Was the session processed completely and deleted?

Rob

Former Member
0 Kudos

If the session have been deleted how can i find a trace.

Regards

0 Kudos

The sessions may have been deleted, but the logs should still be there - transaction SM35P.

Rob

Former Member
0 Kudos

Is this a custom program or standard SAP program that you ran in the background?

The reason for not seeing the session in SM35 could be that the program RDBDCSUB was called immediately after creating the session with the parameter XKEEP = SPACE. This parameter tells the system whether to keep the session even after it is processed successfully. So if your session is processed successfully, then it must have been deleted. Unfortunately, even the logs will be deleted.