2015 Oct 10 6:23 AM
Hi All,
I am trying to upload records in SM30 using BDC using call transaction , if the records are 25 I get an error Screen 0000 is too large for internal batch input area.
I need urgent help on this . Can somebody please help me resolve this.
Hi All,
I am trying to upload records in SM30 using BDC using call transaction , if the records are 25 I get an error Screen 0000 is too large for internal batch input area.
I need urgent help on this . Can somebody please help me resolve this.
2015 Oct 10 7:00 AM
Hi Ami S,
I never use BDC to maintain table data.
May be you can use open sql to edit the table data directly.
Or you can call FM 'VIEW_MAINTENANCE_CALL' in your program to perform standard maintainance view.
2015 Oct 10 7:37 AM
Hi Amit,
This is because the no of line items in sm30 screen on your laptop/desktop. When it crossed you will get this error message.
My question is, for which table you try to enter records, Please let me know.
We can write a separate upload program that reads data from your excel sheet and insert into that table.
PS: if it is so urgent, a quick solution would be break your files into 20 records each and run separately each time.
Regards,
Venkat
2015 Oct 10 8:35 AM
Thank you for your reply.
It is a custom table and since there are multiple validations on each field I am using BDC.
2015 Oct 10 8:40 AM
And each time resolution differs on different system then your no of lines also gets changed so better to have single terminal and count your line items and you max fix it at this time because its an urgent for you.
2015 Oct 10 8:52 AM
I have used marked default size as X and uploading 17 records at a time because in recording It shows 17.. but I still get the error screen is too large for batch input session.
2015 Oct 10 10:06 AM
run once in foreground and check it. do not run it in background directly.,
2015 Oct 10 11:30 AM
2015 Oct 10 1:57 PM
Hi Ami,
You can write direct update query if table is Z means not standard..
2015 Oct 10 2:38 PM
Ami wrote:
It is a custom table and since there are multiple validations on each field I am using BDC.
so direct update query would not be useful at that point.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |