cancel
Showing results for 
Search instead for 
Did you mean: 

SAP TM text collection: question to note 2370187

0 Kudos

Dear TM-experts,I'm just implementing a similar scenario as described in the note 2370187 with the difference that I need to propagate notes from Freight Unit to Freight Order.

The point is that those 2 objects are belonging to one business object /SCMTMS/TOR and when I build a Business Entity for data transfer (like point 3 of the note says) I would get entity like this:

Source: /SCMTMS/TOR-ROOT

Destination: /SCMTMS/TOR-ROOT

Is it possible to specify the type of the BO /SCMTMS/TOR in Customizing or I have to implement a separate class and implement the logic by myself?

Thanks and BR.

Accepted Solutions (1)

Accepted Solutions (1)

sarah_moes
Employee
Employee

If you need to pass header texts from more than one Freight Unit to a Freight Order, then you will need a custom class.

This way, you can concatenate header texts from each assigned Freight Unit into one destination header text on the Freight Order.


Answers (2)

Answers (2)

0 Kudos

Thank you guys for your help!

I solved this with your recomendations.

BR. Denis.

Former Member
0 Kudos

Hi Denis,

If you want to transfer texts (same text type, different content) from MULTIPLE Fu's to a single FO, follow the steps Sarah provided. For more information about the custom class, please check this blog post from Dragos.

If you want in to transfer a text from a SINGLE FU to a FO. Customize like this:

Business Entity:

Access:

Access Details:

Then create an access sequence with your access in it and use it in the Text type.

BR