2008 Nov 06 8:54 AM
Hi all,
In the BDC for FB01 i am passing the value to the Taxcode(BSET-FWSTE) field as one of the fields..
The value i am passing for the TAXCODE is "200"..
But when i am running the BDC in Append mode and checking it is taking the value as "200.00"
But i need it to be as "200" only.
How can i do this
Regards
Ajay
Hi all,
In the BDC for FB01 i am passing the value to the Taxcode(BSET-FWSTE) field as one of the fields..
The value i am passing for the TAXCODE is "200"..
But when i am running the BDC in Append mode and checking it is taking the value as "200.00"
But i need it to be as "200" only.
How can i do this
Regards
Ajay
2008 Nov 06 8:58 AM
in ur i.tab specify the Taxcode as
Taxcode ( ) type c.
and not as
Taxcode type BSET-FWSTE
2008 Nov 06 9:04 AM
2008 Nov 06 9:07 AM
Instead of moving an amount to this character field use
write: v_amt to taxamount decimals 0.Darren