Frage

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.

Keine korrekte Lösung

Andere Tipps

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top