Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
We are working with the BAPI function "BAPI_MATERIAL_GET_ALL", when the script reload, the function give us a warning and QV exit with an error.
These warning means that some material hasn't some properties in SAP but the table we want has data.
Has anybody omit these type of warnings in the excecution of BAPI functions?
Thanks a lot
use this function in [ ] bracket
["BAPI_MATERIAL_GET_ALL"]
hope it helps
Can you check this BAPI in ABAP program ?.. if it works in ABAP Program it definitely work with Qlikview SAP .connector.
Hi Sunil, the Bapi function works fine in Sap.
It gives us the tables that we want.
1- Here is the Bapi excecution:
2- We want the PLANTDATA table, It has data.
3- Here is the warning that makes the Qlikview script fail.