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 get data of SAP ABAP Support Package column?

vahagn1
Participant
0 Kudos
1,033

Hello,

I need help to get a table name where I can find support Package version text like SAPK-75****. Does anybody know about it?

thank you

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
946

Look at tables such as

  • PRDVERS Information About Installed Product Versions
  • CVERS Release Status of Software Components in System
  • PAT03 Patch Directory
5 REPLIES 5

jasmin_gruschke
Product and Topic Expert
Product and Topic Expert
0 Kudos
946

Hi Vahagn,

have a look for table CVERS.

Best,
Jasmin

vahagn1
Participant
0 Kudos
946

hello,

I saw the CVERS, but there is a text like in image below,

I am unsure how to construct a text such as SAPK-70001INSAPBASIS properly. Can you provide guidance on the correct way to do so?

raymond_giuseppi
Active Contributor
947

Look at tables such as

  • PRDVERS Information About Installed Product Versions
  • CVERS Release Status of Software Components in System
  • PAT03 Patch Directory

946

Small typo, raymond.giuseppi missing a "C" in CVERS 😉

0 Kudos
946

Corrected, thx jasmin.gruschke