Application Development 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: 

How to maintain default screen resoultion in session?

Former Member
0 Kudos

Hi,

I have a bdc session which scheduled to run in the backround but i want to give dynpro standard size for the table controls.

how to handle the screen size in session backround processing?

Thanks,

Senthil

1 ACCEPTED SOLUTION

Former Member
0 Kudos

It is automatically handled . No coding required.

Cheers

3 REPLIES 3

Former Member
0 Kudos

It is automatically handled . No coding required.

Cheers

Former Member
0 Kudos

Hi

I think it's not possible, you should try to work often on first row of table control, so your BDC is screen size indipendent.

Max

Vinod_Chandran
Active Contributor
0 Kudos

Hi Senthil,

If you are using the CALL TRANSACTION, there is a field called 'DEFSIZE' to set the default size of the window. This you can find under 'OPTIONS'.

Please check the help of CALL TRANSACTION for more information.

If you are running the session from SM35, you will get this option in the first screen when you press the session execute button.

Thanks

Vinod

Message was edited by: Vinod C