cancel
Showing results for 
Search instead for 
Did you mean: 

FU is not created

hitaloc1971
Participant
0 Kudos
2,684

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!

View Entire Topic
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
SAP Champion
SAP Champion

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!