‎2007 Jul 16 9:41 AM
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 .
‎2007 Jul 16 9:47 AM
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 ....
‎2007 Jul 16 9:49 AM
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
‎2007 Jul 16 10:09 AM
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 .