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: 

Opening two archive link documents for parallel viewing

thw
Explorer
0 Kudos
326

Hello experts, 👋🏼

Is there any way in ABAP to open two (pdf) archive link documents at the same time where the end user can have both documents for display and comparison. The best would be to have these two documents in one window.

n my experience the standard document viewer only opens one document.

Thanks

BR
Thomas

1 REPLY 1

Sandra_Rossi
Active Contributor
0 Kudos
280

Yes, you can have a splitter container with 1 container on the left and 1 on the right, each one displaying a PDF via CL_GUI_HTML_VIEWER and your HTML document should refer to MIME type application/pdf. Lots of examples in the Web and in demo programs.

Also lots of answers about reading archived documents.