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 Session method : Screen Resolution Problem

Former Member
0 Likes
1,099

Hi all,

I have created a BDC for Sales Order(VA01) and Call Transaction method working perfectly but when Iam creating a session and running in background then the session is ending up with errors.When I processed it in foreground mode I observed that the screen resolution is smaller.I tried checikng the checkbox 'Display standard size' but it is not working.Any Idea how to resolve this issue?

Thanks & Regards,

Rock.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
948

Hi,

Please Uncheck the Default Size in SHDB and try Recording once again.

Thanks

kalyan

7 REPLIES 7
Read only

Former Member
0 Likes
949

Hi,

Please Uncheck the Default Size in SHDB and try Recording once again.

Thanks

kalyan

Read only

0 Likes
948

Hi Kalyan,

it is really hard once again to do recording once again and write the whole program once again.Any other way we can solve this problem?

Read only

0 Likes
948

why can't u use BAPI "BAPI_SALESORDER_CREATEFROMDAT2" instead of BDC.

Read only

Former Member
0 Likes
948

hi...

These kind of problem come into picture when you go for filling values in table control....

like filling in 20 number of lines on the screen when you can fill only 10 on the scrren.

so in such casees what you can do is

start recoding using SHDB

do operations and when it come to filling of table control

fill the first line with value and then use some option on the application tool bar to go to the next line

then fill the another line.

I was getting same problem as your but this way it was done perfectly and u can apply it at number of places.

**************************************************

or if you dont want to go for the lengthy process just record again and use option on tool bar of SHDB to generate a report for that

Edited by: Mohit Kumar on Feb 6, 2009 7:40 AM

Read only

Former Member
0 Likes
948

Hi,

I am sorry my friend, but u have to repeat the procedure again with default size unchecked.

Regards

Ravi Aswani

Read only

naveen1241
Participant
0 Likes
948

hi...

try this way..

logon to SAP...

press Cntrl+F12...to pop up the Customize local layout menu...

select Default size...and record the transaction...and proceed..

regards,

Naveen Natarajan

Read only

Former Member
0 Likes
948

Thanks all for u r replies and precious time spared from u r work for the replies.

Thanks & Regards,

Rock.