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

StandardReports

Former Member
0 Likes
506

1.How to Modify the Standard Reports?Can u send me its urgent

4 REPLIES 4
Read only

anversha_s
Active Contributor
0 Likes
484

hi,

you cant directly modify.

you copy the code to an zprogram.

modfiy that pgm.

rgds

anver

if hlped mark points

Read only

shishupalreddy
Active Contributor
0 Likes
484

Hi ,

any SAP Standard program that may be a report or FM etc...cant be modified directly ..

To modify those either you musthave the accesskey or You need to copy the smae into Z/Y programs then we can do the required modifications.

regards,

Read only

Former Member
0 Likes
484

hi

good

follow the following process,

1-copy the starndard report to a zreport

2-look for any user exit for that particular program ,

if you got anyone than use it for the changes,if not try to debug it and find out the location where you have to do the changes,

3- change the program accordingly.

thanks

mrutyun^

Read only

0 Likes
484

Standard reports are not supposed to be modified. You can copy the program and create Z program to modify.

Also you have to look for the user exit if you want to add some functionality. SAP has provided some standard exits which we can modify to add our own functionality to them.

<b>To know more about User Exits, look at these good links-</b>

http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm

http://www.sapgenie.com/abap/code/abap26.htm

http://www.sap-img.com/abap/what-is-user-exits.htm

http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction

http://www.easymarketplace.de/userexit.php

http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm

http://www.sappoint.com/abap/userexit.pdfUser-Exit

Please note When upgrade, standard program may be replaced by new version, so it is not advisable to change the program by access key.

nowadays customization are more towards using BADI. You should also learn on using BADI in case user exit is not suitable to solve your client request.

regards

vivek

*reward points if this helps