cancel
Showing results for 
Search instead for 
Did you mean: 

How to make a field of type TEXTAREA Editable in .htm view

former_member205429
Contributor
0 Kudos

Hi All,

I am trying to Make the field of type TEXTAREA - Editable in the .htm page as mentione in the link : http://scn.sap.com/docs/DOC-29342

Its working fine for Fields of type Input FIeld, but for the field Type : TEXTAREA, its not working..

Plps find the screen shot of the View :

Pls help me !!!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

go to its get_i_XXXX methos and make rv_value as abap_false.

Thanks and Regards,

Nikhil Kulkarni

former_member205429
Contributor
0 Kudos

Nikhil,

Thanks for the reply ..

But my req is i should not write the code in GET_I_XXXX method !!

Pls suggest me if there is any solution for this !

Former Member
0 Kudos

Hello Santhosh ,, 

What is the reason for writing this code in .htm page ?

GET_I_XXXX method purpose is to control the editablity of the field , so it is adviced to implement in this method.

Thank and Regards,

nikhil Kulkarni

former_member205429
Contributor
0 Kudos

Nikhil,

Actually i have to dynamically change the field to Editable, Mandatory.

So its a kind of Dynamic Modification of Configuration Fields..

and i dont want to hardcode the values in GET_I_XX methods.