SAP Expert has Published 132 Articles

Moving to SAP BOXI 4.0 from BO XIR2

SAP Expert

SAP Expert

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

84 Views

This could be cause of usage of different versions of cryptocme2.dllThis is location of CA's file: C:\Program Files\CA\SC\ETPKI\lib\cryptocme2.dll [Additional Info: File Version: Not Available, Timestamp: 2/29/2012 9:43 PM, size 3, 188 KB] Location of SAP's file : D:\Program Files\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win32_x86\cryptocme2.dll [ Additional Info: File Version 3.0.0.0 ... Read More

Checking implementation of interface IF_EX_IDOC_CREATION_CHECK in SAP ABAP

SAP Expert

SAP Expert

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

381 Views

IDOC_DATA_CHECK – This method is used to check IDoc Data to see If an IDoc is Generated.You can check documentation of this interface IF_EX_IDOC_CREATION_CHECK by using T-Code: SE24 or SE80You can refer this Method by using this syntax: CALL METHOD IF_EX_IDOC_CREATION_CHECK=>methodname EXPORTING/IMPORTING...Now come to you issue, an Exit statement takes ... Read More

Creating context for JNDI in SAP NetWeaver Developer Studio

SAP Expert

SAP Expert

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

100 Views

You have to use following properties while running tests outside NWDS:java.naming.factory.initial=com.sap.engine.services.jndi.InitialContextFactoryImpl java.naming.provider.url={our nw host}:50004

Uploading data to SAP via WebService using WCF in C#

SAP Expert

SAP Expert

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

217 Views

I think you should try using long properties as it is one of closed way to get to achieve this.

How can I transfer data from SAP HANA to virtual table?

SAP Expert

SAP Expert

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

284 Views

You are making a basic mistake over here. A VORA virtual table does not support the traditional INSERT or UPDATE or DELETE statements. If you are planning to make any modification to data from VORA itself, then you need to use the APPEND command to add data or files to ... Read More

What should I prefer to connect to SAP HANA database- extended services or other ODBC technique?

SAP Expert

SAP Expert

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

114 Views

As you had already mentioned that extended services are natively integrated with HANA, so it’s going to be easier to use against HANA but as it is native to HANA only it can’t be used elsewhere.  It will be faster when you compare it against ODBC because the extra step ... Read More

Does Process before output and process after input initiate commits in ABAP?

SAP Expert

SAP Expert

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

134 Views

Yes, the PBO-PAI triggers commit so your requirement will fail. You need to make changes to your current implementation to avoid the auto-commit.

What are the available options for Data integration in SAP?

SAP Expert

SAP Expert

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

88 Views

Yes, there exists an equivalent. You can go for using SAP HANA Smart Data Integration also known as SDI. It is a standard offering of SAP for data integration.  You don’t require any additional infrastructure for this, like a separate server or other. There are lots of blogs and online ... Read More

How to perform repetitive aggregation over a field in a SAP HANA table?

SAP Expert

SAP Expert

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

54 Views

The logic is pretty simple. You can define a local variable which is used for storing the total sum of all the groups. When you are performing iteration for each group, you can add the sum at the group level to the local variable.I am not suggesting code as it ... Read More

What does an InfoStore refer to in SAP BO?

SAP Expert

SAP Expert

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

169 Views

Basically Infostore refers to the metadata about Objects and in BO terms – infoobject. An infoobject is basically an entity in SAP business Object universe. It can be a report or a user or an event as well.For E.g.: if we are speaking about an employee so an employee has ... Read More

Advertisements