‎2007 Apr 27 10:53 AM
will the messages in the call tr. Will be stored in the database?
‎2007 Apr 27 10:55 AM
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
‎2007 Apr 27 10:55 AM
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
‎2007 Apr 27 11:00 AM
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
‎2007 Apr 27 11:34 AM
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