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 modifications

Former Member
0 Likes
669

How we can modify the standard SAP CODE (Functionality)

By user exit we can add new functionality only but it will not modify the satndard functionality it just implements the new functionality along with standard functionality is it right ?

How we can modify the standard SAP CODE (Functionality)

By user exit we can add new functionality only but it will not modify the satndard functionality it just implements the new functionality along with standard functionality is it right ?

4 REPLIES 4
Read only

RaymondGiuseppi
Active Contributor
0 Likes
653

Look at this documentation : <a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCDWBCEX/BCDWBCEX.pdf">Changing the SAP Standard (BC)</a>

For information about the modification levels see:

Customizing [Page 9]

Personalization [Page 10]

Modifications [Page 14]

Business Add-Ins/Enhancements [Page 13]

Customer Development [Page 15]

Regards

Read only

Former Member
0 Likes
653

Hi,

you can use user exits or BADI's to make some changes in existing SAP Transactions.

Read only

paruchuri_nagesh
Active Contributor
0 Likes
653

hi

venu

modifying means changes made to sap standard code

let us take example of transaction code XK01 module pool program name is SAPMF02K copy this one into ur own zprogram and made changes according to ur requirements

but modifications doesnt support for future upgradation

reward for use ful points

regards

Nagesh.Paruchuri

Read only

Former Member
0 Likes
653

U can not change Code written by SAP.

U can correct bugs in SAP code by OSS notes by SAP

U can add extra functionality/change existing functionality by EXIT/BADI