Application Development and Automation 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: 
Read only

GOS - Attachment List additional attributes.

Former Member
0 Likes
1,171

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

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

1 REPLY 1
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
659

Hi

For this you have to insert an entry whenever a new document is attached..check in debug which method is called in debug mode. After document has been attached you can attach your code to insert entries in custom Table

Nabheet