tags:

views:

42

answers:

1

Just as some background, I intend to write an Excel add-in with .NET that can execute queries from an SAP system.

Thus, I'm looking for a list of function modules for SAP's SQVI transaction. I can't seem to find much information about them; the few forum posts I had found before seem to have gone into the internet oblivion.

Specifically, I want to be able to look up the queries created by a user and then display the results in Excel. I can manage the Excel manipulation as well as remotely executing SAP function modules; I simply can't find which SQVI function modules I need to execute.

Update: I did find this post which directed me to search for function modules in the AQGF group (function modules starting with RSAQ*)

A: 

Greetings,

try RSAQ_REMOTE_QUERY_CALL_CATALOG, it seems to do the trick for me.

T.

tomdemuyt