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

Screen Resolution Problem with table Control

Former Member
0 Likes
484

Dear's,

I have created a Table Control on the screen, This table control Display in accurate in 600800 Resolution but when i change the resolution table control in gettin smaller ( 1024840).

Please suggus me what can i do for Resolution.

3 REPLIES 3
Read only

Former Member
0 Likes
438

Hi Naresh,

I fear there's no possibility to obtain rendering SAPGUI-elements dependent on the resolution.

Regards,

Thomas

Read only

Former Member
0 Likes
438

Are getting this problem while running a bdc program?

there is a solution if this is a bdc issue.

fill CTU_PARAMS structure fileds and pass it to CALL TRANSACTION command followed with the keyword options.

i hope this will serve ur need if it is a bdc issue.

if serve ur need reward points

satish

Read only

Former Member
0 Likes
438

Hi,

IN the CALL TRANSACTION use the OPTIONS addition which is of the structure CTU_PARAMS

In that there is field DEFSIZE.Set the value as 'X'.

Thanks,

Naren