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

t-code SPAM

Former Member
0 Likes
2,364

hi

i need to display some data residing in the t-code SPAM.

data is :

go to t-code SPAM.

there is a push button package level.

now once u click ther u get package status. i need to display in my report that data.

can u someone tel me how can i do this. i am not getting all the table names of these fields.

fields are Software Component,Component,Level,Support Package,Short Descr.,Support pack type.

if anyone knows please do share with me.

anykind of inputs are encouraged.

points wil be given.

its urgent

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
2,023

hi,

check table CVERS.

reward points if hlpful.

10 REPLIES 10
Read only

GauthamV
Active Contributor
0 Likes
2,024

hi,

check table CVERS.

reward points if hlpful.

Read only

Former Member
0 Likes
2,023

hi

thanks for the answer its very helpful. but again there are other 3 fields i.e. support package,support package type and short description of the component.

can u let me know if u hv any idea on this please...

Read only

Former Member
0 Likes
2,023

Hi,

Please check this table

PAT03 ---> Patch Directory

Field Name

PATCH	        Support Package name
SHORT_TEXT	Support Package description
PATCH_TYPE	OCS Package Type

Best regards,

Brijesh

Read only

Former Member
0 Likes
2,023

As I have told you, check the FM OCS_UI_DISPLAY_PATCH_LEVEL. Inside that FM

OCS_GET_INSTALLED_COMPS is called to get the values.

It has DESC_TEXT = DESCRIPTION .

Then call 'OCS_GET_COMPONENT_STATE' to get get the support package.

Put a break-point on OCS_UI_DISPLAY_PATCH_LEVEL, and check the code.

Reward if helpful.

Read only

Former Member
0 Likes
2,023

hi brijesh

i got all the fields execpt one i.e. support package type.

can u tell me in which table is this field available.

thanks in advance. patch_type isnt having all the types available(that i am seeing in the t-code spam).

Read only

Former Member
0 Likes
2,023

Hi venkat,

Please check Table

PAT03 ---> Patch Directory

PATCH_TYPE	OCS Package Type

Regards,

Brijesh

Read only

Former Member
0 Likes
2,023

Hi

i am still not getting the field support package type. can u let me know this field. pack_type is not that.

its urgent....

Read only

Former Member
0 Likes
2,023

Refer to my soulution..you will get everything

Read only

Former Member
0 Likes
2,023

Hi,

Use function module OCS_GET_INSTALLED_COMPS

to get which patchable components are installed.

You can check how this function is used inside OCS_UI_DISPLAY_PATCH_LEVEL.

Reward if helpful.

Read only

Former Member
0 Likes
2,023

thanks alot ...

i got all the fields thanks you very much

have a nice day