SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

Validity Dt QSZDT not seen in Movein BAPI.

ricky_shaw
Contributor
0 Kudos


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

5 REPLIES 5

ricky_shaw
Contributor
0 Kudos

Ok Guys, Let me ask you like this.

Is there a BAPI /FM to update the field QSZDT in FKKVKP(FKKVKP-QSZDT)?

Pls suggest

0 Kudos

Hi Ricky,

You can use BAPI_CTRACCONTRACTACCOUNT_CR1 for the purpose.

Thanks,

Amlan

0 Kudos

Hello, You mean to say that i can use EXEMPTION_END for that field?

Pls reply.

0 Kudos

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

ricky_shaw
Contributor
0 Kudos

I went with some implicit enhancement to popluate the dates.