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

standard report

Former Member
0 Likes
948

i want some changes in standard report

i copied the code from standard report ,now is it possible to make changes in dat??

i want some changes in standard report

i copied the code from standard report ,now is it possible to make changes in dat??

7 REPLIES 7
Read only

Former Member
0 Likes
924

Hi

Yes what ever you want after copied to Z programe.

Regards

jana

Read only

0 Likes
924

n enhancement point.

Read only

0 Likes
924

No More enhancement points.

Read only

bpawanchand
Active Contributor
0 Likes
924

HI

i copied the code from standard report ,now is it possible to make changes in dat??

When you have copied the code and made a new report then it is no more Standard report you can make changes to the Z report but not the STANDAD report.

Regards

Pavan

Read only

Former Member
0 Likes
924

Hi,

Copying a standard report to a Z-report (customer report) is not a recommendable solution. Of course, you can chang the copied Z-report like you want it should look like, but you have to keep in mind at every package upgrade your modified Z-report has to be adjusted.

A better solution would be, searching for an User Exit (i.e. CALL CUSTOMER-FUNCTION) and implementing your needed modifications there.

Heinz

Read only

0 Likes
924

how to go about using user exit...

Read only

0 Likes
924

Hi,

User Exits can be found by searching, as I mentioned before, "CALL CUSTOMER-FUNCTION <xxx>", where <xxx> is a 3-digit number. This number is linked to a function module EXIT_<Modulepool>_<xxx>. This function contains an INCLUDE ZX<name>. This INCLUDE has to be modified to your needs.

When the standard report is linked to SD, you can also try to find a PERFORM statement with PERFORM USEREXIT_<something>.

Another way for modifying a standard reports: Does your standard report use SmartForms? When yes, you can design your own Smartform ZSMARTY and link it by IMG.

Hope this helps,

Heinz