Copy data from Excel and run the Loop
Good afternoon everyone,I need to finish a script that will take the data from the Excel A1 column, copy a given time, execute the transaction E41C, save the changes made and start the process again...
View ArticleSAP GUI for massive process
HiI was trying to create a SAP Gui script to run a process for many materials.see below I created it for one material, but to run in simultaneously for 2 material I just repeated the code..but how can...
View ArticleParalellism
I'm working with two different sessions to insert data. A VBA archive insert data in the ME01 transaction trough the session 1 and at the same time another VBA archive inserts data trough the...
View ArticleInsert the record de CEP always the last lin
Hi, people!I would like to make a loop to insert several records , however the record should be inserted at the end of the table. Code:If Not IsObject(application) Then Set SapGuiAuto =...
View ArticleSAP 740 Gui automation problem
Hello, I`m recently having a problem with SAP automation. I normally use RFC to connect to SAP using Access VBA, which has been great for our department. The thing is, now the company is changing from...
View ArticleSynchronization issue with SAP session1 and session2 using QTP/UFT automation
Hi Guys, I am using UFT to automate SAP application. My scenario is to automate the SAP Mail creation using the SWBP transaction. During the execution of the script while clicking the New Message...
View ArticleNeed help with Excel macro - Exporting SAP data to Excel - Can't control Save...
I want to create an Excel macro that exports columns of data from SAP, exports it to Excel, and then manipulates the data into a pivot table. I have successfully created this macro, except I had to...
View ArticleIf function to ignore sap script trying to attach
Hi, does anyone have the script to ignore this message if a user has not set in GUI settings? Connecting from excel
View ArticleAttaching documents in FB03
Hello Dears, I hope you can help me with my problem. I am trying to do a VBA macro in Excel and goal is to attach a file in a document number.I have recorded a script in SAP and edited it, but the...
View ArticleSimple copy/paste from Excel to SAP spreadsheet
I am new to SAP and need to copy/paste a block of cells from an Excel spreadsheet into a SAP spreadsheet. At the moment I have an Excel macro that does everything except paste the selected data into...
View ArticleNeed help to convert script from VBS to VBA (Excel Macro).
Please help me to convert the following script from VBS to VBA (Excel Macro). Instead of open SAP log on and type User and Password every day. I want it to open it from an excel file.Here is the...
View Articleinsert VBA code in SAP Script
Hi, I have a question if possible to insert VBA code that will copy data in range A:A(from book1 file)to paste in sap tcode zse16 table MARC Thank you and have a nice day. SAP SCRIPT HERE: If Not...
View ArticleInsert VBA code in a SAP script
Hi, I have a question if possible to insert VBA code that will copy data in range A:A(from book1 file) to this script. Data in range A are material codes in thousands. So that SAP will execute the...
View ArticleSAPMoveDimension not working
Hello, I am currently working on a Macro in VBA Excel that should, given a Tabel exported from SAP, format it with the right dimensions and filters automatically. I have found the exact solutions I am...
View ArticleHow to ignore SAP warning messages and continue untill warning messages end
Hi, I am trying to record a script to remove confirmations on LTA's in ME38, these are confirmations that have been passed from SNC.I can easily find the required line item and pull from an excel sheet...
View Article[VBA] Reading data in non-editable fields
Hi everyone, I'm looking for a way for my VBA script to read the content of greyed out fields in VA01.Example: Normally I am able to find the path by recording myself editing the cell content in SAP:...
View ArticleUpload attachment in SAP transaction code FB03
Hi Script Gurus, I am currently trying to automate attaching of pdf copies of invoices to FB03. I am almost done with my code but having problem with the separate vbs (Script1.vbs) i created....
View ArticleUnable to Save documents thru VBA from VF03
Hi, I am new in scripting VBA. Need help here. I want to download Invoice copies thru VF03 and save it a desktop or any specific folder.Filw should be saved with Invoice name which will be picked up...
View ArticleHow to capture the text in recording which is not a field in SAP
Hi scriptman, I am trying to extract the details from SAP and paste it in the excel.I had recorded the scripting and i was able to paste the details which are related to the fields in VA03 t-code.But...
View ArticleGetting the Item Number and Deleting the Specific Item
Hi All, I am using script since long, but this time I am stuck with a specific requirement. I have a requirement to delete some operations from a couple of Routings in CA02. There are around 200...
View Article