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 in bdc

Former Member
0 Likes
512

Dear All ABAP Gurus,

          Let me know that when i run bdc program in my development server it successfully but in my quality server it failure because of the screen resolution. Please help me with screen shot explainations

Thanks & Regards,

Suresh Reddy

Dear All ABAP Gurus,

          Let me know that when i run bdc program in my development server it successfully but in my quality server it failure because of the screen resolution. Please help me with screen shot explainations

Thanks & Regards,

Suresh Reddy

2 REPLIES 2
Read only

palash_mazumder
Participant
0 Likes
434

Hi,

It is better to do the recording for BDC with standard screen resoultion.

However, there is a parameter DEFSIZE is CTUPPARAMS.

It can be set to 'X' to counter the resolution problems.

e.g.

lv_ctuparams-DEFSIZE = 'X'.

Use these parameters in CALL TRANSACTION.