简体   繁体   中英

How to Push Data into SAP which can create a general Ledger using REST

I've zero knowledge on SAP, requirement is, in SAP system there should be an end point which receives a REST request which should be able to create General ledger / store in DB using SAP Netweaver technology.

Found SAP JCo felt its not appropriate.

  1. Can SAP provide Rest End point Consuming Json data for POST Body ??
  2. if any jars available to transform data or connection to SAP system using Java.

help me for such kind of scenario.

Natively SAP doesn't support REST request and given that JCo is not an option, few solutions can be applied (all of which imply some developments in SAP):

  1. Using PO 7.5 middleware (if available), which can process incoming REST requests through its adapter and convert the request in WS-SOAP for SAP

client -> PO (with rest adapter) -> SAP (receiving SOAP XML)

  1. Using SAP Netweaver gateway (if available in your SAP version)

  2. SAP can receive requests through HTTP protocol. Via transaction SICF you can define a new service with the custom logic you need.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM