‎2006 Aug 15 8:15 AM
Hi,
With my BDC Program Session is created. When I processed the session, with in 2 seconds its processed, when I go and the log its showing the message like below
Session ZAR8600_2 is being processed by user EGVEN01 in mode N on server TNRUS042
Processing statistics
0 transactions read
0 transactions processed
0 transactions with errors
0 transactions deleted
Batch input processing ended.
I am getting this message, even though its not processed at all. I am going to process the same session again, its giving the message the the session is already processed. So Please give some suggestion how can I process the same session again, what it may the reasion the session is not processed.
Thanks & Regards
Venkat.
‎2006 Aug 15 8:18 AM
HI,
I think that there is no data in the <b>BDCDATA</b> table for proceding, So it is showing that.
Check you code for creating session. Is data filling in the <b>BDCDATA</b> table.
REgards,
HRA
‎2006 Aug 15 8:26 AM
Hi,
In the SM35 Tcode, when I select the seeion ang go for the option Analysis its showing all the values, what screen it has to process and field fields values as well.
Thnaks & Regards
Venkat
‎2006 Aug 15 8:33 AM
hi,
Run you session in frontground and you will see all the the screens and their order in which they are processing.
if you are using CALL TRANSACTION method in 'N' mode create it in 'A' mode. so you can pick the problem out.
what you are using SESSION or CALL TRANSACTION.
Regards,
HRA
Reward if helpful.
‎2006 Aug 15 8:37 AM
hi
Hmmm looking strange!!!Well try executing the new session in foreground to confirm whether itz working
fine.You cannot process the Processed session.
‎2006 Aug 15 8:43 AM
Hi,
I processed in the Foreground also, Immediately its giving the popup message the session is processed, but i ad seen in the log, even single transaction is not processed.
Thanks & Regards
Venkat
‎2006 Aug 15 8:46 AM
Hello,
See your BDC_INSERT Fm is in proper place ? Are you passing BDCDATA properly with t-code ?
Regards,
Naimesh
‎2006 Aug 15 8:49 AM
Hi
Can you give the code by which you are creating the session?
Regards,
Raj
‎2006 Aug 15 8:49 AM
Hi,
Some of the seession its processing properly, but for the some of the seeions its giving this problem.
Thanks & Regards
Venkat
‎2006 Aug 15 8:52 AM
Hi,
You can not process the processed session, you need to run again the BDC program for the new session, try to do it in foreground, so that you will know the error, and see he <b>BDCDATA</b> table, it might not taking the Transaction code which you want to process the records to that t.code
Thanks
Sudheer