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

Updation

Former Member
0 Likes
605

How do we know that all the data was updated successfully in BDC

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
588

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

3 REPLIES 3
Read only

GauthamV
Active Contributor
0 Likes
588

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.

Read only

Former Member
0 Likes
589

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

Read only

Former Member
0 Likes
588

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