‎2008 Mar 31 3:19 PM
*'BDC_INSERT, internal data area for screen*
*.BDC_INSERTSAPMV13A. too small'*.
This error occurs when i used the MF 'BDC_INSERT' and the nunber of lines of my table 'BDCDATA' exceeds 229 records.
I don't know why. Have you any explications? and how can i do?
NB: TCODE = 'MEK1'.
Thanks in advance
‎2008 Mar 31 3:24 PM
HI,
Use This format,
CALL FUNCTION 'BDC_INSERT'
EXPORTING
TCODE = 'MB01'
TABLES
DYNPROTAB = BDCDATA
EXCEPTIONS
INTERNAL_ERROR = 1
NOT_OPEN = 2
QUEUE_ERROR = 3
TCODE_INVALID = 4
PRINTING_INVALID = 5
POSTING_INVALID = 6
OTHERS = 7.Regards,
Brown.
‎2008 Mar 31 3:31 PM
‎2008 Nov 18 9:40 PM
hi,
Could you pls tell me how you resolved it? I am facing the same problem with the same error.
Thanks!
‎2008 Nov 19 12:25 PM
Well, the problem was data, i have a problem in my bdcdata at lasts lines....just verify your data in bdcdata...
I hope it's helpful
‎2011 Feb 08 8:46 PM