Difference between Open SQL and Native SQL
135 Introduction There are two forms of SQL used in the ABAP/4 programming language: OPEN SQL and NATIVE SQL Regardless of the database platform used by […]
135 Introduction There are two forms of SQL used in the ABAP/4 programming language: OPEN SQL and NATIVE SQL Regardless of the database platform used by […]
58 Delete operation is used when you want to remove a record from the database. For example, you have created one quotation and now you no […]
70 Many times, we come across a scenario where we want to update the data records, for example, we want to update the phone number or […]
91 Context Create entity can be implemented in two ways: 1. Using CREATE_ENTITY method for single entity creation. 2. Using CREATE_DEEP_ENTITY method to create a single […]
47 Introduction Postman is an API development tool that helps developers to create, test, share and document the APIs. It has various HTTP requests like GET, […]
103 This article will give a bare minimum to read and upload media files or MIME in SAP OData service. Procedure Create OData service Register service […]
44 In this article, we will learn how to use $orderby query in our SAP OData services. What is the use of $orderby query? There are […]
66 In this article, we will learn how to use $top and $skip query in our OData services. What is the use of $top $skip query? […]
88 In this section, we will learn the concept of the $filter query in SAP OData and its usage. Supported System Version SAP NetWeaver Gateway Release […]
192 Introduction SAP Entity Manipulation Language (EML) is an ABAP language that is used to control the behavior of business objects in the context of the […]