2013 Aug 11 3:32 PM
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
2013 Aug 11 7:39 PM
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.
2013 Aug 12 4:13 AM
Hi Suresh Reddy,
There are many threads on bdc resolution problem, I pasted some links for your reference, it may help you.
Screen Resolution Problem in Session Method
how to solve screen resolution in bdc
How to make screen resolution independent in BDC
Re: Screen Resolution problem in BDC
screen resolution problem in table control
whats the screen resolution problem with bdc's how to solve it?
Regards,
Ramesh.T