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

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

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

Hi Vahagn,

have a look for table CVERS.

Best,
Jasmin

vahagn1
Participant
0 Kudos

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

Look at tables such as

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

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

0 Kudos

Corrected, thx jasmin.gruschke