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

Issue Transparent table / Cluster

Former Member
0 Likes
482

At this moment we are developing a program, for our "Forecast/ Cash Flow". And we want to extract the information stored "Tax Percent Rate". I want to identify this value, but the problem is that I have the transparent table (T007A). The Tax percent rate, is a "data element".

Field data:

Transparent tabl.: KBERT_CHAR

It´s possible to have this information for my development?

Thanks in advance for your help,

Regards,

Alek

2 REPLIES 2
Read only

Hans
Explorer
0 Likes
453

I looked on our 4.7 system, and I found that KBETR_CHAR isn't used anywhere. But data element KBETR is used, and the tables you're most likely interested in are KONM, KONV, and KONW.

Can you check whether these do the trick?

Read only

former_member181966
Active Contributor
0 Likes
453

yes, you’ll get the date from table KONV , under certain condition type . I used this table when I have to read different rate in SD for Invoice and ISO .

Hope this’ll help you .

please award the points

Thanks