2013 Feb 22 4:49 PM
Dear Experts,
I am creating a Contract Account(CA) along with MOVEIN process using BAPI_ISUMOVEIN_CREATEFROMDATA.
I need to fill the tax exemption details during CA creation, So i am filling the structure CONTRACTACCOUNTDATA for withholding tax details W_TAX_CODE_OUT, W_TAX_CODE_IN and the field EXEMPT_NO for Tax Exempt no.
However the BAPI is throwing an error if i don't fill the validity date for the exemption(QSZDT) and the BAPI is NOT having this field (QSZDT).
This field is shown in FKKVKP table: FKKVKP-QSZDT.
How can i handle this? If i need to go for BAPI extension, what are the steps?
Pls suggest.
Thanks
Ricky
2013 Feb 23 12:41 AM
Ok Guys, Let me ask you like this.
Is there a BAPI /FM to update the field QSZDT in FKKVKP(FKKVKP-QSZDT)?
Pls suggest
2013 Feb 25 12:06 AM
Hi Ricky,
You can use BAPI_CTRACCONTRACTACCOUNT_CR1 for the purpose.
Thanks,
Amlan
2013 Mar 02 11:38 PM
Hello, You mean to say that i can use EXEMPTION_END for that field?
Pls reply.
2013 Mar 04 4:06 AM
Hi Ricky,
In the BAPI, BAPI_CTRACCONTRACTACCOUNT_CR1, there is an Input Structure for table FKKVKP, where in you can pass the value for the withholding tax exemption end date, so that the value is populated in the field FKKVKP-QSZDT.
Hope it helps...
Thanks,
Amlan
2013 Apr 11 5:18 PM