cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro Enhancement

Former Member
0 Kudos

Hi All,

I have enhanced the component FITE_UI_SUMMARY and added one attribute (AMOUNT) on view context.

Now I want to assign the value of AMOUNT attribute to UI element under visible property. When I try to bind it, system is not allowing me to do that.

Under method WDDOMODIFYVIEW, i have added the code

wd_context->set_attribute( name = 'AMOUNT' value = l_amt_paid_emp ).

Also After executing the application, I'm getting error "Could not find attribute AMOUNT"

Please let me know your expert comments.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member230839
Participant
0 Kudos

Hi Amey,

The propery value AMOUNT that you areassigning to visible property is both of same data type..?

Just check that. It will allow you to assign if they are same data type..

Regards,

Anil kumar G