Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

FM to find Transport request unreleased

Former Member
0 Kudos

hai,

I want FM to check whether the TP request is unreleased or not using Transport request Number.

Could you please tell the Functional Module to find that?

Regards

Chandra Kumar.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Not sure about a FM, but you can easily create one. In 4.6C, the status of a transport request exists in table E070, field TRSTATUS. Do an SE16 to display the table, do help on TRSTATUS to see 6 possible values.

4 REPLIES 4

Former Member
0 Kudos

Not sure about a FM, but you can easily create one. In 4.6C, the status of a transport request exists in table E070, field TRSTATUS. Do an SE16 to display the table, do help on TRSTATUS to see 6 possible values.

0 Kudos

Check this post:

Regards,

Subramanian V.

Former Member
0 Kudos

Dear Subramani,

I cant find FM like this FM:SCDT_GET_STATUS_FOR_TRANSPORT

posted by Anand Mandalika. Do we have the one in 4.6C?

I dont think FM TR_LOG_OVERVIEW_REQUEST will match

my requirment. its different.

Regards

Chandra

Former Member
0 Kudos

HAI,

Rather using other FM and E070 I found below FM

FModule :TMS_UIQ_IQD_READ_QUEUE

WITH IMPORT PARAMETER

IV_SYSTEM = <SID>

ET_REQUESTS(EXPORT PARAMETER)

ET_REQUESTS CONTAINS IMPORT QUEUE LIST IN T-CD STMS.

So Can i Decide if my TP REQUEST Number is not in

ET_REQUESTS list, IT IS NOT RELEASED?

Could you please confirm

Regards