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: Attaching an application server file to a Service Notification

Former Member
0 Kudos

Hi All

Is it possible to attach a file from an application server to a Service Notification and if so how? I have searched the archives for this subject but have only found solutions for PC file attachments using generic object services. It appears that GOS only makes provision for PC file attachments.

Thanks

Allan

1 REPLY 1

Sandra_Rossi
Active Contributor
0 Kudos

As you have found a snippet to attach a PC file, now just look for a snippet to read a file from application server and put it in the initial snippet. Hint : use "READ DATASET" ABAP statement to read a file from application server.