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

How to obtain kernel version from ABAP?

Former Member
0 Likes
636

Dear all,

I would like to obtain the actual kernel version from within ABAP.

The question is, which table to look up, or which function/method to call.

Regards, Tino

Dear all,

I would like to obtain the actual kernel version from within ABAP.

The question is, which table to look up, or which function/method to call.

Regards, Tino

2 REPLIES 2
Read only

Former Member
0 Likes
547

Well, I found out.

The structure-element RFCSI-RFCKERNRL returned by RFC_SYSTEM_INFO does the job.

Read only

Former Member
0 Likes
547

Tino,

You also get it through TCode SPAM.

Arun