- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Creating a table in SAP system using OData service
In order to create a table, you need to use either *.hdbdd or *.hdbtable and then expose them with xsodata.
You can check for more details:
https://help.sap.com/viewer/52715f71adba4aaeb480d946c742d1f6/2.0.02/en-US
Example
service namespace "HANA.Tables" { "Schema_Name"."PAKAGE::TABLENAME" as "NAMESPACE"; }
- Related Articles
- Binding OData service to SAP UI5 table
- Connecting system with SAP system using a Web Service
- Dynamically creating parameters from table entries in SAP system
- Creating orders in SAP system using .Net
- Creating a Standard user in SAP HANA system using SQL
- Getting error while running SAP oData service “HTTP Open failed: PLUGIN_NOT_ACTIVE”
- Creating a table using SAP HANA Studio UI option
- ABAP dump while creating an entry in SAP system using SAP JCO
- Creating a new table in SAP HANA
- Checking XS Engine service in SAP HANA system
- Exposing employee master data from SAP HR system using Web Service
- Creating column table in SAP HANA database
- Creating User roles and profiles in SAP system
- Using SAP Gateway service in SAP Web project
- Reading an image using SAP OData v2 in UI5 application

Advertisements