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: 

BDC tabel control for QE01

Former Member
0 Kudos

Hi,

I am writing BDC table control for QE01.It is working very fine on my desktop.

If the screen resolution is changed in other desktop the BDC is not working.

Give me inputs how to make it work

Regards

Rasheed.

1 ACCEPTED SOLUTION

abdul_hakim
Active Contributor
0 Kudos

Hi,

Select the "Dynpro Standarad Size" option while running ur BDC.

BDC will not be affected by screen resolution.

Cheers,

Hakim

7 REPLIES 7

abdul_hakim
Active Contributor
0 Kudos

Hi,

Select the "Dynpro Standarad Size" option while running ur BDC.

BDC will not be affected by screen resolution.

Cheers,

Hakim

0 Kudos

Hi Hakim,

Can u guide me how can we do this.

Regards

Rashhed

0 Kudos

Hi

Select your batch input session and then select the process button.

In the next screen select the standard dynpro size.

Cheers,

Hakim

0 Kudos

Hi,

I am using ECC 6.0 I am not getting this option in SHDB

can u give me more inputs plz

Regards

0 Kudos

Hi

Go to SM35 and select your session and then select the process option.

Then in the next screen select "Dynpro standard size"

Cheers,

Hakim

0 Kudos

Hi

I compeleted codind in BDC Call Transaction for QE01

so how can i proceed now.

Regards

Rashed.

0 Kudos

Hi

You need to add the additon OPTIONS FROM to your call transaction statement.

Refer the below code.

DATA OPT TYPE CTU_PARAMS.

OPT-DEFSIZE = 'X'.

CALL TRANSACTION 'FB01' USING ITAB OPTIONS FROM OPT.

Cheers,

Hakim