Getting data from SAP GUITEXTFIELDS
Hello, at work we often have to transfer customerdata from SAP GUI to Outlook 2003.At the moment we have to get the data manually via copy and paste from SAP GUI Textfields. In the long term this is...
View ArticleHELP: SAP Script Fatal Error
Hi Experts,The problem with my sap script is it can log on to all boxes except for one, in my case its box A6C.Please help on this.It says: Fatal ErrorNumber:1000Source: sapfewseDescription: not...
View Articlephp 2 sap , how to change sap server port
I set parameters like this "logindata"=>array("ASHOST"=>"172.18.95.149" // application server,"SYSNR"=>"99" // system number,"CLIENT"=>"dp" run application get this message:...
View ArticleCut & Paste Column of data from ALV
Hi all, I've searched the internet/community for a suitable post and the nearest thing I found is this: http://scn.sap.com/thread/1226566 which doesn't really work for us.. We are wanting to do the...
View ArticleProblem with Clipboard while transfering Data from SAP to Excel
I use the clipboard for a import of ordernumbers to excel. i use this code to copy all the numbers (the whole column): .findById("wnd[0]/usr/cntlALV_CONTAINER/shellcont/shell").selectColumn "AUFNR"...
View ArticleVBS & Enjoy transactions
Hi Guys, I have a question regarding so called "enjoy transactions". Is there any way to automate this type of transactions using vbscript?In my case I'm trying to automate PO creation using ME21N(ME21...
View ArticleSupport on VB script for report
Hi, I have recorded and created a VB script to pull a daily report in VIM analytics, there are around 6 different reports which i need to pull on a daily basis. Once the script run's it will take me...
View ArticleInstalling SAPRFC
Hello, recently I started working on a PHP application that is going to extract data from SAP and searching the Web I found the SAPRFC extension. So my problem came when I tried to configure the...
View Articlevbscript / enjoy transactions problems
Hi Guys, I have a question regarding so called "enjoy transactions". Is there any way to automate this type of transactions using vbscript?In my case I'm trying to automate PO creation using ME21N...
View ArticleGui navigation - entering data through VBA
Hello, I started a project just yesterday after realizing I can control SAP through VBA. I've been doing pretty good figuring things out with the awesome answers provided here to other people's...
View ArticleNot able to display data from standard table in SAP Script
Hello Experts , I am trying to display Account information in SAP Script , but it is not showing up any values. Please let me know where all to put breakpoints for debugging it , as i m new to SAP...
View ArticleHow to Manipulate Logon Pad Options with VBScript
I have a need to "walk" my way through the SAP Logon 720 logon pad with VBScript techniques. Is this possible using the same methods used when navigating the SAP GUI during a session? What I'd like...
View ArticleCapturing the ID of the focused element.
Hello all this is the first time I have posting any question to any kind of forum so please excuse my ignorance of where to submit questions. This seemed like the best place for a VBScript question.......
View ArticleCant Play recorded script
HI Everyone , I tried to play the recorded script after hitting stop. But its not moving heres my script If Not IsObject(application) Then Set SapGuiAuto = GetObject("SAPGUI") Set application =...
View ArticleIssues running a macro
Hi everyone. Sometimes, when I run a macro on determinated computers, It will throw an error message saying that vba can't find an object.If I logout and login again into SAP, the macro will run...
View ArticleOpening SAP using macro
Hi everyone,with the code i was able to open a connection to SAP . Set sap = CreateObject("SapAutoGui.Event") host = "test12" sapNr = "90" mandant = "800" user =" test1" Password =...
View ArticleT-code KSII script to post despite errors
Hello scripting family!I currently run SAP transaction KSII - Price Calculation. I have a script in place to run t-code KSII as a "Test Run", then, i select the back button and when the pop-up comes...
View ArticleNeed to read the contents of an ID using VBS
Hello everyone, I have the following script that i have in place but it still needs one last part in order to be completed, the script goes into transaction YSNBIL, once it places the needed service...
View ArticleSap script- t-code AS02
Hello Everyone, I am a real beginner in the VBA & SAP Scripting. Below is my VBA Script for changing the asset master data in t-code AS02. It works really fine but I would like to make it...
View ArticleHow can I execute 6 sessions in parallel?
Hi I've been working on this for a couple of weeks. I've searched the internet (including scn.sap.com ), asked people and have come up empty.this site/discussion area has been a great help, but I...
View Article