Application Development 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: 

How to use BWITH(WithHolding Tax) in RFBIBL00?

Former Member
0 Kudos

HI,

I am already using RFBIBL00 . Now i have to do the enhancemant and under this WithHolding Tax has to be used. Iread the documentation that BWITh structure has to be used, but iam not getting how to use it.

Plz help

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

U should transfer the data of BWITH, just after the data of BBSEG with vendor item:

  • Structure data:

BWITH-STYPE = '2'.

BWITH-TBNAM = 'BWITH'.

  • Withholding tax codes

BWITH-WITHT = <WITHT>.

BWITH-WT_WITHCD = <WT_WITHCD>.

  • Base to calculate the Withholding tax value

WRITE <base amount> CURRENCY BBKPF-WAERK TO BWITH-WT_QSSHB.

The Withholding tax codes have to picked up from vendor table LFBK, the base amount has to be calculate (it depends on the percentage stored in T059Z):

<base amount> = <amount> * T059Z-QPROZ / 100

Max

6 REPLIES 6

Former Member
0 Kudos

Hi

U should transfer the data of BWITH, just after the data of BBSEG with vendor item:

  • Structure data:

BWITH-STYPE = '2'.

BWITH-TBNAM = 'BWITH'.

  • Withholding tax codes

BWITH-WITHT = <WITHT>.

BWITH-WT_WITHCD = <WT_WITHCD>.

  • Base to calculate the Withholding tax value

WRITE <base amount> CURRENCY BBKPF-WAERK TO BWITH-WT_QSSHB.

The Withholding tax codes have to picked up from vendor table LFBK, the base amount has to be calculate (it depends on the percentage stored in T059Z):

<base amount> = <amount> * T059Z-QPROZ / 100

Max

0 Kudos

How to transfer the BWITH into code.?

0 Kudos

Hi

Just like you transfer BBSEG and BBKPF, u make sure to transfer the record BWITH after transfering the record BBSEG with vendor data.

Max

0 Kudos

i had done the same .

first i pass bbkpf , then zbseg and then bwith.

then also error is coming , means no data is going in

0 Kudos

can u plz provide me sample code. So that i can refer

0 Kudos

Hi all,

I have the same problem,

after the BBSEG item of the vendor I move in the BWITH item with the fields:

STYPE = 2

TBNAM = BWITH

WITHT = with type

WT_WITHCD = with code

WT_QSSHB = amount

the file has this structure:

2BWITH RA06 100,00 and all the other fields blank

I check the BI log and fields are correctly populated in SAPLFWTD dynpro 0100,

I used SHDB and it worked for the same fields

please let me know

Alessandro