![]() |
|
|||||||
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sap crm 2007 "skin name" | SAPMM | SAP CRM | 1 | 06-09-2011 11:40 PM |
| Crystal Reports 2008 "Invalid Class String" Error | Mirna | SAP Business Objects | 1 | 03-22-2011 11:42 PM |
| CKMLCP - "List Contains no data" mesage in step 2 | Lala | SAP FI CO - Financials and Controlling | 3 | 12-07-2010 01:39 PM |
| R3trans table import returns "read only view" error | Zoom | SAP BASIS | 2 | 08-17-2010 01:52 PM |
| JOB Requirement for SAP ABAP for IBM, Kolkatta "Contract Position" Exp : 3+ yrs | sapen | SAP Job Offered | 0 | 07-13-2010 10:13 AM |
| Aprenda SAP! |
|
|
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hello experts,
I’m looking for some solution to import txt file with btn23. Whole procedure should look like this: 006 click IMPORT FROM FILE – btn23 007 paste into textbox filepath "C:\Program lojalnosciowy\klienci.txt" and click OPEN 008 click CONFIRM & LOAD - btn[8] Recorder doesn’t record step 007. Do you know how to fix it? I’ve tried to add this line but I assume that ctxtDY_FILENAME is the wrong textbox name: 007 MySession.findById("wnd[2]/usr/ctxtDY_FILENAME").text = "C:\Program lojalnosciowy\klienci.txt" SAP SCRIPT CODE: Code:
IsInput ID ScriptCode
START 001
002 MySession.findById("wnd[0]/tbar[0]/okcd").text = "ZFOVERDUE"
003 MySession.findById("wnd[0]").sendVKey 0
004 MySession.findById("wnd[0]/usr/btn%_DD_KUNNR_%_APP_%-VALU_PUSH").press
005 MySession.findById("wnd[1]/usr/tabsTAB_STRIP/tabpSIVA").select
006 MySession.findById("wnd[1]/tbar[0]/btn[23]").press
008 MySession.findById("wnd[1]/tbar[0]/btn[8]").press
Rampa |
| Sponsors |
|
#2
|
|||
|
|||
|
Hi Rampa,
Are you trying to "Script - Record" a Windows-Dialog? Regards, Rima |
|
#3
|
|||
|
|||
|
Are you sure that is Windows dialog? It has SAP gui colours.
Look: SAP script dialog Any workaround for that? My script is much longer and there are a lot of file imports like that. Thanks. Rampa |
| Entre a los Links relacionados |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|