‎2011 Apr 25 3:15 PM
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
‎2011 May 04 10:58 AM
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