‎2008 Jun 11 6:58 AM
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
‎2008 Jun 11 7:05 AM
‎2008 Jun 11 7:05 AM
‎2008 Jun 11 7:18 AM
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...
‎2008 Jun 11 7:24 AM
Hi,
Please check this table
PAT03 ---> Patch Directory
Field Name
PATCH Support Package name
SHORT_TEXT Support Package description
PATCH_TYPE OCS Package TypeBest regards,
Brijesh
‎2008 Jun 11 7:30 AM
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.
‎2008 Jun 11 7:42 AM
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).
‎2008 Jun 11 7:45 AM
Hi venkat,
Please check Table
PAT03 ---> Patch Directory
PATCH_TYPE OCS Package TypeRegards,
Brijesh
‎2008 Jun 11 8:24 AM
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....
‎2008 Jun 11 8:27 AM
‎2008 Jun 11 7:07 AM
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.
‎2008 Jun 11 8:15 AM
thanks alot ...
i got all the fields thanks you very much
have a nice day