Hello Experts,
I am trying to open the PDF without the pop-up which asking to open or save the file.

What I have done:
call Screen 100.
MODULE status_0100 OUTPUT.
lo_html->load_data(
exporting
type = `application`
subtype = `pdf`
IMPORTING
assigned_url = lv_url
CHANGING
data_table = lt_data
EXCEPTIONS
dp_invalid_parameter = 1
dp_error_general = 2
cntl_error = 3
OTHERS = 4 ).
lo_html->show_url( url = lv_url in_place = 'X' ).ENDMODULE.
Is there any other way to achieve this ?
your help will be appreciated,
Request clarification before answering.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.