Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAdI is internal SAP; implementation in customer namespace not allowed

ahmed_ayad18
Explorer
5,048

The BAdi (BADI_SD_TAB_CUST_I) to be implemented is declared as "SAP internal". No customer implementation may be created for this BAdI.

If you wish to create an SAP advance delivery of the BAdI implementation, create this in an enhancement object in the SAP namespace.

1 ACCEPTED SOLUTION
Read only

soumya_patnaik
Explorer
3,226

Hi Ayad,

Can you please explain me how to do it.

I have to implement BADI

MB_RESERVATION_SCR.

As it is for within SAP use I am not able to implement it.

But some places it has been implemented.

Can u please help me out

3 REPLIES 3
Read only

soumya_patnaik
Explorer
3,227

Hi Ayad,

Can you please explain me how to do it.

I have to implement BADI

MB_RESERVATION_SCR.

As it is for within SAP use I am not able to implement it.

But some places it has been implemented.

Can u please help me out

Read only

0 Kudos
3,226

Dear Soumya

according my information about this issue

you should know that there are types of badi one of them  is kernal used by sap to upgrade their system

you must determine the type of badi that with you

thanks for you

Read only

David_mT
Explorer
0 Kudos
1,621

 

  • You cannot implement BADI in Z: it is blocked by design.

  • Recommended solution: find a released BAdI for Batch Management via SE18.

  • If not available: use an enhancement point in the standard (with caution).