Skip to Content
1
Former Member
May 14, 2008 at 04:17 PM

Strange problem with backgroung processing of BDC for Transcation CLMM

52 Views

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