cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_REQUISITION_CREATE in SRM4.0

Former Member
0 Kudos

Hi,

A trivial question for all you SRM gurus...

We are on SRM 4.0 SP level 4. It's in classic scenario.

We have the BADI BBP_CREATE_REQ_BACK active in the system. As per my understanding the BAPI_REQUISITION_CREATE should be used to transfer the SC to backend R/3.

But I am not sure where can i find the above BAPI in the system as it doesnt show up in tcode BAPI or se37. If it's not active in the system then how the SC is converted to PR ? Please reply back.

Best regards,

Sambit

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Sambit,

Actually, in SRM4.0, the BAPI name is "B470_REQUISITION_CREATE"

This is available in SRM and can be seen using se37 tcode.

This FM calls the BADI "BBP_CREATE_REQ_BACK".

On the R/3 side, you have "BAPI_REQUISITION_CREATE"....This is available in R/3 and can be seen using se37tcode.

So, the call goes like this...

When you click order, the control comes to SRM FM "B470_REQUISITION_CREATE"......Inside that FM, a call to BADI BBP_CREATE_REQ_BACK is made....And that is followed by a RFC call to R/3 FM BAPI_REQUISITION_CREATE.

Hope this helps.

You can award points if you find the answer helpful.

-Seyed

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

In which system are you searching the BAPI for? I hope its R3.You will not find it in SRM.

Regards

Raghu