Hi,
I have to add two custom additional attributes to the attachment list along with description,filename. Is it possible to save this additional field values in a Z Table along with the
OBJTP
OBJYR
OBJNO
ZField1
ZField2
I had copied CL_GOS_SRV_ATTACHMENT_LIST and CL_GOS_ATTACHMENTS to Z .
I am able to modifiy the ALV grid by adding 2 fields in the field_catalog in the method - MODIFY_BROWSER_SETTINGS of class CL_GOS_ATTACHMENTS
I have to save the addition field values to Z table and display it on the attachment list. Please le me know how can it be done.
Thanks