‎2006 Jan 16 3:28 AM
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
‎2006 Jan 16 3:34 AM
‎2006 Jan 16 3:46 AM
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
‎2006 Jan 16 3:51 AM
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
‎2006 Jan 16 4:03 AM
Hi Rob,
Your conclude is correct.Thank you very much.
Could your give any help?
‎2006 Jan 16 4:11 AM
Have you run it in debug mode when the screen is small? If so, are there still problems? If so, at what point?
Rob
‎2006 Jan 16 4:18 AM
I also run it in debug mode when the screen is small ,and the result is correct.
‎2006 Jan 16 4:23 AM
I've never seen anything quite like this and I'm afraid I'm out of ideas. Anyone else?
Rob
‎2006 Jan 16 4:20 AM
Please post your code where you loop through the internal table (containing uploaded data from file) and fill in the BDC DATA.
‎2006 Jan 16 7:42 AM
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