SAP Database
Hi experts, How to make enter to SAP database and with querys SQL make reports? Is possible? How to make integration to softwares, of the reports, for example Ireports, CrystalReports? Tanks
View ArticleCheck to determine if field is modifiable/editable?
On the offchance that anyone knows this, i'm having a bit of an issue figuring out how to make my script determine if an SAP field is editable or if it is locked for editing. The fieldname is constant...
View ArticleHelp 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 ArticleError with variables
Hi exeperts. The SAP does not accept, use variables in their addresses? For example: In the line :session.findById("wnd[0]/usr/sub:SAPMM07R:0521/chkRESB-XLOEK[i-1,83]").Selected = True Thank's for...
View ArticleError in the loop
I made the code below: For x = 4 To 5000 If Cells(x, 2) = "" Then Exit For session.findById("wnd[0]").maximize session.findById("wnd[0]/tbar[0]/okcd").Text = "/nmb22"...
View ArticleCopy-Paste dates from Excel in SAP script
Hello, I did a script in SAP. It goes in an Excel file to copy delivery dates and goes and paste them in a purchase order.The date format in Excel is the same one as in SAP (YYYY/MM/DD), except that...
View ArticleHow to make SAP Script/Macro run in background like xl macros
Hi, I have a recorded sap script to run, but I can see all the steps visible in the screen. Is there a solution in SAP to set displayalerts or screenupdate as false like excel. I do not want the...
View ArticleHow to connect Access VBA with a customer specific function module using RFC
Hello, I try to fetch some data from our SAP ERP system by using a customer specific function module.The connection via RFC is working. Unfortunately, after trying to add the SAP function module to the...
View ArticleLOGIN TO SAP SYSTEM from Ms Excell
Hello All, I have one requriment, I have to login SAP system through Excell.For login to MS Excell,is it requried to SAP LOGON pad should be insatalled in SYSTEM. I am using Below code to login. Sub...
View ArticleF-03 Clearing - Data from Excel to SAP
Hi guys, I am new to creating macro tools using excel VBA and SAP and I am studying on my own.I just want to ask if you can help me with creating my macro tool for clearing in SAP tcode f-03 because we...
View ArticleCheck to determine if field is modifiable/editable?
On the offchance that anyone knows this, i'm having a bit of an issue figuring out how to make my script determine if an SAP field is editable or if it is locked for editing. The fieldname is constant...
View ArticleCALL SAP WEB SERVICE FROM MS EXCEL 2010 using VBA
*"----------------------------------------------------------------------*"*"Local Interface:*" IMPORTING*" VALUE(PROCESS_TYPE) TYPE CRMT_PROCESS_TYPE*" VALUE(SUCCESS) TYPE CRMT_PROBABILITY...
View ArticleCALL SAP WEB SERVICE FROM MS EXCEL 2010 using VBA
Hello All,I have a requirement ,where I have to call SAP web service through MS excel using VBA.For that I have created RFC enabled Function Module and WEB service is created. But I am getting an...
View ArticleScripting with windows 8 or seven
Hello everybody I use scripting to update data in SAP. the script open a txt.file and automatise some actions.The scripting works fine with windows XP but on other computer in windows 8 or seven the...
View ArticleDisplay ALV GRID with PHP
Hi it is posible to display a report who use ALV Grid with SAPRFC/PHP on the browser? Thanx for help. Arne
View Articletxt Vs ctxt ui element id in VB Script
Hi , There is one custom program which is used to record through standard GUI Scripting recorder capture the UI Element as below: session.findById("wnd[0]/usr/txtT1").text = "test" But when the same...
View ArticleVBA to SAP Logon - logged in fine, nothing happens after
Hello everyone, I have been trying to start a new SAP session from scratch by calling its API from the Excel VBA. Thanks to this forums I've managed to start a new SAP window, enter my credentials and...
View ArticleTrouble with PyRFC Table Parameter
When I run this program: from pyrfc import Connectionimport sys def main(): conn = Connection(user='AUSER', passwd='VerySecure', ashost='10.1.2.3', sysnr='00', client='110') result =...
View ArticleAutomating Drag and Drop
Hello, Im currently automating a workflow with the help of Script recording.I have to automate a drag and drop funtionality in this flow. When enabling the Script recording , drag and drop...
View ArticlePHP: RFC Logon problems
Hey guys, I've done many implementations regarding SAP via RFC in PHP. One stranger problem that I have is that we've created a new CLIENT and I want to connect to it. I've created a brand new user...
View Article