cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Call custom screen and popup in SAP Radio Frequency(RF) Framework

tamilselvanm
Participant
0 Likes
1,353

Hi Team,

 

I need to make a copy of standard screen into custom and do the required in the screen. I did it and it works as expected in SAP GUI using transaction /SCWM/RFUI.

But when I logged in SAP RF portal on any browser for the transaction /SCWM/RFUI through SICF, it does not work and generating run time error. 

Kindly help.

 

Regards,

Tamilselvan

Accepted Solutions (0)

Answers (1)

Answers (1)

stanislaslemaire
Participant
0 Likes

Hello,
to be used by RF framework, any screen have to have a generated corresponding HTML page by using proposed template. It's done for custom screen ?
And screen have to be defined in customizing of mobile data entry (ie view V_T3130C Screen management, and view V_T3130E Logical screen), but I guess it's ok for this point ?

Else, what is run time error generated ?

tamilselvanm
Participant
0 Likes
Hi, Thanks for your response. Yes, I created the screen into HTML template and am getting this error in browser. 500 Internal Server Error Template interpretation terminated, template not found.
stanislaslemaire
Participant
0 Likes
Try to use transaction SIAC_PUBLISH_ALL_INT to regenerate HTML template, That can solve your issue.