cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

craete forwarding order using BOPF in SAP TM

Former Member
0 Kudos
713

Hi,

I have a requirement to create Forwarding order using BOPF in TM , I tried to find the class same as TOR- /SCMTMS/CL_TOR_FACTORY for TRQ. But I couldn't able to find , Please help.

Thank you,

Arun

Accepted Solutions (0)

Answers (2)

Answers (2)

gurbhejsingh
Explorer
0 Kudos

Hi Arun,

I believe the solution you have found is

Creating an instance of the object TRQ using standard Service manager and then performing the steps you want to .

Here is the simple snippet of the code to create an instance of the TRQ ( FWO ).

Make sure you have defined data section to hold the data.

lo_srv_mgr = /bobf/cl_tra_serv_mgr_factory=> get_service_manager( /scmtms/if_trq_c=>sc_bo_key ).

I hope this helps.

Regards,

GS

Former Member
0 Kudos

I found the solution myself...!

Thank you,

Arun