2006 Dec 20 2:53 PM
Hello,
I'm doing a bach input proces with CALL Transaction and the size of the screen changes everything.
Someone tells me that I can do CALL TRANSACTION [USING bdc_tab [bdc_options]] and in the bdc_options -> defsize = 'X'
and it is really useful.
But Can I make that other computers use the same screen that me in the KE21N?
The bach input recorder is made with my size of screen and I woluld have to change the program.
How can I see the size of the screen I'm using?
2006 Dec 20 3:00 PM
2006 Dec 20 3:00 PM
2006 Dec 20 3:00 PM
Hi cesar,
1. bdc_options -> defsize = 'X'
This means,
use the same size, as was defined in the screen attributes, of the program.
2. So, user screen/resolution,
won't affect anything.
regards,
amit m.
2006 Dec 20 4:14 PM