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: 

BDC

Former Member
0 Kudos

HI,

How to schedule session ? How to see the error log in BDC Session?

thanks,

m.manickam

1 ACCEPTED SOLUTION

Former Member
0 Kudos

goto <b>SM35</b>

click on <b>session name</b>(u rs) and

click on <b>process</b> it will ask for process on back ground or foreground processing

or <b>analysis</b> it shows the how many screens r there (after recording)

or <b> log</b> error logs displayed in this one

u may find whole details

reward if it helps u

VIjay Pawar

7 REPLIES 7

Former Member
0 Kudos

goto <b>SM35</b>

click on <b>session name</b>(u rs) and

click on <b>process</b> it will ask for process on back ground or foreground processing

or <b>analysis</b> it shows the how many screens r there (after recording)

or <b> log</b> error logs displayed in this one

u may find whole details

reward if it helps u

VIjay Pawar

0 Kudos

Hi,

Thank you for your reply. Actually in SM 35 I select session in process it. I got sucessfull result. but I want schedule it ? How to do this?

thanks,

M.Manickam

0 Kudos

you have to schedule that in SM36

Former Member
0 Kudos

Hi

Go to Tcode sm35, select ur session and process it. After processing select that session and click on analyse. It will display with all the details.

Regards

Haritha.

Former Member
0 Kudos

hi,

You make use of follwing FM's

BDC_OPEN_GROUP

BDC_INSERT

BDC_CLOSE_GROUP

BDC_DELETE_SESSION to create a session

You can schedule the execution of BDC session using the program <b>RSBDCSUB</b>.

You can view error log in <b>SM35</b> TCODE..

Rgards,

Santosh

Message was edited by:

Santosh Kumar Patha

Former Member
0 Kudos

Hi Manikam,

To schedule a session you need to schedule the program 'RSBDCSUB' which will process the sessions. The session log can be view in the SM35 Transaction.

Regards,

Satya

Former Member
0 Kudos

HI Manikam,

To Schedule the Session u can use the T-Code SM35 -


> Select the Job Name which--->Shift +F9 to Unlock the Job.

1)Process in Fore Ground.

2)Process Errors

3)Process Back Ground.

You can select as u wish.tick the Extended Log.

IF you want to see the Error Log---->Select the Job and press the Log u can view the Error occured.

These are the Function modules used for the Session Method.

BDC_OPEN_GROUP

BDC_INSERT

BDC_CLOSE_GROUP

Thanks & Regards,

Nelson