2012 Jan 16 1:36 PM
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
2012 Jan 16 1:46 PM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |