cancel
Showing results for 
Search instead for 
Did you mean: 

BBP_DRIVER_DETERMINE

Former Member
0 Kudos

Hi,

I have inspect a BADI named BBP_DRIVER_DETERMINE.

For which purposes could I use this BADI. And I would be appreciated if you

could give a very small code example to illustrate it better.

method IF_EX_BBP_DRIVER_DETERMINE~DETERMINE_DRIVER.

endmethod.

Regards

Ilhan

Accepted Solutions (1)

Accepted Solutions (1)

former_member206968
Active Contributor
0 Kudos

Hi,

This badi is used to switch to a custom FM while calling to backend system instead of standard SAP FM. All driver function modules are used for calling Bapi's in backend. If you implement this badi you can change the Bapi to which you want to call. You can get more information on this Badi from the documentation in SPRO under business add ins. Also check the following thread.

Regards,

Sanjeev

Former Member
0 Kudos

can you pls tell me finally which connection is there existing between FM BBP_DRIVER_DETERMINE.

and the table -> BBP_FUNCTION_MAP

bye

Ilhan

Former Member
0 Kudos

Well, for that you can refer the function META_BAPI_DISPATCH. After determining the driver, the system will call this BADI if you require a different one.

Regards

Kathirvel

Answers (0)