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: 

Retrieve and display image file stored in Open Text from SAP screen

0 Kudos

Hi,

There is a requirement to enhance Meter Reading Results transaction (EL28/EL31) to display meter reading photographs stored in Open Text Server.

A unique URL link should be generated for each photograph stored in Open Text or could be a button in SAP Screen.

As per my knowledge, there is an Archive Link process which generates a unique Doc ID in Table TOA1/TOA2/TOA3 and that can be accessed in SAP ISU system to create a URL which will display the photograph stored in Open Text.

I found couple of FM but not sure which one to use or is it the best practice to adopt. Anyone can help/has experience?

Thanks.

DJ

2 REPLIES 2

matt
Active Contributor

Why not share what those FM you've found are?

0 Kudos

Hi Matthew,

I have found below FM's.

CALL FUNCTION 'ARCHIVELINK_URL_GENERATE'

CALL FUNCTION '/IXOS/DC46_V_URL_DISPLAY'

FM 'SCMS_DOC_INFO'

FM 'ARCHIVOBJECT_DISPLAY'

My requirement is simply to Fetch document stored in Open Text System and display when accessing from SAP.