SAP / node-rfc

Asynchronous, non-blocking SAP NW RFC SDK bindings for Node.js
Apache License 2.0
251 stars 73 forks source link

Question: Can you convert a program associated to a tcode to BAPI? #208

Closed sas10x closed 2 years ago

sas10x commented 3 years ago

Sorry for my question. Can't find the answer on the internet. Can you convert a program associated to a tcode to BAPI? I'm not an abap. Thank you.

bsrdjan commented 3 years ago

There is no automatic / generic converter. Some tcodes already run on BAPIs, some not at all, some partly.

In general, ABAP developer can check which BAPIs are already available and which logic shall be "wrapped" into Remote Enabled Function Module (RFM), providing a consistent business object (BO) API: select, read, update, create + BO specific actions like install, dismantle of Equipment. Some more info: