Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3575

Re: Scripts to save a PDF copy of a doc from SAP screen to our desktop.

$
0
0

Hello.

Move this three code lines

 

session.findById("wnd[0]").maximize

session.findById("wnd[0]/tbar[0]/okcd").text = "/nvf03"

session.findById("wnd[0]").sendVKey 0

 

to this Position

 

....

    For i = 2 To xclapp.ActiveCell.SpecialCells(11).Row

        Transaction = xclsht.Cells(i, 1).Value

session.findById("wnd[0]").maximize

session.findById("wnd[0]/tbar[0]/okcd").text = "/nvf03"

session.findById("wnd[0]").sendVKey 0

session.findById("wnd[0]/usr/ctxtVBRK-VBELN").text = Transaction

....


Viewing all articles
Browse latest Browse all 3575

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>