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: 

Getting ABAP's version no. programatically

Former Member
0 Kudos
188

Hello,

I received the new version of <b>ABAP Objects</b> today. I'm a complete rookie when it comes to SAP, and I'm trying to get on my feet because I just started a new job.

Long story made short: I see some differences between the screenshots in the book and the SAP environment we have at work. For example: The ABAP editor shown in the book has [+] and [-], for collapsing/expanding methods, which my editor doesn't show.

How can I find out ABAP's version number from code? Or maybe even the SAP GUI?

Has ABAP changed a lot in the last couple of years?

I hope I don't have to go and buy the old version because of incompatibility issues.

Best regards,

Robert

1 ACCEPTED SOLUTION

0 Kudos
79

Hi,

You can get version info from the menu option System->Status on any SAP screen.

Click on the Detail(Lense) icon there to know more about the installed components.

The sytem variable SY-SAPRL gives you the Release status of the SAP System, for example 30D, 46A.

Regards,

Sesh

2 REPLIES 2

0 Kudos
80

Hi,

You can get version info from the menu option System->Status on any SAP screen.

Click on the Detail(Lense) icon there to know more about the installed components.

The sytem variable SY-SAPRL gives you the Release status of the SAP System, for example 30D, 46A.

Regards,

Sesh

0 Kudos
79

Hi

You can get version information

on the tool bar

System->Status on any SAP screen

Reward all helpfull answers

Regards

Pavan