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

MF 'BDC_INSERT'

Former Member
0 Likes
850

*'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

No no, i think its fine i resolve the problem...

Thanks

5 REPLIES 5
Read only

Former Member
0 Likes
786

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.

Read only

0 Likes
786

No no, i think its fine i resolve the problem...

Thanks

Read only

0 Likes
786

hi,

Could you pls tell me how you resolved it? I am facing the same problem with the same error.

Thanks!

Read only

0 Likes
786

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

Read only

Former Member
0 Likes
786

This message was moderated.