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

Former Member
0 Likes
916

Hello,

In my application i´m using the GOS by starting the service "view attachment-list" directly (in a 4.6C System).

In this method goes only object(borident), how I can spend several Objecte at the same timebut i need to show multiple objects

i can´t find a method to do this!

Example

Object 10000001KNA1001

Attachment file name : abc.doc

Object 10000001KNA1002

Attachment file name : bcd.doc

Object 10000001KNA1003

Attachment file name : cde.doc

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
592

Does the class CL_GOS_ATTACHMENTS exist in 46c? If so, try using it.

Regards,

RIch Heilman

Hello,

In my application i´m using the GOS by starting the service "view attachment-list" directly (in a 4.6C System).

In this method goes only object(borident), how I can spend several Objecte at the same timebut i need to show multiple objects

i can´t find a method to do this!

Example

Object 10000001KNA1001

Attachment file name : abc.doc

Object 10000001KNA1002

Attachment file name : bcd.doc

Object 10000001KNA1003

Attachment file name : cde.doc

4 REPLIES 4
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
593

Does the class CL_GOS_ATTACHMENTS exist in 46c? If so, try using it.

Regards,

RIch Heilman

Read only

athavanraja
Active Contributor
0 Likes
592

you can also use FMs

BDS_GOS_CONNECTIONS_GET

or

BDS_ALL_CONNECTIONS_GET

to get the attachment list

Raja

Read only

0 Likes
592

Hi

Do you have a program example by using CL_GOS_ATTACHMENTS?

Thanks!

Ricardo

Read only

0 Likes
592

Hopt it can help you.