cancel
Showing results for 
Search instead for 
Did you mean: 

How retrieve /SCMTMS/TXC DO with BOPF

Jimmy21
Participant
0 Kudos
660

Hi.

I try to retrieve this information with BOPF.

/SCMTMS/TOR by Alternative Key ROOT - TOR_ID (TOR_ID = filter) > ITEM_TR (ITEM_CAT = filter) > ITEMTEXTCOLLECTION > TEXT > (TEXT_TIPE = filter) > TEXT_CONTENT

Well I found this ITEMTEXTCOLLECTION is a /SCMTMS/TXC BO

My question is how I retrieve "12 TARIMAS" using BOPF. I have ITEM_TR Node

        obj_srv_mgr_loc->retrieve_by_association(
EXPORTING
iv_node_key = /SCMTMS/TXC=>sc_node-root(don't found)
it_key = lt_fo_item_tr(root_key item_tr)
iv_association = /SCMTMS/TXC=>sc_association(don't found)
iv_fill_data = abap_true
IMPORTING
et_data = lt_data_txc ).

Please can you help me?

Thanks in advance.

Jimmy

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member809312
Contributor
0 Kudos

Hi Jimmy

here in this How To you have Oss Notes with this contain

2370187 - How to Configure Correct Propagation of Notes (Text) in SAP Transportation Management

Regards

Rogerio