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

BSEG Table

Former Member
0 Likes
771

Hi ,

Is there any key / relationship between BSEG (Gross amount ) and KONP (Vat amount) tables ..if so pls let me know . I am trying to calculate the vat percentage to be deducted from the gross amount obtained from BSEG table.

Thanks,

Kumar.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
643

Hi,

Try obtaining BSEG and BSET relationship.

BSET table holds tax data.So you can try doing some reverse calculation to determine the % vat, and thereby deduct the same from gross amt.

Regards,

Amit

3 REPLIES 3
Read only

Former Member
0 Likes
643

sorry, no idea.

But, you may face peformence issue!! so, guess, ithis approach is not a good idea.

thanq

Read only

Former Member
0 Likes
644

Hi,

Try obtaining BSEG and BSET relationship.

BSET table holds tax data.So you can try doing some reverse calculation to determine the % vat, and thereby deduct the same from gross amt.

Regards,

Amit

Read only

Former Member
0 Likes
643

Hi

Try to use the fm CALCULATE_TAX_FROM_GROSSAMOUNT

Max