John SAP

John SAP

88 Articles Published

Articles by John SAP

Page 7 of 9

Using SAP NetWeaver Recording and Playback features

John SAP
John SAP
Updated on 13-Dec-2019 233 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 PivotSAP Note 700206Solution as per SAP Note:Increased the Max Size Limit to 65536 rows and 256 columns for Table and Pivot Table option of Excel Export. This change is available for officeintegration technology only and no adaption is possible to old SAP Macros. To get the correction import the relevant ...

Read More

Getting error while extracting data from SAP

SAP
John SAP
John SAP
Updated on 13-Dec-2019 309 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

Read More

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

SAP
John SAP
John SAP
Updated on 13-Dec-2019 654 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.

Read More

Using parallel processing in SAP HANA

John SAP
John SAP
Updated on 30-Jul-2019 1K+ 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.

Read More

Information required while creating a new Delivery Unit in SAP HANA

John SAP
John SAP
Updated on 30-Jul-2019 262 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 version (optional)

Read More

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

John SAP
John SAP
Updated on 30-Jul-2019 563 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.

Read More

Transporting content from one SAP HANA system to other

John SAP
John SAP
Updated on 30-Jul-2019 807 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 DU. This file can be imported later to add the packages to other system. In below snapshot you can see a Delivery unit is selected under Upload/Download option in HANA Application Lifecycle Management ALM. Once delivery unit is selected, use “Export to File” option to export this DU locally in ...

Read More

Using IC_PUBLIC role in SAP HANA

John SAP
John SAP
Updated on 30-Jul-2019 214 Views

Please note that IC_MODELER role assigned to your user means he can only create and use private Information Views. Normally IC_MODELER role also includes IC_PUBLIC role so users who has IC_MODELER role assigned, they are also granted with IC_PUBLIC role which is required to view Information views shared by other users.Please check If IC_PUBLIC role is available in that user profile, if not try adding that role separately.

Read More

IC role to create physical tables, analyze data in SAP HANA

John SAP
John SAP
Updated on 30-Jul-2019 203 Views

To create physical tables, uploading data and creating information views IC_MODELER role is required. If these users are only assigned with IC_PUBLIC role, they can view information views created by other users but can’t create their own views.

Read More

Publishing data to SAP HANA database using Information Composer

John SAP
John SAP
Updated on 30-Jul-2019 217 Views

Once data is published to HANA database, you cannot rename the table. In this case, you have to delete the table from Schema in HANA database.

Read More
Showing 61–70 of 88 articles
« Prev 1 5 6 7 8 9 Next »
Advertisements