Application Development 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: 

How to obtain kernel version from ABAP?

Former Member
0 Kudos

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

Former Member
0 Kudos

Well, I found out.

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

former_member184494
Active Contributor
0 Kudos

Tino,

You also get it through TCode SPAM.

Arun