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

bdc control for display settings

Former Member
0 Likes
409

Dear Experts,

I have created a custom program of bdc recording that will automatically populate data to standard transaction VA01.

The problem occurs when the user changed their monitor display settings, what happened was that some rows in Billing Plan tab will not be visible on screen due to change in display settings.

Is there a way to validate the appropriate display screen settings that have been used during the badi recording?

Thanks.

Kathy

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
344

Hello Kathy,

In the CALL TRANSACTION statement use OPTIONS addition for setting the CTU_PARAMS with the field DEFSIZE set as 'X'. This will ensure that a default screen size is used irrespective of the screen or monitor resolution.

Vikranth

Dear Experts,

I have created a custom program of bdc recording that will automatically populate data to standard transaction VA01.

The problem occurs when the user changed their monitor display settings, what happened was that some rows in Billing Plan tab will not be visible on screen due to change in display settings.

Is there a way to validate the appropriate display screen settings that have been used during the badi recording?

Thanks.

Kathy

1 REPLY 1
Read only

Former Member
0 Likes
345

Hello Kathy,

In the CALL TRANSACTION statement use OPTIONS addition for setting the CTU_PARAMS with the field DEFSIZE set as 'X'. This will ensure that a default screen size is used irrespective of the screen or monitor resolution.

Vikranth