Hi,
Im facing trouble in bdc , while upload mb1a data through xls using bdc .
example : when i upload 10 lines of data into itab from excel to table control of mb1a line items
out of which 2 nd & 4 th lines items as invalid data.
My logic was:
loop at itab.
*****into bdcdata.
endloop.
CALL TRANSACTION 'MB1A' USING bdcdata
MODE wrk_mode
UPDATE wrk_update
MESSAGES INTO messtab.
According to my logic shows only 2nd record error , here I need to display the 4th also
So can u please sujjest me how to identify the error record line while validate mb1a data and
how to pass all the error messages and post document for the remaining.