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: 

MRM_PARKED_INVOICE_POST - error type M8 757

Former Member
0 Kudos

Hi Guys,

I am trying to post MRM Invoices in background using the FM 'MRM_PARKED_INVOICE_POST'.

It's working fine for some of the invoives, but fomr others with US tax related invoices it's giving error

*"Enter a tax jurisdiction code" - error type M8 757.

How do I resolve this ? Any hints will be greatly appreciated.

Regards,

Sandip.

1 ACCEPTED SOLUTION

former_member182371
Active Contributor
0 Kudos

Hi,

in table TI_DRSEG you need to fill in field TXJCD.

Best regards.

6 REPLIES 6

former_member182371
Active Contributor
0 Kudos

Hi,

in table TI_DRSEG you need to fill in field TXJCD.

Best regards.

0 Kudos

HI Pablo,

Thanks for your helpful hint.

But what should be the logic for filling up TXJCD ?

I mean is there any SAP Standard logic ?

Regards,

Sandip.

0 Kudos

Hi,

if you go to structure DRSEG and search for field TXJCD and double click on component type and then double click on domain TXJCD, in value range tab you will see that value table = TTXJ.

This means that the value of field TXJCD must be maintained in this table.

Have a look at transaction OBCP.

Best regards.

Edited by: Pablo Casamayor on Sep 17, 2009 8:37 AM

0 Kudos

Pablo,

Thanks for your response, it helped a lot.

The TXJCD will be fetched from Company code table T001.

I have awarded the points.

Thanks once again,

Sandip.

former_member181995
Active Contributor
0 Kudos

Are you generating any IDOC's which calling this FM?

0 Kudos

No Amit,

I am using this FM inside a Custom program to post the Invoice in the background.