Application Development 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: 

how to change standard reports look

naimkhans_babi
Active Participant
0 Kudos

Hi.....

I am asked to modify standard transaction MB5B reports look...i know, i am supposed to use user exits for that...but don't know how i change standard program.... please help in this task any suggestion. articles or, code will be great help of mine...

thanking you,,,

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Either u can change/add the functionality through UserExits/BADIs

or using the accesskeys u can modify it.

Thanks

Eswar

4 REPLIES 4

Former Member
0 Kudos

Either u can change/add the functionality through UserExits/BADIs

or using the accesskeys u can modify it.

Thanks

Eswar

Former Member
0 Kudos

Hi,

Copy standard program to Z and make your

modification. Assign Tcode to this Z program.

Regards

amole

Former Member
0 Kudos

Hi Naim,

1. I know, i am supposed to use user exits

Since this is a simple se38 program

with a selection-screen

and some data / list output,

User-EXIT funda is not applicable here .

2. So,

Copy this program into Z program

(from se38)

and modify/enhance the code

in this Z Program

(NEVER Touch/change the original program)

regards,

amit m.

former_member188685
Active Contributor
0 Kudos

Hi,

i don't think there is an exit for this.

so better copy it and change it accordingly..

regards

vijay