cancel
Showing results for 
Search instead for 
Did you mean: 

material request, material issue , tracking through sap

Former Member
0 Kudos

Dear Gurus,

The problem is:

user dept , design(say), requests material to stores through some slips containing inf, regarding, qty, date, requested by expecting returnable date if it is returnable, store will issue material based on their req slip, This scenarios to be captured in sap just like purchase requisition, how to do it in sap?, if dev is required plz guide me to how to develop

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Does your client required a paper less office? What is the use of it when you can go through Reservation. User department will come to stores with the Reservation number and with reference to it, Stores will issue the material.

However, if you want you can still take a print out of the Reservation (You can design your own here)

Further, still if you want to generate a request, you can go ahead where in you can call the movement type for reservation.

Regards,

Former Member
0 Kudos

Why do you not ask the user department to create a Reservation in SAP using MB21? For more info on the reservation functionality, go through the below help.sap link:

Reservation - Inventory Management and Physical Inventory (MM-IM) - SAP Library

BijayKumarBarik
Active Contributor
0 Kudos

Hi,

Refer all your material movements in t.code: S_P00_07000139

OR

Go for material request to consumption tracking in Solution Manager

Regards,

Biju K

Prasoon
Active Contributor
0 Kudos

Hi,

   You may go for development to create program with own screens to create the material request and store the material request number along with other details in ztable. Create custom program to refer this material request and issue the material against it with corresponding movement type. You may use the BAPI: BAPI_GOODSMVT_CREATE in background. Refer the wiki doc: How To Goods Movements with BAPI - ERP SCM - SCN Wiki

   Also refer the doc:

Regards,

AKPT