Print a list of BAPIs using JCo

后端 未结 4 1044
我在风中等你
我在风中等你 2021-01-06 00:18

I established connection to a SAP Server and I would like to print a list of BAPIs in my Java program. I am using sapjco3.jar.

Is there any way to do it?

4条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-06 00:57

    You can use the BAPI_MONITOR_GETLIST to get a list of all BAPIs in your system together with meta data.

提交回复
热议问题