2012 Apr 04 11:10 AM
Dear all ,
in module pool programing i have created a table control with wizard while creating wizard i have used 'internal table type ' , at that time i have five field in my internal table , so table control has created with five fields ,now thing is i just increased my fields to 20 in the internal table and added a additional 20 coloumn in table control . while debigging im seeing that internal table gets filled with all field but in the output i cannt see the data for the newly added 20 field,,how to rectify this ,,whether i need to create new table control?
Thanks and regards
2012 Apr 04 11:48 AM
hi karthik,
no need to create a new table control.
first of all add new fields thru transaction SE51 (using text field and i/p o/p field)
and add the fields in 'element list' and 'flow logic'.
finally activate it.
its working for me
Regards,
swapna
2012 Apr 04 11:14 AM
Dear karthik,
Please check once wether u declared same name of work area with comapre before added filed?
Regards,
Siva rama krishna mohan G.
2012 Apr 04 11:24 AM
Thanks for ur reply siva,
i declared internal table with header line,,T_data is the internal table i have used ,while debugging im seeing data's in newly created fields but in the output i cannt see the data's . its happening only to newly created fields.
2012 Apr 04 11:24 AM
Thanks for ur reply siva,
i declared internal table with header line,,T_data is the internal table i have used ,while debugging im seeing data's in newly created fields but in the output i cannt see the data's . its happening only to newly created fields.
2012 Apr 04 11:35 AM
hi,
1.you need to active table control like rightclick on table control-->active after you active all screen
2.please check added 20 columns in declared not in zprogram(Module pool type) in final table of control wizard or not!
these option you done as it is then also it is not working means you need to create table wizard once again
Regards,
Siva rama krishna mohan G.
2012 Apr 04 11:56 AM
hi karthik,
your problem is solved or not?
Regards,
Siva rama krishna mohan G.
2012 Apr 04 11:48 AM
hi karthik,
no need to create a new table control.
first of all add new fields thru transaction SE51 (using text field and i/p o/p field)
and add the fields in 'element list' and 'flow logic'.
finally activate it.
its working for me
Regards,
swapna
2012 Apr 04 11:56 AM
Hi swapna
elemnts list gets updated automatically once we have added new field , and i have inserted new field's in flow logic , chain....endchain .
2012 Apr 04 12:49 PM
check the fields u have added in includes and activate it properly
2012 Apr 05 10:59 AM
Thanks for all replies , i got the solution , there was diff in data types between field in internal table and fields 'format 'on screen painter