cancel
Showing results for 
Search instead for 
Did you mean: 

Sales order TA is not replicating to ERP (Item not relevant for billing)

Former Member
0 Kudos

Hi,

I created a sales order of type TA in CRM 7.0 system.

When i search for the same in ERP, i am not able to find it.

All SMQ1 and SMQ2 entries are clear from both the sides.

When i check the SMW01 entry in CRM side, it is in green.

When i choose the entry and see for error segments, i see 3 messages.

1. No upload to ERP.

2. ERP adapter is called.

3. Item 000000010 is not relevant for billing.

i feel that sales order is not replicating to ERP because of the 3rd issue.

Could anybody help me here to solve the issue with the 3rd message.

Thanks & Regards,

Thripura

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186543
Active Contributor
0 Kudos

Hi Thripura,

Yes your analysis is right , since the item 10 is not relevant for billing, it won't send the order in case it's the only item on the order.

The error is raised in FM : CRM_SALESDOCUMENT_FILTER as UPLOAD_NOT_RELEVANT, so please put an external debugger on this fm to exactly find the reason, and why UPLOAD_NOT_RELEVANT is being raised in here.

Possible reason could be either a missing middleware parameter in table smofparsfa or something missing in your sales order itself.

/Hasan

Former Member
0 Kudos

Thank you...