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: 

GOS - Attachment List

Former Member
0 Kudos
626

The standard GOS attachment list has 4 field ICON,Title,Creator Name, Created On.

I have to add 2 custom field on the attachment list and update the values of these field to Z table with the Object instance.

how can it be achieved?

Thanks

Thomas

3 REPLIES 3

nabheetscn
Active Contributor
0 Kudos
158

Check this link

[;

[http://www.erpgenie.com/sap-technical/abap/generic-object-services-gos-toolbar-add-new-option-in-the-toolbar-]

Nabheet

Edited by: nabheetmadan09 on Jan 10, 2012 9:12 PM

0 Kudos
158

I kept a custom Generic Object service "Attachment List Custom" but I want to add 2 custom field on the attachment list grid and save those values

0 Kudos
158

Okie got it..you can try two things

main class for gos is cl_gos_service

1 you have to check first which methods are called for display and based on it create implicit enhancement in methods to accomplish the same..

2. For that you will need to make a custom class inherted from cl_gos_service and redefine the display..Try something like done in below link

[http://help-abap.zevolving.com/2008/11/generic-object-services-gos-toolbar-part-2-handle-added-service-in-the-toolbar/]

Nabheet