Question

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.

No correct solution

OTHER TIPS

  • 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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top