‎2008 Jul 25 6:53 AM
How do we know that all the data was updated successfully in BDC
‎2008 Jul 25 6:56 AM
HI
In case of call transaction check the messages in bdcmsgcoll by declaring the table of type bdcmsgcoll .
In case of Session method log is generated .
Regards
Hitesh
‎2008 Jul 25 6:56 AM
hi,
whenever we r updating using bdc if there is problem it will show u error or else it will update.
or u can do one thing check whether that records r updated in the corresponding tables for those transactions.
‎2008 Jul 25 6:56 AM
HI
In case of call transaction check the messages in bdcmsgcoll by declaring the table of type bdcmsgcoll .
In case of Session method log is generated .
Regards
Hitesh
‎2008 Jul 25 6:58 AM
When you call the transaction You should use the message-table to get the messages from the batch-input processing back into your program
example:
CALL TRANSACTION 'ME21N' USING IT_BDCDATA MODE 'A' update 'S' MESSAGES INTO IT_MSSGS.
If this table contains any errors - Your bacth-input has failed.
regards
Peter