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

Retrieve ABAP Dumps Information programmatically

Former Member
0 Likes
1,446

Is there any way to get inforamtion about ABAP Dumps programmatically througth RFC's

I am intrested in getting a full picture of my enviroment througth remote rfc calls.

please advice

Assaf

1 ACCEPTED SOLUTION
Read only

former_member181966
Active Contributor
0 Likes
1,192

Try

<b>FM /SDF/EWA_GET_ABAP_DUMPS</b>

Hope this’ll give you idea!!

<b>Pl... award the points.</b>

Good luck

Thanks

Saquib Khan

"Some are wise and some are otherwise"

5 REPLIES 5
Read only

former_member181966
Active Contributor
0 Likes
1,193

Try

<b>FM /SDF/EWA_GET_ABAP_DUMPS</b>

Hope this’ll give you idea!!

<b>Pl... award the points.</b>

Good luck

Thanks

Saquib Khan

"Some are wise and some are otherwise"

Read only

0 Likes
1,192

10x fro the help

But I still have a problem

This FM is applicable only in my ides installation

but when I look it up in the non ides I can't find it

Do you have any recommendation?

10x

Assaf

Read only

0 Likes
1,192

Refer the function modules:

SOCS_GET_ABAP_DUMPS

SALO_SHOW_SNAPDUMP_DETAILS

RS_ST22_GET_DUMPS

Regards,

ravi

Read only

0 Likes
1,192

Thank you for the replay, but

Unfortunately SOCS_GET_ABAP_DUMPS and RS_ST22_GET_DUMPS are not supported remotly (see attributes processing type)

SALO_SHOW_SNAPDUMP_DETAILS is a remote base function it doesn't seems to give any relevant information to trace dumps in the system

10x

Assaf

Read only

ulrich_anhalt
Explorer
0 Likes
1,192

Hello Assaf,

if you don't have a solution to your problem yet, you can

give fm /SDF/GET_DUMP_LOG a try.

best regards

ulli