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

FM tracing

Former Member
0 Likes
534

Hello everyone!

There is FM in ABAP that is called from java.

Is it possible to see this FM call trace? I have tried st11 but failed to get info about FM's importing/exporting param values.

Regards,

Kirill.

Hello everyone!

There is FM in ABAP that is called from java.

Is it possible to see this FM call trace? I have tried st11 but failed to get info about FM's importing/exporting param values.

Regards,

Kirill.

2 REPLIES 2
Read only

Former Member
0 Likes
491

Go to SE37

If you know the FM name give that and click display.

so you can see the import/export parameters.

If you do not know the FM name give

*java*

in Se37 and do F4.

It give a list of FM's which has Java word in it.

You might find the one you are looking. Select that and click display to check import.export parameters.

I hope it helps.

Thanks

Read only

0 Likes
491

Hello Alchemi

What I need is to see VALUES of import/export params of known FM that was launched somehow (in my case through jco).

I guess that ABAP-system saves FM tracing and there is a transaction to see it.

Kirill.