SAP R/3 форум ABAP консультантов
Russian ABAP Developer's Club

Home - FAQ - Search - Memberlist - Usergroups - Profile - Log in to check your private messages - Register - Log in - English
Blogs - Weblogs News

Business Add-In (BADI) Implementation



 
Post new topic   Reply to topic    Russian ABAP Developer's Club Forum Index -> Enhancement and Modification | Расширения и модификация
View previous topic :: View next topic  
Author Message
admin
Администратор
Администратор



Joined: 01 Sep 2007
Posts: 1639

PostPosted: Wed Dec 26, 2007 12:58 pm    Post subject: Business Add-In (BADI) Implementation Reply with quote

Activate BADI

Suppose you have to activate MB_DOCUMENT_BADI, here are the steps to be followed:

*Go to SE18
*Enter MB_DOCUMENT_BADI in definition and click display.
*Go to Interface tab and look at the Interface used. The methods
of the interface are given in the table there. Somewhere in MB
transactions, SAP is calling these methods.
*Now go to Menu Implementation and click Create.
*Give name to your implementation. In BADI, you can have any
number of implementations. But in function-exit, you can only
have one in-line code.
*Now go to tab Interface.You will see field called Name of
implementing class.Do not change the name. Implementation of
BADI means actually creating a class!.
*Save implementation.
*Double click on class field and you will go to SE24. See the
method parameters.
*Now what ever you write in method, will be executed by
SAP(provided you active the implementation). This is similar to
function-exit.

PDF BADI Tutorials
Business Add-In
Enhancing Standard Programs Quickly and Easily Via Business Add-In
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Russian ABAP Developer's Club Forum Index -> Enhancement and Modification | Расширения и модификация All times are GMT + 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG.
SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG.
Every effort is made to ensure content integrity. Use information on this site at your own risk.