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 in SM30.

Former Member
0 Likes
496

Hi,

Am trying to run a BDC for a Custom Table in SM30.

When I am trying to update record am getting the error message "Screen 0000 is too large for internal batch input area". I also tried with CTU_Params in call transaction statement as

ctu_params-mode = 'N'.

ctu_params-update = 'S'.

ctu_params-defsize = 'X'.

ctu_params-RACOMMIT = 'X'

but still its not working.

Kindly help me in solving this issue.

Thanks

Hi,

Am trying to run a BDC for a Custom Table in SM30.

When I am trying to update record am getting the error message "Screen 0000 is too large for internal batch input area". I also tried with CTU_Params in call transaction statement as

ctu_params-mode = 'N'.

ctu_params-update = 'S'.

ctu_params-defsize = 'X'.

ctu_params-RACOMMIT = 'X'

but still its not working.

Kindly help me in solving this issue.

Thanks

2 REPLIES 2
Read only

Former Member
0 Likes
417

Hi,

Somewhere you are not passing the DYNPRO (Screen number) to the BDC, look at your code again and try to find where you are missing to pass the screen number

Thanks

Sudheer

Read only

Former Member
0 Likes
417

And why would you want a BDC for SM30.