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: 

waht is the purpose of catu_param parameter in bdc

Former Member
0 Kudos

hi

experts can u herlp me for this

3 REPLIES 3

Former Member
0 Kudos

Hi Ravi,

What is ur question... could you explain it in more detail.. where is this catu_param...

Cheer's

mahesh

Former Member
0 Kudos

Hi Ravi,

By using CTU_PARAMS you can control the display of the screen. In BDC there comes a situation where dependending on different resolutions of different screen sizes there may appear different number of lines in the table control.

If your code deals with a table control with a hardcoded number then it becomes a problem when the resolution changes. So by using CTU_PARAMS you define your screen size and that keeps the display constant in all environs.

<b>

Reward Points if this helps,</b>

Kiran

former_member235056
Active Contributor
0 Kudos

Hi,

well i have done purchase order uploading using bdc so for diffeernt monitors i have to change screen resoultion in program as when it displays so CTU_PARAM is usedwith which i can change a screen resoultion .

PARAMETERS DIS_MODE LIKE CTU_PARAMS-DISMODE DEFAULT 'N'.

"A: show all dynpros

"E: show dynpro on error only

"N: do not display dynpro

Pls reward points .

Regards,

Ameet