cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to enter values on the screen

Former Member
0 Kudos

hi experts,

I am using interactive RFC to access abap functions. But on the screen the input fields are appearing disabled and I am unable to enter values. Can anybody please suggest how to make the input fields enabled for accepting input.

Regards

Abdullah

Accepted Solutions (1)

Accepted Solutions (1)

ankur_garg5
Active Contributor
0 Kudos

Hi Abdullah,

Change the cardinality of your model node to 1..1

See this link:

Bye

Ankur

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Could you see the output of the Fn module in the view.

Once you will get this then it should come into PDF when u have ADS and configure.

Can elobarate what u have done.

Thanks,

Lohi.

Former Member
0 Kudos

Hi Abdullah,

Refer to the below tutorial for binding the model input

See page 23,24

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/creating...

sid_sunny
Contributor
0 Kudos

Hi Abdullah,

I guess you have binded the model node to your UI elements or I guess you have not created new elements inside your value nodes properly.

Refer to this <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/creating%20a%20web%20dynpro%20application%20accessing%20abap%20functions.pdf">Tutorial</a> to learn usage of BAPIs

Regards

Sid