×
Home
Jobs
Tools
Coding Ground
Current Affairs
UPSC Notes
Online Tutors
Whiteboard
Net Meeting
Tutorix
Login
Packages
Categories
Java
JSP
iOS
HTML
Android
Python
C Programming
C++ Programming
C#
PHP
CSS
Javascript
jQuery
SAP
SAP HANA
Data Structure
RDBMS
MySQL
Mathematics
8085 Microprocessor
Operating System
Digital Electronics
Analysis of Algorithms
Mobile Development
Front End
Web Development
Selenium
MongoDB
Computer Network
General Topics
Library
Videos
Q/A
eBooks
Login
Library
Videos
eBooks
Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Selected Reading
UPSC IAS Exams Notes
Developer's Best Practices
Questions and Answers
Effective Resume Writing
HR Interview Questions
Computer Glossary
Who is Who
SAP Expert
has Published
133
Answers
SAP doesn’t accept extension tags generated from wsdl for Web Services
SAP HANA
SAP
SAP Basis
SAP Expert
Published on 25-Dec-2017 19:23:35
Note that when you map XML schema to C#, it is recommended to map this to class inheritance. As per my understanding, you want to copy extended properties to generated classes however I don’t think you can find any tool to achieve this.I think this should be handled by transforming ...
Read More
Getting information in MS SharePoint workflow from SAP
SAP HANA
SAP
SAP Basis
SAP Expert
Published on 25-Dec-2017 19:17:39
There are many tools which offer this function for SharePoint. Try using BCS Business Connectivity Service and LINQ to get data from SAP to SharePoint list and then use that data in workflow.To write your own custom workflow, you can check this link:Custom Activity Workflow for implementing Item Level Security ...
Read More
Align items to center not working in SAPUI5
SAP HANA
SAP
SAP Basis
SAP Expert
Published on 25-Dec-2017 19:15:35
If you want a quick solution then you can use basic CSS properties like padding for left or right to align the content. Use relative percentages so that it works in both the views.Other way which looks ideal is that define a custom CSS. Then you need to add this ...
Read More
How can I update a third party database outside SAP after completing a Transaction?
SAP HANA
SAP
SAP Basis
SAP Expert
Published on 25-Dec-2017 19:14:07
As you need to make some changes to happen when an activity gets completed in SAP, I would suggest you to go for services. Services are the best way to communicate when you are dealing with two discrete systems.Firstly you need to create a program on SAP side which can ...
Read More
How to create a list in SAPUI5?
SAP HANA
SAP
SAP Basis
SAP Expert
Published on 25-Dec-2017 19:13:23
I have gone through your code and it looks your list binding is incorrect. When you bind your data, your data should be in a JSON array format. Please find below the updated working code.Examplevar oModelData = [ {Animal: "Kangaroo", Zoo: "Sydney"}, {Animal: "Tiger", Zoo: "Melbourne"}, {Animal: ...
Read More
How can I transfer data from SAP HANA to virtual table?
SAP HANA
SAP
SAP Basis
SAP Expert
Published on 25-Dec-2017 19:12:05
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 HANA
SAP
SAP Basis
SAP Expert
Published on 25-Dec-2017 19:11:32
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 HANA
SAP
SAP Basis
SAP Expert
Published on 25-Dec-2017 19:10:02
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 HANA
SAP
SAP Basis
SAP Expert
Published on 25-Dec-2017 19:09:12
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 HANA
SAP
SAP Basis
SAP Expert
Published on 25-Dec-2017 19:08:41
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
Previous
1
...
6
7
8
9
10
11
12
...
14
Next
Advertisements
Print
Add Notes
Bookmark this page
Report Error
Suggestions
Save
Close
Dashboard
Logout