cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in Flowing text from TRQ(FWO)- TOR(FU)- TOR(FO)

Former Member
0 Kudos

Hi,

My text doesn’t flow from TRQ to TOR. Seems, I have all the required configuration settings in place.

I checked in the BOBF/Test_UI and realized that although it’s there in the TRQ it does not get passed to the TOR(FU) and further.

Could someone help with the possible reasons?

Or alternately share some configuration w.r.t. text setups in TM (unfortunately there isn’t much stuff in standard help)

Thanks a ton in advance.

Narender

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello

You can use associations in access sequence. Unfortunately, there are no documentations for this method and only abap debugger can help in this situation.

http://scn.sap.com/message/14524384

Former Member
0 Kudos

In addition to above-

I am basically using only one header text(type) to flow. In case of one FWO to many FU’s the

same text can get copied in all. In case of many FU’s clubbing into one FO we could concatenate(from maximum FU’s) with length validations etc.

Thanks

ThomasQ
Advisor
Advisor
0 Kudos

Hi Narender,

In standard, texts don't flow from TRQ to TOR objects automatically because of the m:n relationship you already observed.

When implementing the logic for your scenario please make sure that you don't lose texts in case of updates.

Regarsd, Thomas