cancel
Showing results for 
Search instead for 
Did you mean: 

Binding form ui element with bapi but ui elements display disable..

Former Member
0 Kudos

Hi,

I am making one dynpro application using rfc.........ZCrn_SAVE_DETAils......Here my input parameter is table. But when i bind that table with form ui element . it works. But problem is that all the elements did not enable.

Regards,

Gurprit Bhatia

Edited by: GURPRIT BHATIA on Jan 28, 2008 9:59 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If I get you correctly, your form is not getting enabled to enter data?

If that is the case, check the cardinality of the node bound to the ui element.

Answers (4)

Answers (4)

Former Member
0 Kudos

Solved

former_member214651
Active Contributor
0 Kudos

Hi Gurprit,

Try using a value node instead of binding it directly to the model node.

After u create a Value Node, in the doInit() part just create a blank object of your value node and after that add that to a an arraylist and bind the arraylist to the value node created.

hope this helps u

Regards,

Poojith MV

Former Member
0 Kudos

Hi Gurprit,

What r ur input parameters for ur bapi?? with which node u have binded ur form? send the context structure & other details, what's the cardinality of ur node??

regards

Sumit

Former Member
0 Kudos

Hi,

You have to execute the bapi which fills the node that is bound to the ui elements.

Regards

Ayyapparaj