2007 Dec 05 9:03 PM
Hi all ,
i am facing one problem with table control field access , problem is like i have a table control its a input enable, values are coming in it, few fields contains value and remaing are blank . I want to read the values of each field of table control so that blank feilds should be deactivate .
Thanks in advance .
Thanks & Regads ,
Praveen Sharma
Hi all ,
i am facing one problem with table control field access , problem is like i have a table control its a input enable, values are coming in it, few fields contains value and remaing are blank . I want to read the values of each field of table control so that blank feilds should be deactivate .
Thanks in advance .
Thanks & Regads ,
Praveen Sharma
2007 Dec 05 9:09 PM
2007 Dec 05 9:28 PM
Praveen,
In the PBO section u can put a module to check the field value.
in that check if the field has initial value, if so us loop at screen and set active field to 0 for that field.
Regards,
Swanand.
2007 Dec 05 9:44 PM
Hi Abhishek,
Thanks for your answer but along with deactivating the field,I have to read the values of the fields and for some particular values I have to replace with some other value because user is allowed to enter the values in the table control fields.
Thanks in Advance,
Praveen Sharma
2007 Dec 05 9:57 PM
Please check the link ... there in the PBO we are looping at the table GT_DATA1
loop at gt_data1 into gs_data1 with control gtc_9999.
module d9999_modify_screen_tc.
endloop.
Since we are looping at the Internal table associated with the TABLE CONTROL.... we have access to the fields of the internal table and all the rows also
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |