SAP Function Modules Extraction into Qlikview with BAPI connector
Hi Everyone,
I am trying to Extract the data from SAP Function Modules listed below.
"function":"/QTQVC/GET_BEXQUERIES",
"output":"CUBES",
"function":"/QTQVC/CALL_BEXQUERY",
"output":"QUERY_DIMENSIONS",
"function":"/QTQVC/CALL_BEXQUERY",
"output":"QUERY_MEASURES",
"function":"BAPI_MDPROVIDER_GET_VARIABLES",
"output":"VARIABLES",
"function":"/QTQVC/GET_VARNAMES",
"output":"VARNAMES",
"function":"RSZ_X_MEMBERS_GET",
"output":"E_T_MEMBER_LIST",
From all the above Function Modules after connecting to BAPI i am able to find only BAPI_MDPROVIDER_GET_VARIABLES.
I could not find the remaining function modules in the BAPI connector list. Is it possible to extract the data from the above function modules through SAP BAPI Connector into Qlikview.