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

Hi

Former Member
0 Likes
433

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

[email protected]_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

[email protected]

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

[email protected]_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

[email protected]

2 REPLIES 2
Read only

Former Member
0 Likes
411

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

Read only

Former Member
0 Likes
411

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^