2007 Nov 14 11:20 PM
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 , ?
2007 Nov 14 11:22 PM
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 , ?
2007 Nov 14 11:22 PM
Hi,
If you can let us know the exit name we may be able to help you.
Regards,
Atish
2007 Nov 14 11:22 PM
Can you please let us know, which USER Exit you are talking about?
Regards,
Naimesh Patel
2007 Nov 14 11:24 PM
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
2007 Nov 14 11:28 PM
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
2007 Nov 14 11:35 PM
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 .