cancel
Showing results for 
Search instead for 
Did you mean: 

Modification of a project

Former Member
0 Kudos

I am releasing a project from cj20n that creates a purchase requisition, and i nedd an user exit or badi fro this process, i have probed some users and badis, but it doesn´t stops, does anybody use an enhancement for doing some special process on it?,

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You have to use a workflow for this. We are creating Inquiry when we release the project.

Use object BUS2054 or BUS2001 based on how you want to create pruchase req. If you want to create Pur. Req. at project level user BUS2001 and if WBS level user BUS2054. Infact, you have to copy object BUS2001/BUS2054 to ZBUS2001/ZBUS2055 and add one more method to it for creating the purchase requisition. Let's say <b>WBSExtn.ZCreatePurReq.</b>. In this method you can call your custom fuction module to create Pruchase reruisition.

In your custom function module use <b>BAPI_REQUISITION_CREATE</b> to create purchase requisition.

I hope this will help you to start yout work. Let me know if you have further question.

Thanks,

Pratik