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: 

Job Scheduling for standard transactions

Former Member
0 Kudos

Hi all,

I need to schedule an automatic daily job for the following scenario. Let me know if anybody could help.

1. Go to Transaction LP21 (Replenishment of fixed Bins in WM)and run a varient.

2. On the same selection screen i get a warning message "Replenishment method 1 set in storage type." Then press "Enter" to acknowledge. Which takes you to the output screen which displays a list "Overview Fixed bins" out of which the red colored ones are to be replenished (they are automatically selected).

3. On that screen hit the button "Material Staging". This gives a message "Staging of materials processed with out errors."

4. Then save on the same screen.

5. After saving sucessfully go to transaction LB10.(Display Transfer requirement:List for storage type).Enter the warehouse number and Hit enter.

6. It gives a list output. Do a select all and click on "TO in background" to create Transfer orders for the selection.

What is the best way of automating this procedure. I have to set a job which should run daily for the above described process.

Thanks,

Giri.

2 REPLIES 2

messier31
Active Contributor
0 Kudos

Hi Giridhar,

Following is one option..

1. Create recording for transaction LP21 in transaction SHDB.

2. Create recording for transaction LB10 in transaction SHDB.

3. Write a report which uses code generating in above recording ..

In report after executing first transaction LP21 check if execution was successful by collecting message in call transaction

If it was ok ..then you can call transaction for LB10..

Once the report is ready. schedule the report in backgrond as per ur req.

This will enough to automate ur process..

Do let me if you need more inputs on this..

Enjoy SAP.

Pankaj Singh

Former Member
0 Kudos

Pankaj,

Thanks for your reply. I was planning to do the same. I'll let you know if I need any more inputs on this.

Thanks,

Giri.