2011 Jul 06 5:48 AM
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
2011 Jul 06 6:11 AM
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
2011 Jul 06 6:06 AM
I doubt there are RFC FMs for the same , you can create a wrapper RFC FM and call the FM you mentioned in that.
2011 Jul 06 6:11 AM
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
2011 Jul 06 9:23 AM
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.
2011 Oct 12 6:28 AM