cancel
Showing results for 
Search instead for 
Did you mean: 

Need a Function Module to find the TR for an UC

Former Member
0 Kudos

Hell all,

we need to know the Transport Request number for a specified UC/ CR number. could you plesae let me know whether we have any specific function module or a table where we can find this informaiton. Thanks in advance.

Regards

Rajesh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

May be this can help:

DATA lo_order TYPE REF TO cl_ai_sdk_sp_order_ow.

DATA ls_order TYPE crmt_orderadm_h_wrk.

CREATE OBJECT lo_order

EXPORTING

iv_guid_crm = // document id.

CALL METHOD lo_order->get_order

IMPORTING

es_order = ls_order.

Former Member
0 Kudos

Hi,

use function module /TMWFLOW/REP_GUID_GET_TASKPLAN to get the task list of your CD.

With the task list you can select in table /TMWFLOW/TRORDHC the corresponding transports (Field TRORDER_NUMBER).

Regards,

Christoph