Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Transparent Table (Problem in data fetching)

Former Member
0 Likes
345

There is a new bapi developed in our sap environment which is fetching data from pool tables and transparent tables.

When this bapi is called from non sap environment then only pool tables are returning data .Transparent tables are returning blank values.

Case

When we are passing hard coded values in "Where Clause" of transparent tables like A931 table ,then transparent tables are also returning data from bapi in non sap environment.

But when we pass values in "Where Clause " of transparent tables through Variables declared in bapi then transparent tables are not returning any value (instead returns Blank) in non sap environment.

Help

1 REPLY 1
Read only

ThomasZloch
Active Contributor
0 Likes
294

Don't blame it on the transparent tables, I'm quite sure that something is wrong with your selection statement, e.g. how you pass "variables" in the WHERE-condition. Give more information on a selection that doesn't work as expected.

Thomas