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

Problem Call transaction in bach input mode

Former Member
0 Likes
611

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?

1 ACCEPTED SOLUTION
Read only

LucianoBentiveg
Active Contributor
0 Likes
562

You can use transaction KE21 instead KE21N.

Regards.

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?

3 REPLIES 3
Read only

LucianoBentiveg
Active Contributor
0 Likes
563

You can use transaction KE21 instead KE21N.

Regards.

Read only

Former Member
0 Likes
562

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.

Read only

Former Member
0 Likes
562

thanks