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

what is the diff between Conversion and Modification

Former Member
0 Likes
713

what is the diff between Conversion and Modification

2 REPLIES 2
Read only

varma_narayana
Active Contributor
0 Likes
621

Hi..

Conversion : Data migration from Legacy systems to SAP. i.e using BDC, BAPI etc.

Modification: Changes to Standard programs . requires Access Key.

<b>reward if Helpful.</b>

Read only

Former Member
0 Likes
621

Hi,

<b>Conversion</b> :

Migration of data from Legacy to SAP system using BAPI or BDC, similar to what is written in the above post.

<b>Modifications</b>:

These are changes to SAP Repository objects made at the customer site. If SAP delivers a changed version of the object, the customer's system must be adjusted to reflect these changes. It may be :

-> Non-registered Modification or

-> Assisted Modification.

User Exits may be used for this purpose.

Other similar but different terms are :

<b>Enhancements</b> :

This means creating Repository objects for individual customers that refer to objects that already exist in the SAP Repository.

Advantages : It is Compatible with future releases.

It Does not affect the sap code.

<b>Customer Developments</b>:

This means creating Repository objects unique to individual customers in a specific namespace reserved for new customer objects.