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 screen BACK button issue - text is not displayed correctly

Former Member
0 Likes
2,458

Hi Experts,

I have developed custom tcode using Module pool which is called through RF handheld device.

when it is executed, it shows the test on LM01 tcode correctly after which my Ztcode is called. When i press back button, LM01 is called but the text is shown as <DIV ct = onclick = "SetokCode(=NEXT);"/>. it works fine on desktop, the issue is only on RF handheld device.

On BACK button, I am using LEAVE PROGRAM which works fine in existing custom tcodes.

It looks like RF screen si not getting refreshed. Any pointers will be helpful.

Thanks,

Rupali

Hi Experts,

I have developed custom tcode using Module pool which is called through RF handheld device.

when it is executed, it shows the test on LM01 tcode correctly after which my Ztcode is called. When i press back button, LM01 is called but the text is shown as <DIV ct = onclick = "SetokCode(=NEXT);"/>. it works fine on desktop, the issue is only on RF handheld device.

On BACK button, I am using LEAVE PROGRAM which works fine in existing custom tcodes.

It looks like RF screen si not getting refreshed. Any pointers will be helpful.

Thanks,

Rupali

5 REPLIES 5
Read only

SwadhinGhatuary
Active Contributor
0 Likes
1,656

Hi,

use once

set screen 0.

leave screen.

Read only

0 Likes
1,656

I tried this, still it is showing HTML code on Handheld device.

" onclick="setOkCode('=CLR');" />

 

" onclick="setOkCode('/EBACK');" />  " onclick="setOkCode('=NEXT');" /> 

 

" onclick="setOkCode('=1');" /> 

 

" onclick="setOkCode('=2');" /> 

 

" onclick="setOkCode('=3');" />
Read only

SwadhinGhatuary
Active Contributor
0 Likes
1,656

CHECK once that on back which ok code trigger.

use at exit command of back

look at this

http://scn.sap.com/thread/1958850

Read only

0 Likes
1,656

On BACK, correct OK code is triggered as I can see it is working perfectly when tested on SAP but is failing on RF hand held device.

Thanks,

Rupali

Read only

0 Likes
1,656

Hi Rupali,

Please create an HTML Template for each screen of your Z-Transaction for the corresponding Internet Service.

This will resolve the issue. 

Regards,

Bhakti Madhav