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 check SAP front end version/release version in ABAP.

Former Member
5,361

Hello people,

I just want to ask if there is a way in abap to check the SAP front end/final release version being used (i.e. 46D, 620) etc.

I know you can use the menu path Customizing Local Layout -> About to check the version but is there a way to find out coding in ABAP program?

Thanks and good day.

1 ACCEPTED SOLUTION
Read only

Former Member
1,510

Select from the table CVERS.

Field: RELEASE

Regards,

ravi

5 REPLIES 5
Read only

Former Member
1,511

Select from the table CVERS.

Field: RELEASE

Regards,

ravi

Read only

0 Likes
1,510

I was actually refering to the front end version, which can also be found on the header of the SAP logon pad.

Read only

Former Member
0 Likes
1,510

hi.

choose transaction USMM and then press F8.

Read only

Former Member
0 Likes
1,510

1.u can check tcode: usmm and f8/refer d tcode.

2.goto->system->status->in sap system data block for field Component version click mirror (component information)button and c some information.

Ramesh.

Read only

0 Likes
1,510

<b>1.u can check tcode: usmm and f8/refer d tcode.

2.goto->system->status->in sap system data block for field Component version click mirror (component information)button and c some information.</b>

Im sorry, "goto" would be the beginning of the menu path in tcode USMM? Is that correct. Thanks