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

How to code enhancement reports

Former Member
0 Likes
390

How to do enhancement in reports using user-exits can

anyone give an example for this

(code wrriten in user-exits)

Thanks in advance

ravi

2 REPLIES 2
Read only

Former Member
0 Likes
357

Hi,

In the include program of the corresponding user-exit you can have your own logic which could give you the desired result.

Lets say i always want the sold-to-party as '1000'. I can hard code the same in the corresponding user-exit.

xxxxx-kunnr = '1000'.

Hope this should help you, reward if so.

Regards

Read only

Former Member
0 Likes
357

hi

good

whenever you r doing a upgredation of a standard report or a custom report you have to do certain things,

1-Analyse properly what are the changes you r going to do in the report,

2-Check wheather there is any user-exits are there or not,

3-if user exits are there than you have to find out the point where you ll do the changes.

4- if they dont have any userexits than you have to debug it and find out the potint where you have to do the changes.

thanks

mrutyun