Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
leonardo_raed
Partner - Contributor III
Partner - Contributor III

Warnings in SAP BAPI functions

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.

bapi.jpg

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

3 Replies
er_mohit
Master II
Master II

use this function in [ ] bracket

["BAPI_MATERIAL_GET_ALL"]

hope it helps

suniljain
Master
Master

Can you check this BAPI in ABAP program ?.. if it works in ABAP Program it definitely work with Qlikview SAP .connector.

leonardo_raed
Partner - Contributor III
Partner - Contributor III
Author

Hi Sunil, the Bapi function works fine in Sap.

It gives us the tables that we want.

1- Here is the Bapi excecution:

image001.png

2- We want the PLANTDATA table, It has data.

image002.png

3- Here is the warning that makes the Qlikview script fail.

image003.png