Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Module Pool: how to read Table control field value

Former Member
0 Likes
1,745

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

4 REPLIES 4
Read only

former_member195698
Active Contributor
0 Likes
831

Check the link for decativation of cell based on condition.

Read only

Former Member
0 Likes
831

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.

Read only

Former Member
0 Likes
831

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

Read only

0 Likes
831

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