create sap sales order using rest api

所在平台: Udemy

课程主页: https://www.udemy.com/course/create-sap-sales-order-using-rest-api/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:使用 REST API 创建 SAP 销售订单 课程概述: 本课程旨在为具有基本 ABAP 知识的 ABAP 顾问设计,学生将学习如何为销售订单创建 REST API,并实现深层结构,使用 GET 和 POST 方法。在课程中,我将使用 POSTMAN 工具测试该网络服务。一旦在 SAP 和 POSTMAN 中成功创建并测试了这些网络服务,我们可以在任何可以消耗此基于 HTTP 的网络服务的应用程序中使用它。 业务需求: 开发一个 REST API,以便非 SAP 系统可以用来在 SAP 中创建销售订单,并将创建的销售订单号返回给调用系统。如果在创建销售订单时发生错误,则返回错误消息。需要实现 GET 和 POST 方法。 技术设计: 对于销售订单的创建,我们需要捕获头部详细信息、行项目、参与的业务合作伙伴和条件记录,因此,我们需要创建深层结构。任何包含至少一个表类型(内部表)、引用类型或字符串作为组件的结构被称为深层结构。 REST API 创建步骤: 1. 创建深层结构 2. 创建资源提供者类 3. 创建请求处理类 4. 创建 SICF 服务节点 5. 在资源提供者类中实现 GET 方法 6. 使用 POSTMAN 工具测试 GET 方法 7. 使用 BAPI 创建销售订单 BAPI_SALESORDER_CREATEFROMDAT2 实现 POST 方法 8. 通过 POSTMAN 测试 POST 方法 本课程将为希望将非 SAP 系统与 SAP 集成的开发人员提供实用的技能和知识。

课程评论(0条)

课程详情

This course is design for the ABAP consultant, with basic abap knowledge,Student can learn in this course, How to create a rest api for the sales order with deep structure ,with GET and POST method implementation, as a third party tool I have use POSTMAN tool for testing the web service.Once it is created and tested successfully in SAP and POSTAMN , these web service we can use with any application which can consume this http , based web service Business Requirement: Develop a rest api, which is to be consume by non-sap system for the creation of Sales Order in to sap and which will return the created sales order number back to the calling system and in case any error occurs while creating the SO, return the error messages.Both Get and Post Method requiredTechnical Design: As for the sales order creation, we required to capture the header details, line items, business partner involve and condition records, for this we need to create the Deep Structure.Any structure that contain at least one Table Type (internal table) , reference type or string as a component is known as Deep structure.Steps for Creation of Rest API1: Create Deep structure2: Create Resource Provider class3: Create Request Handler Class4: Create SICF service node5: Implement of GET method in Resource Provider class6: Test GET method from POSTMAN tool7: Implement POST method use BAPI for creation of sales order BAPI_SALESORDER_CREATEFROMDAT28: Test POST method through POSTMAN

课程标签

0人关注该课程

主题相关的课程