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 error

Former Member
0 Likes
541

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

3 REPLIES 3
Read only

Former Member
0 Likes
498

go to debugger mode and check the data in internal table coming properly or not...

Read only

Former Member
0 Likes
498

Hi,

Is that a subscreen you are trying to populate?

If so check with the screen number..

Regards,

Raju

Read only

Former Member
0 Likes
498

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.