Hi,
I have a requirement where I need to add a service item in GOS menu option.
When the user clicks on the service item I have written code to add an URL based on certain logic.
Everything is working fine.
Even after the URL is added 'Attachment List' item is still grayed out. GOS tool bar is not refreshing after the URL creation.
I need to come out and display the document to see 'Attchmnet List' item.
It is not working even after putting 'Commit Work'. I also debugged the standard URL CREATION code.
It works in the same way as my custom code but it refreshes the GOS tool bar after creation of URL.
Please help me to resolve this problem.
I am following the below standard methods to do this job.
1)Adding entry in table SGOSATTR
2)Create a class with CL_GOS_SERVICE as the super class and attch this to the entry added in SGOSATTR.
3) Redefine the method EXECUTE.
Regards
Madhu G S