;-Begin-----------------------------------------------------------------
;Activation of the Eclipse window
If WinActivate("<ABAP>") Then
;Waits until the Eclipse window is active
WinWaitActive("<ABAP>")
;Closes all editors
Send("{CTRLDOWN}{SHIFTDOWN}w{SHIFTUP}{CTRLUP}")
WinWaitActive("<ABAP>")
;Opens dialog to open an ABAP development object
Send("{CTRLDOWN}{SHIFTDOWN}a{SHIFTUP}{CTRLUP}")
;Waits until the dialog is active
WinWaitActive("Open ABAP Development Object")
;Fills the search string field and fire
Send("nsp_cl_bs_xl_4ui_dpc_ext{ENTER}")
;Waits until the Eclipse window is active
WinWaitActive("<ABAP>")
;Opens dialog to open an ABAP development object
Send("{CTRLDOWN}{SHIFTDOWN}a{SHIFTUP}{CTRLUP}")
;Waits until the dialog is active
WinWaitActive("Open ABAP Development Object")
;Fills the search string field and fire
Send("nsp_cl_gw_data_4ui{ENTER}")
EndIf
;-End-------------------------------------------------------------------
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
7 | |
6 | |
4 | |
3 | |
3 | |
2 | |
2 | |
2 | |
2 |