cancel
Showing results for 
Search instead for 
Did you mean: 

MIRO - BAPI_INCOMINGINVOICE_CREATE

nirmanijk
Participant
0 Kudos

Hi All,

Unable to get the Tax code in Header level for MIRO document posted via BAPI : BAPI_INCOMINGINVOICE_CREATE.

But line item level detail is available.

Header level data is embedded for reference.

Kindly explain what "DEL_COSTS_TAXJ" is.

Cheers,

Dona

Gustavo_Vazquez
Active Contributor

Hi Dona,

You are doing a "Invoice Reduction" in MIRO.

Try BAPI_INCOMINGINVOICE_GETDETAIL to read tables needed for BAPI_INCOMINGINVOICE_CREATE

Kind Regards

nirmanijk
Participant
0 Kudos

Hi gustavo.vazquez,

This is for invoice creation. I have created a MIRO doc but Tax code is not visible in Header level.

Kind Regards

Gustavo_Vazquez
Active Contributor
0 Kudos

I mentioned the BAPI ....GETDETAIL to get information on the invoice. Some times information if missing for some fields and can be compared with this.

DEL_COSTS_TAXJ is the Delivery Costs Tax Code for Jurisdictions, it is used in countries like US where you have tax config by Jurisdiction. I don't think you are using it.

Check the TAX_DATA table in the BAPI , it should be the Tax tab in MIRO

Kind Regards

Gustavo_Vazquez
Active Contributor
0 Kudos

If there is Incoming Tax, then TAX_DATA is completed with tax information.

In the Header only the CALC_TAX_IND is marked

nirmanijk
Participant
0 Kudos

Hi gustavo.vazquez,

Thanks for your advice.

Now I am getting this error.

Kind Regards

Gustavo_Vazquez
Active Contributor
0 Kudos

Check ITEM_DATA table in the BAPI. There seems to be an error in the tx OBYC

nirmanijk
Participant
0 Kudos

For your information

nirmanijk
Participant
0 Kudos

This is the PO.

Now the tax issue is sorted.

nirmanijk
Participant
0 Kudos

Hi all,

My payment term field is not getting updated in the invoice created.
@ gustavo.vazquez Will you be able to advice ?

Gustavo_Vazquez
Active Contributor
0 Kudos

Contact SAP. The Payment Terms info has been derived (Baseline Date & Days1)

Accepted Solutions (0)

Answers (1)

Answers (1)

vimal
Active Participant
0 Kudos

were you able to resolve this issue of payment terms ? if yes, please mention the resolution.