Script to view change in orders
Hi Experts, I'm new here and I need your help.I've created an script to save a file with changes in order.The script works fine, but i need to know, if it´s possible get this information from a list of...
View ArticleWhat controls access to "Control ID's" in SAP"?
I am incorporating IBM Tivoli Access Manager for Enterprise Single Sign On (TAM ESSO), a SSO product IBM OEM's from a small company called Passlogix (www.passlogix.com). This product makes use of...
View ArticleCan you import SAP Transactions (AR Inv) using excel VBA bypassing DTW?
I'm looking to create a batch of transactions that would come from excel and go directly into the SAP AR Invoices as 'draft' invoices. I would like to bypass DTW and skip a step if I could. I've seen...
View ArticleScript to run multiple transactions in different windows
Hi! I've recently discovered the function of script recording in SAP, and find it very useful. I've recorded a few scripts that I use on a regular basis, but when I do, I manually open a new session...
View ArticleSAP R3 abd Web Site Integration
Hi,We are running SAP R/3 4.6c and want to integrate the R3 with the our companys web site which is running on PHP.Can some please highlight what functions of R/3 can be posted on the web site Regards
View ArticleLoop trough a Splitter_Container
Hi, how can i loop trough a Splitter_Container???Set SPLITTER =...
View ArticleSAP.Functions vs SAP.ScriptingCtrl.1 vs SAP.GetScriptingEngine
Hi Community, I noticed from this forum that there are several methods of calling the SAP objects in scripts e.g. SAP.Functions, SAP.ScriptingCtrl.1, GetScriptingEngine etc. Is there any reference...
View ArticleSave SAP report in Excel format into specified drive
Hi Team, I am new to SAP scripting and i have recorded below SAP Script to download a report from SAP in Excel format at specified format.Here issue is that i am not able to record the Save as dialogue...
View ArticleError with SAPRFC
Hello, I'm developing a PHP aplication that connects with SAP using the SAPRFC library but when I'm trying to execute the SAP function from the saprfc_test.php file, I'm getting this error: RFC Error...
View ArticleExcel VBA Script for Services for Object ToolBox - the "Import File" dialog Box
Dear Community, I'm trying to automate the creation of attachments using Services for Object in SAP transaction IW22 via Excel VBA. My issue is similar to what umur erkmen faced 3 years ago, which was...
View ArticleConnection to SAP from Excel
Hi Guys, I am trying to connect to SAP from Excel. I have this bit of code in my macro: Sub SAPConnect() Dim sapSet sap = CreateObject("SAP.Functions") sap.Connection.User =...
View ArticleVBScript: Details on Connection errors
Hello,has anyone ever found out if you can catch the proper error when you cant logon to SAP via VBscript due to user issues? There is the <connection>.isconnected() object, but that only returns...
View ArticleBeginner: Pull data from excel spreadsheet and loop transactions
I am very new to both scripting and SAP and don't know the proper terms for what I'm trying to do, so the search function wasn't much help. If someone can point me in the right direction that would be...
View ArticleTransferring data from Excel to SAP
Hi Experts, My purpose is to update customer prices from Excel to SAP automatically with a script. My problem is: I dont know how to call a certain Excel-file? If I record a script that opens...
View ArticleHow to scroll GUI table in VB
Hi I'm having trouble with a GUI table automation through VB (GuiTableControl.) What is the best way to run though each row in a table - if i want to extract all values in a table not just those...
View ArticlePHP and BAPI_CUSTOMER_CREATEFROMDATA1 problem
Hi guys, I am having difficulties creating customers via BAPI_CUSTOMER_CREATEFROMDATA1, the function is working without problems in SE37 but not via RFC. I keep getting the following error. Errors...
View ArticleSAP GUI Script Development tool on Windows 7 and SAP GUI 7.30
Hi members, I have the following question pertaining to the standard SAP GUI Script development tool. I hope someone has hit this already and can provide an answer. Is there a way to enable the SAP...
View ArticleHow to open a file "into SAP"
Hello,I have to import files into SAP "data storage" (cv01n). One step is to select the file.In script it looks like this: 'Open Browser to select the requested file...
View ArticleVA02 Sales Order Automation?
Hello All, I am very new to this vbs.. so need you guidance and support to solve my query. I am trying to automate Sales order line items details updation and i have recorded the below script and than...
View ArticleVba Work in diferent SAP mods
Hello, please i need help with a vba code, im currently working with iw32 transaction to count materials in te cost centers of the diferent areas, and ive developed a code to simplify this process;...
View Article