John SAP has Published 117 Articles

Using SAP NetWeaver Recording and Playback features

John SAP

John SAP

Updated on 13-Dec-2019 06:38:14

88 Views

Note that while using SAP Recording and playback, you get an export option however exporting to spreadsheet has a number of limitations, like the number of rows and columns (note 700206), file size (note 1854956) and many other limitations.700206 - XXL: MAX Size Limit for Excel Export for Table and ... Read More

Analyzing code coverage results in SAP Design Studio on top of HANA

John SAP

John SAP

Updated on 13-Dec-2019 06:36:46

40 Views

To consume HANA view, you need to start by creating an ODBC connection to SAP HANA system through odbcad32.exe.Next step is open SAP Design Studio and add a data source by connecting to HANA system and open view as below:This way you can view your SAP HANA view in Design ... Read More

Getting error while extracting data from SAP

John SAP

John SAP

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

134 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 ... Read More

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

John SAP

John SAP

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

419 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.

Increasing memory of traditional database as compared to SAP HANA

John SAP

John SAP

Updated on 30-Jul-2019 22:30:22

45 Views

SAP HANA is not only a database but it is software and hardware innovation. You may get better result w.r.t Performance but HANA is not just a db with more memory.

Using parallel processing in SAP HANA

John SAP

John SAP

Updated on 30-Jul-2019 22:30:22

554 Views

With the use of column based storage in HANA, data is available vertically and hence operations on different columns can be easily performed. When there is a requirement to process to process more than one column, it is processed by the different processor.

Information required while creating a new Delivery Unit in SAP HANA

John SAP

John SAP

Updated on 30-Jul-2019 22:30:22

114 Views

First is to pass the name as it is mandate field.Vendor field is mandatory however it won’t allow you enter vendor name here as it takes value from the SETTINGS tab.Version # should be in format: “#.#.#” Example: 1.0.5:1 - DU version number0 - support package version (optional)5 - patch ... Read More

Assigning packages to delivery unit in SAP HANA

John SAP

John SAP

Updated on 30-Jul-2019 22:30:22

137 Views

To assign packages to a delivery unit, you have to select the Delivery unit and click on Add buttonYou will see list of all the packages which are available in Repository and you can select all packages that has to be added to Delivery unit.

Configuring a trusted RFC to be used in SLT Replication in SAP HANA

John SAP

John SAP

Updated on 30-Jul-2019 22:30:22

253 Views

This can be done using T-code: ltrClick on New → New Window will open → Enter configuration name -> Click Next -> Enter RFC Destination i.e. connection name you have created and click on search option, choose name and click next.

Transporting content from one SAP HANA system to other

John SAP

John SAP

Updated on 30-Jul-2019 22:30:22

397 Views

This can be done using Delivery unit option in SAP HANA. You can assign packages to a delivery unit using SAP HANA Studio or using Application Lifecycle Management.Then this DU can be exported and you need to specify the location- local file system, where you want to save the exported ... Read More

Advertisements