cancel
Showing results for 
Search instead for 
Did you mean: 

BADI for Reservation Creation in Extended Classic

Former Member
0 Kudos

Dear SRM Gurus,

System: SRM Server 5.5

Technical Scenario: Extended Classic.

We have requirement to create RESERVATION if stock exist for that particular item, and not based on product category , in R/3.

I need help as to which BADI is to be used ?

What should be the logic ?

Thanking you in advance,

Best Regards,

Anil Rajpal.

Accepted Solutions (0)

Answers (1)

Answers (1)

yann_bouillut
Active Contributor
0 Kudos

Hi Anil,

I you want to create reservation, you have first to switch from ECS to classic scenario through BBP_EXTLOCALPO_BADI then you have to implement BBP_TARGET_OBJTYPE badi to determine the criteria to create a reservation in your backend.

Kind regards,

Yann

Former Member
0 Kudos

Hello Anil,

You can use BBP_CREATE_RES_BACK Badi too.

This BADI You can find in SPRO -> Supplier Rel. Mngmt. -> SRM Server -> Business Add-Ins -> Follow-on document generation -> Reservation in Backend System

Regards,

Marcin Gajewski

Former Member
0 Kudos

Dear Yann / Marcin,

Many thanks for your help.

Thanks and Best Regards,

Anil Rajpal.

Former Member
0 Kudos

Hi Anil,

Could you share the code you used for both BADIs (BBP_EXTLOCALPO_BADI and BBP_TARGET_OBJTYPE)?

Would appreciate it very much.