Found 1044 Articles for SAP

Getting error while extracting data from SAP

John SAP
Updated on 13-Dec-2019 06:30:50

151 Views

Note that your findById method should return an object. Also try the below code as fix to your code:session.findById("wnd[0]/tbar[1]/btn[8]").press On Error Resume next myText = "x" err.clear myText = session.findById("wnd[1]/tbar[0]").Text if err.number 0 then myText = "" on error goto 0 If myText = "No data exists for chosen selection" Then GoTo TroubleShootInterCompany End If

Getting an error invalid Object Name in SAP Business One

John SAP
Updated on 30-Jul-2019 22:30:20

374 Views

It would be easy to guess if you have shared the full query. It seems you have not defined #temp_table. You might need to define temp table as global but it could sum up to other issues.

Jmeter server error while perform load testing on SAP application

John SAP
Updated on 17-Feb-2020 12:43:31

617 Views

Load testing is performed to see volume of traffic your website or an application can handle. Apache Jmeter is an open source, free, java based and configurable tool to perform performance and load testing. You can download Jmeter from the following link:LinkNow to test SAP application using Jmeter, you need to follow below steps for recording:First it to right click on the thread group and you need to choose “Add → Logic controller → Recording Controller”. This will store the recording in the new node named Recording controller.Next step is to right click on “WorkBench”, choose “Add → Non-test elements ... Read More

Using custom calculation views in SAP Cloud IoT

John SAP
Updated on 30-Jul-2019 22:30:20

163 Views

To add a logic to show maximum value it hardly matters if you are using trial version or licensed version. Try using database views to add this logic simply.You can refer this link to know more technical capabilities of SAP Cloud IoT:SAP linkSAP offers a comprehensive portfolio of solutions for the Internet of Things (IoT). This in-memory IoT platform can help you quickly develop, deploy, and manage your own real-time IoT and machine-to-machine (M2M) applications. Use the platform to automate processes at the core and connect to almost anything at the edge of your network.

In SAP system, outbound IDOC is not getting triggered in T-Code: VA01

John SAP
Updated on 13-Dec-2019 06:21:10

447 Views

I am not sure what has gone wrong however you can open order in edit mode in T-code: VA02 and take a look at the message determination protocol. There you can check why message wasn’t processed in SAP system.

Installing SAP Sybase client on Windows server 2012 R2

John SAP
Updated on 17-Feb-2020 12:44:28

512 Views

Try checking installer file again. I would recommend that you download it from SAP Market Place. Navigate to below path for getting installer file:https://support.sap.com/swdc → Installation and Upgrades → A-Z list → search for SAP ADAPTIVE SERVER ENTERPRISE → SYBASE ASE 15.7 → Installation → Microsoft Windows → 51044415.zipAlso note that you need to have following before you proceed with installation:Microsoft Visual C++ 2010 Redistributable Package (x64)Microsoft Visual C++ 2005 Redistributable Package (x86)Microsoft Visual C++ 2005 Redistributable Package (x64)Check out this SAP thread:SAP thread

Getting an error while previewing swf file from XML data in SAP Dashboard Designer

John SAP
Updated on 15-Jun-2020 12:06:33

125 Views

There could be multiple reasons that this error comes up. Try below steps:Adobe Global Security Settings changesMade entries in windows host file andAdded SAP server as trusted site in IEThis purely seems to be a security setting issue in Adobe Flash Player. There are various SAP notes that you can search however I am not aware any relevant one.

Calling an ABAP Function Module using Python script to put data in SAP HANA

John SAP
Updated on 17-Feb-2020 12:44:48

440 Views

You can refer this SAP blog how to use SAP NetWeaver library with Python.SAP Link

Using Rounding formula in SAP

John SAP
Updated on 30-Jul-2019 22:30:20

316 Views

Try using below formula:Total = R(Quantity * Unit Price * (100 - Discount%) / 100)You need to take out rounding on each step and shouldn’t use Original Price-Discount

Integrating HANA and R using RJDBC

John SAP
Updated on 30-Jul-2019 22:30:20

83 Views

I think there is a typo error. Try correcting your code like classPath="Z:/SAP/hdbclient/ngdbc.jar

Advertisements