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

SAP Version

Former Member
0 Likes
527

Hello Experts,

i want to find the current SAP Version runtime.

menas

if sap_version = 46B

do this.....

elseif sap_version = 4.7

do this..

so in which table the sap version stored???

is there any system field??

4 REPLIES 4
Read only

GauthamV
Active Contributor
0 Likes
506

hi,

check these tables CVERS and CVERS_TXT.

Read only

JozsefSzikszai
Active Contributor
0 Likes
506

hi,

pls. check if system variable sy-saprl fulfils your requirement.

hope this helps

ec

Read only

peter_ruiz2
Active Contributor
0 Likes
506

hi,

use sy-saprl.

regards,

Peter

Read only

Former Member
0 Likes
506

Hi,

The table is CVERS and field name RELEASE.

Best regards,

Brijesh