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: 

call transaction

Former Member
0 Kudos

hi,

Can we make back ground shedule for call transaction, whether it possible or not,

If yes how it possible, plz send me the process.

sarath.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI Sarath

As you know, we use CALL TRANSACTION in a program. We can execute this program in background or schedule a job to execute in background as long as the MODE is set to "N".

Kind Regards

Eswar

8 REPLIES 8

Former Member
0 Kudos

in call transaction syntax change the mode to 'N' its a background process.

call transaction <tcode> using bdctable mode 'N' update 'S' messages into bdcmsgcoll.

Modes - A ,N

N - No display.

Former Member
0 Kudos

HI Sarath

As you know, we use CALL TRANSACTION in a program. We can execute this program in background or schedule a job to execute in background as long as the MODE is set to "N".

Kind Regards

Eswar

Former Member
0 Kudos

Hi,

Kindly close this duplicate thread.

Original thread with same query is ANSWERED.

A kind suggestion,

Close thread after properly answered and also avoid creating duplicate threads.

Former Member
0 Kudos

HI

good

Use

You can define and schedule background jobs in two ways from the Job Overview:

· Directly from Transaction SM36. This is best for users already familiar with background job scheduling.

· The Job Scheduling Wizard. This is best for users unfamiliar with SAP background job scheduling. To use the Job Wizard, start from Transaction SM36, and either select Goto ® Wizard version or simply use the Job Wizard button.

Procedure

...

1. Call Transaction SM36 or choose CCMS->Jobs->Definition.

2. Assign a job name. Decide on a name for the job you are defining and enter it in the Job Name field.

3. Set the job’s priority, or “Job Class”:

· High priority: Class A

· Medium priority: Class B

· Low priority: Class C

4. In the Target server field, indicate whether to use system load balancing.

· For the system to use system load balancing to automatically select the most efficient application server to use at the moment, leave this field empty.

· To use a particular application server to run the job, enter a specific target server.

5. If spool requests generated by this job are to be sent to someone as email, specify the email address. Choose the Spool list recipient button.

6. Define when the job is to start by choosing Start Condition and completing the appropriate selections. If the job is to repeat, or be periodic, check the box at the bottom of this screen.

7. Define the job’s steps by choosing Step, then specify the ABAP program, external command, or external program to be used for each step.

8. Save the fully defined job to submit it to the background processing system.

9. When you need to modify, reschedule, or otherwise manipulate a job after you've scheduled it the first time, you'll manage jobs from the Job Overview.

Note: Release the job so that it can run. No job, even those scheduled for immediate processing, can run without first being released.

0 Kudos

hi thanx for u r reply,

but,other people are sayaing its not possible to back ground job shedule.

they told me it possible only with mode 'N'.

plz help regarding this. I am in confusion with this,

thaks in advance

sarath

0 Kudos

hi raja reddy,

yes raja reddy it is possible .in call transaction it is possible. dont get confuse man we can run the job in back ground using display mode 'N'.

plz review the points if it is usefull.......

0 Kudos

so, its possible to made call transaction using back ground job sheduling using, sm36.

Former Member
0 Kudos

thanks 4 u rhelp