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: 

Sessions Methods..

Former Member
0 Kudos

Hi all,

Iam New to BDCs.and iam doing BDC in sessions methods.

In sessions methods where will be the LOG details be stored,Apart from seeing in sm35 how do we know that our session ececuted rightly or with any errors .is there any table that stores these logs....

And also iam using sessions methods for creating Material,As per my requirement,i need to update the Newly creted material immediately after the material is created into a Ztable..so Where do i get this New material created.Can we get the same in the above table of log details...

Pls Provide me these details ASAP..

Regards

Balaji..

4 REPLIES 4

Former Member
0 Kudos

Hi,

after processing the session only log will be created in sm35.

to see the log goto sm35 and process the log.after that select the session name that u want to see the log and press the log button.(in the function module BDC_OPEN_GROUP u should give the value 'X' for the parameter KEEP in case if u want to maintain the log after successful completion of the session)

rgds,

bharat.

Former Member
0 Kudos

hi,

U can see the logs only in SM35 .

Once a session is created the errors are handled in log.

Former Member
0 Kudos

In session method You have to see log in sm35 only.. that is the disadvantage of session method..

sreeramkumar_madisetty
Active Contributor
0 Kudos

Hi Balaji

Once Session is processed, you can get the error log in SM35.

Goto SM35-> select the session-> Analyze the session.

You can get the overview of the error log where it get wrong.

Otherwise select the session in SM35->Process in Foreground-> you can get the possible errors in this way also.

But it is suitable if the file having less records.

Regards,

Sree