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

BDC Session

Former Member
0 Likes
852

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.

9 REPLIES 9
Read only

dani_mn
Active Contributor
0 Likes
820

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

Read only

Former Member
0 Likes
820

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

Read only

0 Likes
820

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.

Read only

abdul_hakim
Active Contributor
0 Likes
820

hi

Hmmm looking strange!!!Well try executing the new session in foreground to confirm whether itz working

fine.You cannot process the Processed session.

Read only

Former Member
0 Likes
820

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

Read only

0 Likes
820

Hello,

See your BDC_INSERT Fm is in proper place ? Are you passing BDCDATA properly with t-code ?

Regards,

Naimesh

Read only

Former Member
0 Likes
820

Hi

Can you give the code by which you are creating the session?

Regards,

Raj

Read only

Former Member
0 Likes
820

Hi,

Some of the seession its processing properly, but for the some of the seeions its giving this problem.

Thanks & Regards

Venkat

Read only

Former Member
0 Likes
820

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