‎2006 Jul 10 6:10 AM
Hi All,
I am running a BDC program and trying to create a session.
But system gives an error
BDC_INSERT, internal data area for screen .BDC_INSERTSAPLMLSP. too small
what does this error mean?
Thanks,
Pratibha
‎2006 Jul 10 6:23 AM
go to debugger mode and check the data in internal table coming properly or not...
‎2006 Jul 10 6:31 AM
Hi,
Is that a subscreen you are trying to populate?
If so check with the screen number..
Regards,
Raju
‎2006 Jul 10 6:39 AM
Hi Pratibha,
The internal table with holds the data in the BDC_INSERT is too small i.e you need to modify the internal table for screen BDC_INSERTSAPLMLSP as same as in screen program.
Regards,
John.