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

Reg: Adding field names in table control

Former Member
0 Likes
448

Hi

I am new to table control ,instead of going with table control wizard i am proceeding with table control.

I have added all the fields as per my requirement, i have added like matnr ,maktx. above these fields i would like to add material and material description..

can any one suggest me a way to add those fileds.

And my requirement is i need to display my contents in the internal table..

if any got sample coding plz do send me.

Thanks and regards

Arun Joseph

3 REPLIES 3
Read only

Former Member
0 Likes
429

See my response to [Error with table control wizard|;.

Jonathan

Read only

Former Member
0 Likes
429

Hi Arun joseph,

In SE51 -> Layout, Press Input/Output button and put it at the end of all your columns in your table control and give variable name ( for example fs_tablecontrol-extrafield ) and press Text Field button and put it in the place of heading give text and save it activate it.

In your program add the field in data declaration and do furthor logic for that extra field/fields.

Note: you can add the both fields like this only.

Regards,

Mahi.

Read only

0 Likes
429

Hi mahi,

Can u Please be more specific in this case,actually my problem is after getting in to the corresponding screen which i have declared in the program i clickd the table control option and i have dragged it upto some area , and i have given the name for the table control.

I got struck at this point and i donno how to proceed..

can you explain me step by step..so that i can follow up easily.

Thanks and Regards

Arun Joseph