cancel
Showing results for 
Search instead for 
Did you mean: 

Java Dynpro - RFC execution - Blank Values as import param via View UI Elem

Former Member
0 Kudos

Java Web Dynpro - a Model Node is binded to an user input field, UI Element in the View.

The corresponding RFC when executed from View is sending the input field ( Import parameter ) as blank.

The same Model Node of the View when mapped to the component controller Model Node , the model node at the component controller has blank values as well. ( And therefore RFC execution from component controller is also retuning blank values in the import parameter )

Hardcoded value at the import parameter is going through.

Values entered by user at the UI Element ( Input field ) is not getting through the ABAP RFC as the import paramter.

At wdDoInit of both component controller and View i have initialized as -

Zrfc_3318_Get_Vendusr_List_Input searchId = new Zrfc_3318_Get_Vendusr_List_Input();

wdContext.nodeZRFC_3318_GET_VENDUSR_LIST().bind( searchId );

Accepted Solutions (1)

Accepted Solutions (1)

former_member214651
Active Contributor
0 Kudos

Hi,

Create a context attribute and bind it to the input field UI element. Use this attribute to get the value and set it to your RFC import parameter.

Regards,

Poojith MV

Former Member
0 Kudos

yup, this got resolved by doing the same.

Thanks for the reply.

Answers (0)