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

BDCMSGCOLL

Former Member
0 Likes
726

Hello. someone please explain what DDIC Structure BDCMSGCOLL is? I was studying BDC while i came across it.

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
688

If you search the Web, you would find the ABAP documentation of CALL TRANSACTION ... USING.

Read only

0 Likes
688

Hi,

Any message that occur during CALL TRANSACTION USING are collected in a specified internal Table with structure BDCMSGCOLL and you can analyze the error. CALL TRANSACTION USING doesn't provide error handling for incorrect transaction so we use BDCMSGCOLL .

Thanks,

Ankita