Application Development and Automation 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: 
Read only

FM Display Transport Request

Former Member
0 Likes
1,740

Dear All,

Is there any Function Module for Display Transport Request in RFC system. i want display TR in different system using RFC.

i want to output like FM TR_DISPLAY_REQUEST

please give me some solution how to do it.

Thanks in advance ,

Abhilash

1 ACCEPTED SOLUTION
Read only

Kiran_Valluru
Active Contributor
0 Likes
1,189

Hi.,

I think there is no such FM, instead you can create a RFC Enabled Z FM And call TR_DISPLAY_REQUEST inside this FM. now call Your Z FM from RFC System.

hope this helps u.,

Thanks & Regards,

kiran

Dear All,

Is there any Function Module for Display Transport Request in RFC system. i want display TR in different system using RFC.

i want to output like FM TR_DISPLAY_REQUEST

please give me some solution how to do it.

Thanks in advance ,

Abhilash

4 REPLIES 4
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
1,189

I doubt there are RFC FMs for the same , you can create a wrapper RFC FM and call the FM you mentioned in that.

Read only

Kiran_Valluru
Active Contributor
0 Likes
1,190

Hi.,

I think there is no such FM, instead you can create a RFC Enabled Z FM And call TR_DISPLAY_REQUEST inside this FM. now call Your Z FM from RFC System.

hope this helps u.,

Thanks & Regards,

kiran

Read only

Former Member
0 Likes
1,189

There is FM /SDF/CMO_GET_TRANSPORT_LIST but there different input criteria.

Also you there is possibility to use RFC_READ_TABLE for simple query.

Read only

Former Member
0 Likes
1,189

Thanks to all