‎2006 Aug 30 6:45 AM
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
‎2006 Aug 30 6:54 AM
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
‎2006 Aug 30 7:25 AM
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