cancel
Showing results for 
Search instead for 
Did you mean: 

How to find out the table storing the Forwarding Order Notes?

0 Kudos
591

Hello,

I am trying to find out the table in which the texts recorded in the Notes Text Box within the Forwarding Orders General Data tab, are stored. My unsuccessful approach so far has been to navigate the BOPF using the BOBX transaction.

How can I resolve this issue?

Thanks and best regards.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Juan,

check table /BOBF/D_TXCCON.

You can get there from the TRQ Root via asssociations.

TRQ Root --> Assoc: Textcollection --> Assoc: Text --> Assoc: Text_Content

Best regards

Philipp

Answers (2)

Answers (2)

01a02b03c
Active Participant
0 Kudos

Hi Juan,

Hopefully this will help you:

BR,

Rene

0 Kudos

Very useful. Thanks a lot Rene.

0 Kudos

Many thanks Philipp.

I have tried to join /BOBF/D_TXCCON to /SCMTMS/D_TORROT but so far no ID worked. Do you know which fields or intermediate tables, if any, should I use?

Thanks and best regards.

Hi Juan,

if this is for a development you really should use BOPF associations instead of table joins.

Check the TM Enhancement Guide for further information.

In case table joins are your only option try to start with /SCMTMS/D_TRQROT, this will contain the FWO root data.

  1. /SCMTMS/D_TRQROT-DB_KEY = /BOBF/D_TXCROOT-HOST_KEY
  2. /BOBF/D_TXCROOT-DB_KEY = /BOBF/D_TXCTXT-PARENT_KEY
  3. /BOBF/D_TXCTXT-DB_KEY = /BOBF/D_TXCCON-PARENT_KEY

BR

Philipp

0 Kudos

Great piece of information and guide. Many thanks Philipp.