‎2007 Aug 29 7:50 AM
hi all,
friends can anyone explain the concept of resolution in bdc.,... why we use the ctu_params in bdc... it would be very useful if anyone can explain me with an example.
regards,
karthi.
‎2007 Aug 29 7:55 AM
Hi
We have to Set the Resolution of Screen when we populate the Data to Table control.
We have to use the Attribute called DEFAULTSIZE in CTUPARAMS in this case.
while using CALL TRANSACTION ...we can declare a structure with type CTUPARAMS....and set the DEFAULT SIZE ....By doing so...the screen resolution becomes 10.no matter where u r executing the program.
And so we can write as....
CALL TRANSACTION 'VK11' OPTIONS FROM S_CTUPARAMS.
We can handle this in Session method also.
If you check the FM BDC_INSERT there is a parameter
CTUPARAMS LIKE CTU_PARAMS which can be used to fill the Default size.
<b>Reward if Helpful</b>
‎2007 Aug 29 7:55 AM
Hi
We have to Set the Resolution of Screen when we populate the Data to Table control.
We have to use the Attribute called DEFAULTSIZE in CTUPARAMS in this case.
while using CALL TRANSACTION ...we can declare a structure with type CTUPARAMS....and set the DEFAULT SIZE ....By doing so...the screen resolution becomes 10.no matter where u r executing the program.
And so we can write as....
CALL TRANSACTION 'VK11' OPTIONS FROM S_CTUPARAMS.
We can handle this in Session method also.
If you check the FM BDC_INSERT there is a parameter
CTUPARAMS LIKE CTU_PARAMS which can be used to fill the Default size.
<b>Reward if Helpful</b>