cancel
Showing results for 
Search instead for 
Did you mean: 

Background MRP without MDBT

Former Member
0 Kudos

Hi all

Is it possible to create a background job for MRP run without using MDBT?

Accepted Solutions (1)

Accepted Solutions (1)

former_member184655
Active Contributor
0 Kudos

Dear Obie,

As suggested by our forum members,the other way of scheduling MRP job can be done through

T.Code SM36,by defining the step--->ABAP program name --->RMMRP000,but however the system

expects for a variant before scheduling the job,which is generally created through T.code MDBT.

In my understanding the variant can be created through MDBT and the scheduling can be done

through MDBT or else through SM36.

Regards

Mangalraj.S

Answers (4)

Answers (4)

sjeevan
Active Contributor
0 Kudos

Is that an interview question?

Why do you want create an MRP job without MDBT? SAP created this transaction to make it easy to create and track the background running MRP jobs.

former_member184655
Active Contributor
0 Kudos

Dear Obie,

As suggested by our forum members,the other way of scheduling MRP job can be done through

T.Code SM36,by defining the step--->ABAP program name --->RMMRP000,but however the system

expects for a variant before scheduling the job,which is generally created through T.code MDBT.

In my understanding the variant can be created through MDBT and the scheduling can be done

through MDBT or else through SM36.

Regards

Mangalraj.S

sundaresan_velayudam
Active Contributor
0 Kudos

Yes Possible.

Using SM36 you can create a new batch job by using program RMMRP000

if the background job is already is running

then check in Sm37 by giving program name RMMRP000

you can find out the timing andf job created by

Former Member
0 Kudos

Hi Obie,

In SM37, you can create background job for MRP, using the program RMMRP000 along with variant.

Reagrds,

V