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: 

How to read archieved attachments

Former Member
0 Kudos

Hi All,

I am trying to read archived attachments.but unable to read the attachment.can any one know is there any function module or any other process to achieve it.

Please share your info.

4 REPLIES 4

former_member355261
Participant
0 Kudos

Hi,

Try using FM SO_ATTACHMENT_READ_API1.

Regards

DavidLY
Advisor
Advisor
0 Kudos

Hello,

You can check t-code SARI.

Regards,

David

thanga_prakash
Active Contributor
0 Kudos

Hello Sravanthi,

You can read them via function module "ARCHIVE_OPEN_FOR_READ".

Find all the relevant Archive function modules in the below link.

SAP Library

Regards,

TP

Former Member
0 Kudos

Hello ,

Try with open dataset , read dataset and close dataset.

It will work definitely.