cancel
Showing results for 
Search instead for 
Did you mean: 

FU is not created

hitaloc1971
Participant
0 Kudos
2,132

I have an strange case. We can create sales order using an EDI process and we can create sales orders manually.

When we create the sales order with the EDI process, no FU is created. When we do it manually it is created.

I ran the report /SCMTMS/CHK_DOC_INT_TM_INTEGR and for the EDI order I get the message "Document flow: No FU(s) assigned"

Then I ran the report with the SO created manually and I get tge message "Document flow: 1 FU(s) assigned"

Do you know any other transaction to find out the error?

Thanks!

Accepted Solutions (0)

Answers (3)

Answers (3)

Johnny_Li
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi eduram89,

This is the same restriction for SD area as well as MM, which is that if orders are not created/changed via VA01/02 or ME21N/ME22N or the same BAPI programs, they will not call TM integration logic at all.

For such orders, you can use report /SCMTMS/SUBSEQUENT_FUB_LOGINT to trigger a subsequent freight unit building. Report was provided in SAP Note 2877333 - Program for subsequent freight unit building in internal TM component integration.

DominikTylczyn
Active Contributor

Would you be able to point to an OSS note describing that restriction?

hitaloc1971
Participant
0 Kudos

Thank you Johnny, this report and the answer helped me a lot!

keerthana_nagaraj
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Italo,

  1. Open the SO created through EDI process.
  2. maintain any irrelevant change in the SO (notes or PO number, any tiny change)
  3. save the SO

Please check if the FU is created after the change is performed. If this is the case, any business function responsible for updating TM about the SO is not triggered as required through EDI process.

I hope this helps.

Best Regards,

Keerthana

hitaloc1971
Participant
0 Kudos

Thank you very much for your answer,

Neeraj_Jain
Active Contributor
0 Kudos

Hello eduram89,

Please refer below SAP Note and thread on same issue.

https://userapps.support.sap.com/sap/support/knowledge/en/2978460

2978460 - Freight Unit is not generated for Sales Order or Customer Return

https://answers.sap.com/questions/13085591/fu-not-created-for-sales-order-delivery-order-in-s.html

Confirm if it's works for you.

Regards,

Neeraj Jain

hitaloc1971
Participant
0 Kudos

Thank you very much ejainee1. My problem is solved with junnan.li 's answer.