Get available BAPIs and/or tables

2.6k views Asked by At

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

Is there a BAPI (or some other way) to get:

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

Thanks in advance.

2

There are 2 answers

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

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.