‎2007 Jun 26 11:50 AM
Hi all,
In Modification browser what exactly 'Without Modification Assistant' and 'With Modification Assistant'
I just want to know the modifications to SAP standard software.
In 'Without Modification Assistant' I can see the the zprograms and indexes we created on SAP standard tables
can you please explain me the following options in se95
-
With Modification Assistant
Without Modification Assistant
Business Add-Ins (Definition)
Translations
appends
other objects
‎2007 Jun 26 11:55 AM
Hi,
Modification Assistant helps to identify all the changes made under a particular development request.
It is used as documentation purpose as well as helps while upgrade.
Without Modification Assistant, SAP does not keep track of changes and you'll have to identify changes by comparing 2 different versions
http://help.sap.com/saphelp_nw2004s/helpdata/en/60/d6ba5aceda11d1953a0000e82de14a/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/b8/3cf839fd35384de10000000a11402f/content.htm
Business Add-in Definition
Name of the definition of a business add-in (BADI). Business add-ins are SAP's new enhancement concept. There are two different views:
In the definition, you create an enhancement that is called from the application code
In the implementation, you save the code for the functions for the enhancement
You create business add-in definitions using transaction SE18. They contain the business add-in interface. In the application code the instance variable is typed according to this interface. You can create several implementations for each add-in definition.
There are two main types of BADI definitions:
Multiple use - that is, there can be several active implementations
Filter-dependent - that is, you apply a filter value to each method called (for example, a country). A different (active) implementation is then called for each value. Possible filter values are characterized by the filter type.
For More Info,
http://help.sap.com/saphelp_nw04/helpdata/en/83/7a18f2de6e11d195460000e82de14a/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/fe/4b284837bf11d5b3bf0050dae02d7c/frameset.htm
Regards,
Padmam.