Anil SAP Gupta has Published 115 Articles

Error while Synchronizing data in iOS from SMP 2.3 (SAP)

Anil SAP Gupta

Anil SAP Gupta

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

91 Views

This normally happens when you have incorrect configuration in synchronization profile. You have to check if stream parameters are set correctly, etc.

How to switch between different views in ALV Grid in SAP ABAP?

Anil SAP Gupta

Anil SAP Gupta

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

385 Views

You can achieve something similar to your requirement. Firstly, you need to fetch the layout key information from the layout object. You can look for disvariant to get the key information if not able to find. Then use the key information to specify different handles for different data types. So ... Read More

Can I define a column as a table type in SAP HANA?

Anil SAP Gupta

Anil SAP Gupta

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

109 Views

I don’t think there exists any way where you can define the column type of a column within a table type as an array. Table type refers to a row structure with predefined number of columns. So you might need to rethink on how to change the incoming data from ... Read More

Building an XCode application using Maven plugin (SAP)

Anil SAP Gupta

Anil SAP Gupta

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

125 Views

Note that Xcode-maven-plugin is not compatible with maven 3.1. You have to downgrade to lower version Maven 3.0.x.Try below link for more details:xcode-maven-plugin

Which all formats are compatible as input by Process Integration SAP

Anil SAP Gupta

Anil SAP Gupta

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

116 Views

The answer to your question is that a lot of formats are supported by process integration for processing. The basic concept is that you need to define a mapping which will parse the incoming file and then converts it to the output format. Since you are getting a file from ... Read More

How to specify the connection string in SAP NetWeaver?

Anil SAP Gupta

Anil SAP Gupta

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

84 Views

You got it partially correct but had something irrelevant present in the connection string. Try with the below connection string, it should work: /H/122.175.43.76/S/3266

Using xsodata service with SAP HANA XS Engine without authentication

Anil SAP Gupta

Anil SAP Gupta

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

172 Views

Note that to use xsaccess file it without credentials, you have to create xssqlcc file. xsaccess file is used to define who all are authorized to access the content exposed by a SAP HANA XS application package and what content should be displayed as per access.Check out this tread for ... Read More

Can I filter a column in PN in SAP HANA with REGEX?

Anil SAP Gupta

Anil SAP Gupta

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

200 Views

Projection Node is basically a graphical Calculation view. SAP HANA does not allow usage of regular expression in a graphical calculation view for filtering out data.So if you still need to use graphical calculation view (Projection Node), then you need to filter out the data either by using a table ... Read More

Creating communication between Java application and SAP

Anil SAP Gupta

Anil SAP Gupta

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

124 Views

Note that com.sap.conn.jco.JCo can be used as an alternative of com.sap.mw.jco and exists in sapjco.jar. Classes in sapjco.jar files is also different. You can check this link for more details:com.sap.conn.jco.JCo 

Is Partitioning required in SAP HANA tables for one million records?

Anil SAP Gupta

Anil SAP Gupta

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

128 Views

I think you are over thinking on a potential issue. The size of tables as you said will be rarely over one million records which does not qualify it to be considered a big table. In my application we have tables which are much bigger than that but still work ... Read More

Advertisements