cancel
Showing results for 
Search instead for 
Did you mean: 

how to create Attachment folder in sap cloud application studio?

rabbani1234
Participant
0 Kudos

how to create Attachment folder in sap cloud application studio to Store Local image?

Accepted Solutions (1)

Accepted Solutions (1)

arunml
Advisor
Advisor
0 Kudos

Hi Rabbani,

Hope the below links will be helpful for you. Could you please check?

Read and Write ByDesign Attachments using Web Services

https://blogs.sap.com/2015/10/08/read-and-write-bydesign-attachments-using-web-services/

How do I print Attchment document via ABSL Code?

https://answers.sap.com/questions/62326/how-do-i-print-attchment-document-via-absl-code.html

Please mark this thread as answered, if it is helpful.

Best Regards,
Arun

Answers (3)

Answers (3)

rabbani1234
Participant
0 Kudos

Thank You Very much Arun Mavinahally Lakshmikantha and Will Godsall

and i want to store my local image in binary object May i know how to it...

rabbani1234
Participant
0 Kudos

Thank You Very much Arun Mavinahally Lakshmikantha and Will Godsall

and i want to store my local image in binary object May i know how to it...

Former Member
0 Kudos

Hi Rabbani,

Adding this in your BODL will add an attachment folder:

[DependentObject(AttachmentFolder)] node AttachmentFolder;

Thanks,

Will