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 - table control with wizard

former_member211992
Active Participant
0 Likes
1,643

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,596

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

9 REPLIES 9
Read only

Former Member
0 Likes
1,596

Dear karthik,

Please check once wether u declared same name of  work area with comapre before added filed?

Regards,

Siva rama krishna mohan G.

Read only

0 Likes
1,596

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.

Read only

0 Likes
1,596

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.

Read only

0 Likes
1,596

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.

Read only

0 Likes
1,596

hi karthik,

your problem is solved or not?

Regards,

Siva rama krishna mohan G.

Read only

Former Member
0 Likes
1,597

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

Read only

0 Likes
1,596

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 .

Read only

0 Likes
1,596

check the fields u have added  in includes and activate it properly

Read only

0 Likes
1,596

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