2013 May 02 1:07 PM
Hi,
I am using function STC1_FULLSCREEN_TABLE_CONTROL like this:
CALL FUNCTION 'STC1_FULLSCREEN_TABLE_CONTROL'
EXPORTING
header = p_table
tabname = p_table
display_only = p_displ
endless = 'X'
no_button = space
X_START = 5
Y_START = 5
X_END = 150
Y_END = 50
IMPORTING
okcode = w_okcode
TABLES
table = <itab>
modif_table = <ntab>
EXCEPTIONS
OTHERS = 1.
The problem si that output table control ignore my custom position, it is always in the lef top corner and too small.
Thanks for all tips and advices.
2015 Feb 05 11:46 AM
I know this is a very old post. But I just found this FM. Try to use STC1_POPUP_WITH_TABLE_CONTROL instead
2015 Feb 05 12:34 PM
Hello,
thank you for you reply.
With STC1_POPUP_WITH_TABLE_CONTROL you can set the X Y of popup window which contains subscreen with Table Control, but unfortunely the size of this subscreen is not influenced by these parametrs and is exactly the same size like in STC1_FULLSCREEN_TABLE_CONTROL, that means very small.
But it is very good tool for maintanence of small tables(3-5 columns).
Regards,
Jakub