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:
- list of available tables
- list of available BAPIs
Thanks in advance.
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:
Thanks in advance.
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
.