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

bdc

Former Member
0 Likes
467

will the messages in the call tr. Will be stored in the database?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
449

Hi,

No, Use the structure BDCMSGCOLL type in call transaction. In that only the errors are stored and display those to display your errors

Thanks

Ravi

3 REPLIES 3
Read only

Former Member
0 Likes
450

Hi,

No, Use the structure BDCMSGCOLL type in call transaction. In that only the errors are stored and display those to display your errors

Thanks

Ravi

Read only

Former Member
0 Likes
449

Hi,

Create an internal Table using structure BDCMSGCOLL and populate the messages into that internal table. Serch in the FORUM you can get all the basic details.

Regards,

Suresh

Read only

Former Member
0 Likes
449

Hi,

In the call transaction method you have declare the internal table of type BDCMSGCOLL.In that you will get the error messages.

Reward points if it is hlepful

Regards,

Sangeetha.A