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

Add Fields dynamically to table control

herzelhaimharel_gilor
Participant
0 Likes
623

Hello Folks ,

i'm trying to add some filed to standard table control and this require from me to take action of repair (modification ) .

insted of make repair i consider the option of make an enhancement and dynamically (by code ) add the required fileds to table control .

is there anyone that know if it's possible or not and how to do this .

Regards,

Herzel .

3 REPLIES 3
Read only

Former Member
0 Likes
466

Herald, You just have to add the fields in the screen layout of the screen.

Regarding the coding .... There must be any user exit for transferring program fileds to screen fileds ....

Read only

Former Member
0 Likes
466

Hi,

You can use ALV for input purpose as well. Check out OO ALV programs. SE38 -> BCAlVEDIT* , tons of programs available.

a) Input from user - In ALV, this is possible

b) F4 help - Possible with ALV

Not sure why would you need material number and description in the same column and that too one below another. It is possible with lot of tweaking but still requirement is strange and you need to have at least two rows for the same MATNR, one with the number and other with description.

Refer the links:

<b>Reward points</b>

Regards

Read only

0 Likes
466

the problem is about to add cols to sap table control .

if i'll do it in screen painter this cause me to make a repair .

insted of the repair i think about how to do it with enahcement by add the cols dynamically (by code in run time mode ) .

is it possible ? if yes how can i do it .

Thx .