cancel
Showing results for 
Search instead for 
Did you mean: 

How to execute internally after giving the value in the Plant Field UIBB ?

Former Member
0 Kudos

Hi All,

1)Can any one please help me to come out of this problem.I want to know how to get the editable mode fields after giving the value in plant field.

2)In these UIBB i am using the standard class CL_MDG_BS_MAT_FEEDER_LIST_BASE.

3)My requirment is how to set the fields editable mode after giving the plant value.....How is it happen in background.....

Regards,

Biren

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Biren,

1. First you have to assign enter event to the plant field in table or if it is already assigned then leave it

2. Other field's except plant-id you have to assign read only refrences and then fill read only refrence data field to the CT_DATA table after user give plant id and press enter.

3. For filling the data  into CT_DATA you have to capture enter event into the the GET_DATA method and fill the data for that partucular row then all the field's come in editable mode.

Hope this will help.

Thanks

Praveen Gupta

Former Member
0 Kudos

Usually they are handed in the process event of the feeder class, try to debug