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

calling a report from user exit

Former Member
0 Likes
1,035

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.

1 ACCEPTED SOLUTION
Read only

SantoshKallem
Active Contributor
0 Likes
711

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.

4 REPLIES 4
Read only

Former Member
0 Likes
711

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..

Read only

0 Likes
711

hi amit,

can u say me which user exit will trigger exactly when i call a report.

thanks for reply,

magesh

Read only

SantoshKallem
Active Contributor
0 Likes
711

'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.

Read only

SantoshKallem
Active Contributor
0 Likes
712