cancel
Showing results for 
Search instead for 
Did you mean: 

SAP TM tables related

Former Member

Hi, all.

i am new in SAP TM and i would like to know if someone has a document with all SAP TM tables related by document: OBTR, Freight Unit, Freight Order, RFQ, FSD, etc.

Thanks!

Accepted Solutions (0)

Answers (4)

Answers (4)

0 Kudos

For the moderator: Fabios and B. Matemans answers are correct.

Former Member
0 Kudos

Hi Fabio,

SAP TM is based on BOPF (read more ).
You can use Transaction /BOBF/CONF_UI (Workbench tool) and navigate to BO's.

For example:
     object /SCMTMS/TOR - Transportation Order (Freight Unit, Freight Order, etc).

    1. go to "Node Structure" - node ROOT - DB Table /SCMTMS/D_TORROT
    2. go to "Node Elements->ROOT->Associations" and search relations with other objects

    

former_member194808
Active Participant
0 Kudos

Most important transactional objects:

/SCMTMS/D_TORROT

/SCMTMS/D_TORITE

/SCMTMS/D_TRQROT

/SCMTMS/D_TRQITM

/SCMTMS/D_TORSTP

Some masterdata objects:

/SCMB/RESTMSHD

/SAPAPO/RES_HEAD

/SAPAPO/MATKEY

/SCMTMS/D_SHLOC

/SAPAPO/LOC

There are about 38.000 tables in TM so which ones you would like to have? My approach is often to retrieve a field by transaction  /n/bobf/test_ui. When I have the field I try to retrieve the table by looking in table DD03L(transaction SE16).

Good Luck.

Former Member
0 Kudos

Hello,

I don't have any document but below table should help you.

/SCMTMS/D_TORROT (FB/FO/FU etc...)  - /scmtms/d_trqrot

you can search /scmtms/d*t*, which should also give some exposure.