cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Direct Procurement in Classic Scenario with reservation

Former Member
0 Likes
205

Hi Friends

We are using SRM7.01 with Classic Scenario's. We utilize the functionalities of Classic Scenario with SAP SRM 7.01 and ECC6 Materials Management Module. In that we are implementing the Direct procurement and also based upon the stock availability, ECC system will creates either reservation or PR and Purchase order

The above scenario is working fine by doing the following scenario's: (SPRO) -> SRM ->Cross-Application Basic Settings->Define Objects in Backend System (Purch. Reqs, Reservations, Purch. Orders); Added the attributes: ECDP.

But while raising the Shopping Cart, Total unrestricted stock, total reservation stock, total number opened purchase requisition and Purchase order must shown under availability tab in SRM.

Please note: Presently Total unrestricted stock and total reservation stock quantity is appearing under availability tab but NOT opened PR & PO (Not set for closed GR)

Could you please tell me any BADI or Functional module to get this requirement.

Thanks You! Shrini

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

I wants to add some comments:

Scenario1: Splitting of SC > Reservation and Purchase requisition / Purchase Order.

Let us say we have order shopping cart with line item of 100 EA. Suppose we have stock exist in the backend system for 80 EA. In this case one reservation for 80EA & another Purchase requisition / Purchase Order for 20 EA.

Can we use this:

BBP_TARGET_OBJTYPE (old BBP_TARGET_OBJECTS).

Write code in this BADI to find the stock , compare with SC qty and then create 2 documents. One as reservation and another as Purchase Requisition/Purchase Order.

Can we use B40B_MATERIAL_AVAILABILITY or RFC FM BAPI_MATERIAL_AVAILABILITY to get availability details

Could you please tell me any other way to archive this requirement. Any other BADI’s or Functional module to get this requirement

Thanks

Shrini

Answers (0)