Application Development and Automation 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: 
Read only

Close Document Viewer window through ABAP program

Former Member
0 Likes
768

Hi Experts,

I have requirement is

to close opened Document Viewer window (Txn : SDV) through ABAP report

.

If anybody worked on this please help me regarding this.

Thanks and Regards,

Shivanand Kalagii

1 REPLY 1
Read only

franois_henrotte
Active Contributor
0 Likes
427

easy one

call method CL_DV_SDV=>GET_SINGLETON in order to get the current instance of Document Viewer

then call method CLOSE_WINDOW of this instance