Help with Scripting: Release strategy data export from ME23N to excel from...
Hello, New to SAP here and want to make a script to pull data. Never made an SAP script before I have LOTS of emails (50,000+ ) That contain PO #'s.In Outlook i created a VBA macro(With help from...
View ArticleParallel Execution of GUI Script VBS File issue
Hi , I am experience a issue while replaying a VB GUI Script in parallel. The situation is , i have 4 file .vbs file located in presentation directory from the program i am calling a FM with Starting...
View ArticleEmulating Drag & Drop in Transaction OAWD
Hello: Iv'e been trying to automate dragging and dropping files into the TextEdit window via transaction OAWD. I've recorded the script using the script recorder and get this:...
View Articlewriting a variable to a textbox
I am trying to insert a variable into a place that usually hold text.session.findById("wnd[0]/usr/tblSAPLCOVGTCTRL_2850/ctxtMLSTD-EDATU[7,5]").text = "MyDate3Months" I would like to...
View ArticleInputbox is not active
Hello, in a vbs script I want the date to be entered:DatumAnfang = Inputbox("Datum der Abfrage (TT/MM/JJJJ)?")It works perfect with one little problem: even when the inputbos appears it's not active. I...
View ArticleChange Layout with VBS
Hello, how do I change the layout of a SAP-List without using the "Change Layout"-Menu?When using the recording I get a lot of scroll-commands and I do not really trust in the order of all the...
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 ArticleHow can I handle error messages from VBA?
Hello,I've started using "Record script" and I've found it very useful, it's very powerful combined with VBA code.By now, I'm executing it from Excel and I would love to know how can I handle SAP error...
View ArticleHelp in missing features for a sapgui scripting tool.
Hi, I am writing a generic scripting tool with has a VBS syntax highlighting editor and runs sapgui scripts.https://sourceforge.net/projects/lbscript/ But I am missing some functionality I would like...
View ArticleHow to copy a complementary text of the the Task List?
Hi! I work with the PM module... Using VBA, I want to copy a text of a Task List and put it in the excel. But, I don't want that texts of the operations lines. I want the complementary...
View ArticleOrder Group import file
Dears, I try to import order group using import option.Could you provide how should look like flat file or something like this ?How can I do this?I use KOH1, KOH2, KOH3 transaction. Script Man Thanks,Luc
View ArticleI need help
Hi experts, I need help. I make the script for report to SAP with Excel. In the MM03, has the position of stock of my deposits. But if the material was no created position for him, we have a error. How...
View ArticleHelp Needed With Scripting and Error Messages
I am working to build a script to change orders in SAP using Java. I begun by recording steps and combining them. I am having issues with the Warning and Error Messages. Can someone help me write...
View ArticleUsing Macro in Excel How to open a SAP directly?
Hi, Can Anyone Suggest and help me to do above Code in Excel,"Using Macro in Excel How to open SAP directly" Example: I want to Open T.CODE: MM01 directly, without login in to SAP, Using Macro,...
View ArticleExcel in Macro to open a connection in SAP
Hi All, My requirement is to update some entries in SAP from Excel. This is my first time to do this requirement and to start with, how do i open connection to SAP from my excel with macro. I searched...
View ArticleDialog box
Hi experts. I need help. Is correct the use to "dbox" or has other expression? If Not session.findById("wnd[2]/dbox").MessageType <> "E" ThenCells(x, 2) = "Item não...
View ArticleWhat do you need (to activate in SAP) in order to execute scripts from VBA?
Hello helpers,I'm having trouble with the code I've developed on VBA pasting code from SAP script recorder. I launch it on my computer and it works fine, for example enter a transaction -> do...
View ArticleRFC call from Excel using VBA
I am trying to do an RFC call from Excel to SAP using VBA. RFC is working fine for most the RFC enabled Function Modules except DDIF_FIELDINFO_GET and DDIF_FIELDLABEL_GET. What can be the reason for...
View ArticleHelp!!! SAP report extraction through pdf(Print Option) using Macro
Hi, Please someone could help me in extracting one of SAP report using Print option(spooling) using Macro. I have recorded a macro for print, giving the destination as "LOCL" and I get a popup "Save...
View Articlesaprfc.dll for php 5.4 or upper version
Hai All, Purpose for interfacing SAP in PHP, Is there any saprfc.dll build for xamp version 1.7.3 or upper, or PHP 5.4 or upper,Now, I already use saprfc.dll what compatible for PHP 5.2 only.. Thank...
View Article