Quantcast
Viewing all articles
Browse latest Browse all 8501

Re: Sql query to see the SAP version and PL

Hi,

 

if the database have had any transactions, you can use this query:

 

SELECT distinct versionnum FROM ordr

 

you will get results as follows:

versionnum

8.82.076.12

8.82.075.11

 

 

12 and 11, is the patch level info.

 

you can also use :

 

select version from cinf

 

 

Rgds,

JM@SI


Viewing all articles
Browse latest Browse all 8501

Trending Articles