‎2021 Jan 31 9:05 AM
Hello. someone please explain what DDIC Structure BDCMSGCOLL is? I was studying BDC while i came across it.
‎2021 Jan 31 9:33 AM
If you search the Web, you would find the ABAP documentation of CALL TRANSACTION ... USING.
‎2021 Feb 01 8:02 AM
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