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.....CALL TRANSACTION METHOD

Former Member
0 Likes
964

HI EXPERTS

I WANT TO SCHEDULE JOB IN SM36

FOR CALL TRANSACTION METHOD OR

ANY OTHER WAY TO DO THAT

Don't use Caps in your subject and Question

Edited by: Vijay Babu Dudla on Dec 16, 2008 3:22 AM

11 REPLIES 11
Read only

Former Member
0 Likes
936

I hope just before your other post was deleted becaue of ALL capitals in subject and question.

Do you have any problem with your keyboard or not ready to comply with the rules?

Read the [Rule of Engagement|https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement] before posting more.

Regards

Karthik D

Read only

0 Likes
936

HI expert sorry for mistake

iam new to this pls get back to my quetion

Read only

0 Likes
936

go to transaction SM36 and create a batch job for your program.Beforehand try to create the variant for your program if your program has any selection screen.

Read only

Former Member
0 Likes
936

no, you can run SM36 and SM37 tcodes///

Read only

Former Member
0 Likes
936

hi srinu,

you can use JOB_OPEN and JOB_CLOSE function modules to create job sheduling.

one more thing are going thru Call Transaction method, i hope for job sheduling you can use session method it will be better than call transaction.

Read only

Former Member
0 Likes
936

Hi,

If you are new to job scheduling then go SM36 and select "Job wizard" which will help you to schedule stepwise.

Read only

Former Member
0 Likes
936

You can use standard program RSBDCSUB to schedule in background .

Read only

Former Member
0 Likes
936

Goto u2013 SM36 (Here you can create Job)

Click on Step and enter Program name and Varient.

Save the job.

Goto u2013 SM37 (Shedule Job).

Select Job u2013 Click on release u2013 Click on Check u2013 Select Immdiate

Other way to do you can use FM JOB_OPEN and JOB_CLOSE.

Thanks & Regards

Md.MahaboobKhan

Read only

Former Member
0 Likes
936

Hi,

Create a variant for your program if your program has any selection screen. For job scheduling you can use session method. For that go to SM36 or SM37 transactions create a batch job for your program. then give the job name and run the job.

It will be better than call transaction method.

Regards,

Jyothi CH.

Read only

Former Member
0 Likes
936

Hi,

u can schedule the jOB call transaction through SM36,

and in another way use FM JOB_OPEN,JOB_SUBMIT,JOB_CLOSE.

Regards,

Madhu

Read only

Former Member
0 Likes
936

Hi Srinu,

u can do it in two ways......

1- tcode is SM36.

The steps are as given below.

1. Give a job name

2. Click on 'Step'. select the desired radio button. like 'ABAP Program'. Give the name of the ABAP program and the variant.

Click on 'Save'.

3. Now click on the 'Start Condition' and select the start time. like 'Immediate'. now 'Save'.

4. Now you will get the first screen. Press 'Save' again.

Now the job is scheduled.

2- tcode SE38

go to SE38 -> give program name -> excute ->give input values -> goto PROGRAM---> EXECUTE IN BACK GROUND.... give output device -> press continue -> press immediate and SAVE.

tell me if any issues.....