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

transaction for user exit

Former Member
0 Likes
940

hi

i have a function module exit , for finding the trasaction code which triggers this i did the following steps got the following results

1) i typed the exit in se37 , used the where used list , - it shows me a include program where it is used. for this include when i used where used list , it gave me a name of a program.

but its not a program , turns out it is a function group.

2) i also tried by finding the package name by transaction smod. but when i use the package name to find the transaction name , it says no objects correspond to this criteria.

so how do i find the transaction for this user exit , or how and when this user exit is triggered , ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
896

Hi,

If you can let us know the exit name we may be able to help you.

Regards,

Atish

hi

i have a function module exit , for finding the trasaction code which triggers this i did the following steps got the following results

1) i typed the exit in se37 , used the where used list , - it shows me a include program where it is used. for this include when i used where used list , it gave me a name of a program.

but its not a program , turns out it is a function group.

2) i also tried by finding the package name by transaction smod. but when i use the package name to find the transaction name , it says no objects correspond to this criteria.

so how do i find the transaction for this user exit , or how and when this user exit is triggered , ?

5 REPLIES 5
Read only

Former Member
0 Likes
897

Hi,

If you can let us know the exit name we may be able to help you.

Regards,

Atish

Read only

naimesh_patel
Active Contributor
0 Likes
896

Can you please let us know, which USER Exit you are talking about?

Regards,

Naimesh Patel

Read only

0 Likes
896

hi guys thanks for the reply. the user exit is on the scm side.

the names are

1) exit_/sapapo/saplatpq_010

2) exit_/sapapo/saplatpq_012

Read only

0 Likes
896

I don't have SCM in my system...

Does the FM's description or FG's description help you?

Check also the FMs description which is calling this User exit FM...

Regards,

Naimesh Patel

Read only

0 Likes
896

i did go through the documentation , but does not really provide info about this.

let me try and put this question in the scm forum.

thanks for your replies .