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

A strange problem about batch input (VA01)

com_2018
Participant
0 Likes
1,053

Dear experts,

I have created one batch input program about VA01,When the selection screen is full window and run,one error occurs.Opposition the screen is not full window ,and the error do not occur.

Could you help me?

Thanks and regards,

collysun

9 REPLIES 9
Read only

Former Member
0 Likes
920

What's the error?

Rob

Read only

0 Likes
920

Hi Rob,

Error: UPload successful data is one segment. e.g. item dates of upload file have five records.When upload end,only two records display in posted document.

Thanks and regards,

collysun

Read only

0 Likes
920

So you are uploading a file of data into an internal table and then creating a BDC session. When you run the session only two out of five get posted when the screen is full size, but all are posted when it's smaller. Is that correct? I still am not sure if I understand.

Rob

Read only

0 Likes
920

Hi Rob,

Your conclude is correct.Thank you very much.

Could your give any help?

Read only

0 Likes
920

Have you run it in debug mode when the screen is small? If so, are there still problems? If so, at what point?

Rob

Read only

0 Likes
920

I also run it in debug mode when the screen is small ,and the result is correct.

Read only

0 Likes
920

I've never seen anything quite like this and I'm afraid I'm out of ideas. Anyone else?

Rob

Read only

Former Member
0 Likes
920

Please post your code where you loop through the internal table (containing uploaded data from file) and fill in the BDC DATA.

Read only

Former Member
0 Likes
920

Hi Collysun,

The problem what you are facing is due to the resolution setting of individual desktop. This is a known issue in BDC's. Pls do one more recording of VA01 by putting the screen into default size from the tri color button that comes at the right corner of the application tool bar of your session window.

The advantage is that when the BDC is executed in background automatically the size of the session which is doing the job for you goes to the original size as the one in the recording and it will work irrespective of the windows screen resolution.

Cheers

JK

PS: Award points if this answer is helpful