문제

I have developed a component in C# 2010 using .Net Sap Net Connector 3.0 to run BAPI Modules and read SAP tables data and schemas.

My question is: is there a BAPI (or some other way) to get:

  1. list of available tables
  2. list of available BAPIs

Thanks in advance.

올바른 솔루션이 없습니다

다른 팁

  • Existing RFC to load the SAP Table data is RFC_READ_TABLE (External access to R/3 tables via RFC)

For reading list of tables as correctly suggested by Dirk you can use table DD02L, it contains all tables in the system.

For reading all BAPIs in the system you can use module BAPI_MONITOR_GETLIST.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top