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: 

New Icon is disabled in GOS_ATTACHMENT_LIST_POPUP after EHP7 Upgrade

nethra_mahadev
Explorer
0 Kudos

Hi Gurus,

We have a issue after EHP7 Upgrade , where we are not getting the NEW ICON enabled in GOS_ATTACHMENT_LIST_POPUP .

We found the program name as SAPMZINTERCO_WF.

In the Inter company work flow request creation (Tcode is ZZZM_INTCOWF )user is not able to attach file/document since this filed is not editable (grey out)

Please see below screen shots

2 REPLIES 2

PeterJonker
Active Contributor
0 Kudos

In table SGOSATTR you can find which class has been implemented for this custom code. You can also find here which ICON has been set for this GOS object.

In that class you have two imported methods: CHECK_STATUS and EXECUTE.

In Check_status you have the possibility to grey out the button under certain conditipns.

Check this method. You can place a breakpoint in there and then re call the transaction where you use the GOS objects.

It will stop in this method and then you can see if a condition is not fullfilled anymore or has changed after the upgrade

0 Kudos

Thanks Peter for the reply,

I have checked the corresponding entry in the table  abd also put up the breakpoint in CHECK_STATUS  method, Unfortunately the debugger point is not stopping at that point .

I found the class name as /IXOS/CL_GOS_SERVICE_DL .

It would be helpful if you let me know what would be reason that it is not pointing to the debugger point in CHECK_STATUS method .

Thanks in advance

Nethra