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

RF Queue information error while creating an inbound WMTORD message

Former Member
0 Likes
969

Hi,

For the process control systems custom development at our client we are facing a RF queue error although the plant is not going to be set up for RF.

Main function : L_IDOC_INPUT_WMTORD

Fuction module L_TO_CREATE_SINGLE errors out with sy-subrc equal to 99. However the function module creates a TO while doing a single test using the values from the program. Did anyone face this issue and is there a resolution for this problem

regards

Aveek Ghose

2 REPLIES 2
Read only

Former Member
0 Likes
760

This is an update to my posting.

The actual error is Queue PCS-IDOC does not exist.

Message no. LRFMON(502).

call function 'L_RFMON_TO_REASSIGN'

exporting

iv_lgnum = whouse->lgnum

iv_tanum = tanum

iv_queue = ir_queue->queue

exceptions

to_complete = 2.

Within this function:

  • Queue

read table gt_t346 with key lgnum = iv_lgnum

queue = iv_queue into lv_t346.

if sy-subrc > 0.

select single * into corresponding fields of lv_t346

from t346 where lgnum = iv_lgnum

and queue = iv_queue.

if sy-subrc > 0.

message e502 raising queue_not_existing

with iv_queue.

endif.

insert lv_t346 into table gt_t346.

endif.

endif.

In our case the plant will not be configured for RF.

regards

Read only

Former Member
0 Likes
760

Aveek Ghose,

I read an article on Mobile Data entry.

Do you have following documentation for RF applications;

1) Mobile Data Entry Programming Guide and

2) Programming Guidelines for RF Applications

If not, can you provide any documentation that helps development of custom RF transaction.