cancel
Showing results for 
Search instead for 
Did you mean: 

Material should be determined when then the stock is not available

Former Member
0 Kudos

Dear All,

One of our scenario is to do material determination. But the alternative material should be determined only when the actual material is not in stock.

Kindly suggest the solution.

Regards,

Mullairaja

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I don't think it is possible,you can check stock by mmbe before doing the material determination by vb11.

Former Member
0 Kudos

It is possible in Material determination.

But I am not sure about the technique.

Could anyone update the thread if you have idea on this.

Regards,

Mullairaja

Former Member
0 Kudos

Hi,

yes, you are right.. this is possible in material determination.

you need to have a batch job running.

you need to update the material determination table frequently (once in a day etc) through a batch job. And this updation should happen based on the stock (logic is required to build).

So while creating a sale order, you will have alternative material always with stock qty.

thanks

Former Member
0 Kudos

Any solution available without ABAPer help.

Regards,

Mullairaja

reazuddin_md
Active Contributor
0 Kudos

As rightly said by friend Anirudh V B,

its possible through Material Determination. But not possible without ABAP coding.

With the help of ABAP with min coding you can achieve this,

like,

let the ABAPer write coding to check the stock availability of the entered material before triggering "material determination" records.

To do this availability check , then can jsut use the existing Function modules : BAPI_MATERIAL_AVAILABILITY (OR) AVAILABILITY_CHECK. if the stock found zero / nil, let the "materail determination should trigger, else process as normal .

its already available, doenst need / take much time , but ABAP involvement is needed to fulfill your requirement.

Regards,

Reazuddin MD

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

please explain with example

so that answers will be better

balajia

Former Member
0 Kudos

Dear Balaji,

Question is about Material Determination.

Regards,

Mullairaja