2009 May 18 3:32 PM
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
2009 May 18 3:36 PM
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
2009 May 18 3:54 PM