cancel
Showing results for 
Search instead for 
Did you mean: 

Input Field not populated in RF Screen

Former Member
0 Kudos

Hello,

In order to change the layout of an existing screen ( delete some fields, add others), I copied the screen into a new one and I performed the customising tasks.

Now the new screen is displayed correctly, the problem I have is that the fields I added where not populated with the data, despite the fact that I did the necessary Binding and in the debugging inside my pbo I can see that data source contains the value needed to be displayed.

Did I miss something?

Thanks for the help.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

it seems you did that, but can you just double-check whether did you assign your custom PBO function module in "Define Logical Transaction step flow" in spro:

Mobile Data Entry - Radio Frequency (RF) Framework - Define steps in logical transaction?

Petr

Former Member
0 Kudos

I did.

You can see it in the screenshot.

Former Member
0 Kudos

Hi,

the new fields -

in your PBO you should be using the method /scwm/cl_rf_bll_srvc=>set_screen_param and if it is a table then transfer to the RF framework by method /scwm/cl_rf_bll_srvc=>set_scr_tabname.


The application parameter must be customized and be part of the FM interface as changing parameter.

Is this everything you already did?

Thanks.

Petr