2006 Dec 20 6:06 AM
hi all,
can we call a report program from a user exit . if so please give me the user exit and way to do.
with regards,
magesh.
2006 Dec 20 7:07 AM
http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
Note: Reward points if its helpful
hi all,
can we call a report program from a user exit . if so please give me the user exit and way to do.
with regards,
magesh.
2006 Dec 20 6:08 AM
user exits are used for enhancing the sap functioanlity..so suppose for a particular SAP standard report u have a user exite named 'ABC' and u want to call a report 'z_abc' in tht.. then simply go to user exit function (in SE37) and there click on the Z include and write code -
submit z_abc.
but for tht u shud know the user exit name for the standard report u r using..
2006 Dec 20 6:37 AM
hi amit,
can u say me which user exit will trigger exactly when i call a report.
thanks for reply,
magesh
2006 Dec 20 6:17 AM
'submit ZABC'.
at z function module.
and dont forget to activate the exit in CMOD. Unless it won't trigger it.
Note: Reward points if its helpful.
2006 Dec 20 7:07 AM
http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
Note: Reward points if its helpful