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: 

In which Transaction Specification Report Information system Attachment is Stored?

Former Member
0 Kudos

Hi All,

In CG02 Transaction code we are Uploading some Attachments in Report Information System for each Specification.

where the attachment is getting stored.Is there any Transaction or table to store the Attachment.I need to display the attachment link in my custom Report.

Regards

Indira

5 REPLIES 5

Former Member
0 Kudos

Indira,

The attachments are stored in the folders within the SAP System on the hard disks. There is no table that stores the attachments. Transaction AL11 gives the details of the path where the uploaded files are stored. Secondly, it can be difficult to get the attachment link if this attachment is loaded manually.

If the attachment is loaded using the logical file path, then the same can be received from transaction FILE which gives the logical file path name and the file structure. This can help you in your custom report.

Regards,

Hardik Mehta

Former Member
0 Kudos

Hi,

     In SOOD table, check OBJDES = your file name which you have attached.

     Hope this might be helpful to you.

Cheers,

Dineshwar Singh Eswar.

0 Kudos

Hi,

I can see the file name in the Table SOOD but i could not link this with the Specification Number.

Is there any Function Module available to get the list of Attachments for a Specification?

Regards

Indira

0 Kudos

Hi,

     If you need to create a list then try this method  CL_BINARY_RELATION=>READ_LINKS_OF_BINRELS.

     This will give you the files that has been attached by you.

Cheers,

Dineshwar Singh Eswar.

0 Kudos

Hi

Thanks for your reply.

But my requirement is to find  what are the attachments for a particular Specification Number from Transaction CG02.Is there any Function Module or BAPI to find this.

Regards

Indira