‎2004 Nov 02 2:58 PM
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
‎2004 Nov 02 5:40 PM
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
‎2006 Oct 30 5:41 PM
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.