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.

Pas de solution correcte

Autres conseils

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top