cancel
Showing results for 
Search instead for 
Did you mean: 

Material status blocks creation of reservation in SRM

Former Member
0 Kudos

Dear All,

We observe the following behavior in our SRM (5.0) System:

If we create a caddy for a product that has the Cross-Plant Material Status : 04 (Material master, view Basic Data 1) in the Backend-System, the reservation can not be created. There is a message indicating, that it is not possible to purchase the product.

If we create the reservation for the same product direct in the Backen-System, there is no problem.

This is OK, if we do external procurement, but internal procurement should not be blocked in SRM.

Do you know where we have to customize this message?

Thank you.

Best regards,

Thomas

Accepted Solutions (1)

Accepted Solutions (1)

former_member183819
Active Contributor
0 Kudos

Hi

01- blocked for procurement/wearhouse

02 -blocked for task list

03 -Obsoulte procurement

what is 04 ?

in compr01 what is the status of material if you make it 04 ?

is 04 standard?

muthu

Former Member
0 Kudos

Hi,

Sorry, I didn't see it. 04 is not standard.

The customizing for 04 is as follows:

Error message for:

- Purchasing ms

- BOM header msg.

- BOM item message

- Routing/master recipe mes

- Ind. reqmt msg.

- Forecasting messa

- MRP message

- LT planning messa

- POrder header msg

- PO/network item m

But this should not block reservations, isn't it?

Thanks,

Thomas

former_member183819
Active Contributor
0 Kudos

but all the way MATERIAL status upon COMMPR01 MATERIAL STATUS.

AS laurent siad how to debug.

becuase data are provided by SRM system to create a follow on docuement in ECC system.

see WAHT IS THE DIFFERENCE on basic data blocks and purchasing view blocks . this material status upon which purchasing view or basic material status. i keep posting you.

Muthu

Former Member
0 Kudos

Dear Muthu,

Thank you very much for your support.

Unfortunately I can^t find the data which are send to the ERP-System (i'am not an ABAP'er...). Do you know what is the name of the table/ structure send to the ERP System?

The articles master datas are not in SRM (COMMPR01) only in ERP.

Best regards,

Thomas

former_member183819
Active Contributor
0 Kudos

Hi Thomas

understood.

not possible to purchase the product --

is it having a purchasing view in ECC .

If you did not pull this materials in to SRM , how can you procure from SRM web portal.

first you need to select this material via internal goods and services in the srm web portal . then only you can order a material from SRM.

if you pulled a material from ECC to SRM and it must be in COMMPR01.

mUTHU

Former Member
0 Kudos

Hi muthu,

As we use catalogues to producre the products, they dont have to be in SRM master.

Normaly we are able to ordre the material, just in the case with material status 04 it does not working.

Yes, there is a view procurement.

Best regards,

Thomas

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi, Thomas

Set a breakpoint at FM:META_bapi_dispatch in SRM side, and check via debug, what data has been passed to backend

to create the reservation, (MB_CREATE_RESERVATION)

You could copy these data via debug and create a test data manually in backend for this FM, execute in SE37 directly, did you encounter the same error? If yes , just go ahead to analyze fom backend directly.

Note: 539978 is helpful to create test data for bapis easily, but it seems this this bapi didn't include in the note.

Best Regards

Lauren