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: 

Hi

Former Member
0 Kudos
65

In one my program I am using TMS_UIQ_IQD_READ_QUEUE function module,

While using this function module , I am geting error like

" RFC communications error with system/destin

TMSADM@KLD.DOMAIN_KLD

Error when opening an RFC connection"

It was executing fine , previously now only I am getting error, when , I cheked in SE37 alos , I am getting error like this.

Could u please explain what is wrong , And also explain me what would be the

main use of this function module

Thanks in advance

jogu_vinesh@yahoo.com

2 REPLIES 2

Former Member
0 Kudos
43

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

TMS_UIQ_IQD_READ_QUEUE

WITH IMPORT PARAMETER

IV_SYSTEM = <SID> "system id

ET_REQUESTS(EXPORT PARAMETER)

ET_REQUESTS CONTAINS IMPORT QUEUE LIST IN T-CD STMS.

Regards

Vasu

Former Member
0 Kudos
43

hi

good

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

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.

reward points if helpful,

thanks

mrutyun^