Quantcast
Channel: SCN : Unanswered Discussions - SAP GUI
Viewing all articles
Browse latest Browse all 2552

I am not able to copy ALV grid data into xl .. below is the code.. what i am trying

$
0
0

if i use.. the below code.. data is coming out from sap.. but it is not pasting in the xl sheet.Please help me to clear this query. Thanks in advance...

 

If Not IsObject(Application1) Then

   Set SapGuiAuto = GetObject("SAPGUI")

   Set Application1 = SapGuiAuto.GetScriptingEngine

End If

If Not IsObject(Connection) Then

   Set Connection = Application1.Children(0)

End If

If Not IsObject(session) Then

   Set session = Connection.Children(0)

End If

If IsObject(WScript) Then

   WScript.ConnectObject session, "on"

   WScript.ConnectObject Application1, "on"

End If

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

session.findById("wnd[0]/tbar[0]/okcd").Text = "/ncor3"

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

session.findById("wnd[0]/usr/ctxtCAUFVD-AUFNR").Text = Sheets("Sheet1").Range("A2").Value

session.findById("wnd[0]/tbar[0]/btn[0]").press

session.findById("wnd[0]/mbar/menu[2]/menu[9]/menu[0]").Select

session.findById("wnd[0]/usr/cntlGRID1/shellcont/shell/shellcont[1]/shell").setCurrentCell -1, "ISTMENG_G"

session.findById("wnd[0]/usr/cntlGRID1/shellcont/shell/shellcont[1]/shell").selectColumn "HERKU"

session.findById("wnd[0]/usr/cntlGRID1/shellcont/shell/shellcont[1]/shell").selectColumn "HERKU_TEXT"

session.findById("wnd[0]/usr/cntlGRID1/shellcont/shell/shellcont[1]/shell").selectColumn "PLANMENG_G"

session.findById("wnd[0]/usr/cntlGRID1/shellcont/shell/shellcont[1]/shell").selectColumn "ISTMENG_G"

session.findById("wnd[0]/usr/cntlGRID1/shellcont/shell/shellcont[1]/shell").contextMenu

Dim skippe As String

skippe = session.findById("wnd[0]/usr/cntlGRID1/shellcont/shell/shellcont[1]/shell").selectContextMenuItemByPosition("0")

 

 

Sheets("Sheet1").Range("P2").Value = skippe

session.findById("wnd[0]/tbar[0]/okcd").Text = "/n"

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


Viewing all articles
Browse latest Browse all 2552

Trending Articles



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