Folks,
I have encountered strange problem with BDC.I created an ALV report from output i select any number of rows and hit insert class button on top. If i select less than 10 row and use this statement
call transaction 'CLMM' mode 'N'
,it works fine but if i select more than 10 rows ,the sy-subrc after this statement
call transaction 'CLMM' mode 'N'
is 1001 means an error. I cant understand this problem of Mode N. if i put statement
call transaction 'CLMM'
(foreground processing) here ,everything works fine. Do you have any idea?
Nirad