How to handle errors in CALL TRANSACTION BDC method without using bdcmsgcoll internal table?

Showing Answers 1 - 9 of 9 Answers

sukanti

  • Nov 9th, 2006
 

u can use funtion module WRITE_MESSAGES and FORMAT_MESSAGES to read the messeges in stead of BDCMSGCOLL.

  Was this answer useful?  Yes

DHANUNJAY

  • Nov 9th, 2006
 

WE CAN USE SESSION METHOD LOGFILE IN CALL TRANSACTION.

1. WE HAVE TO SEND ERROR RECORDS IN TO ONE INTERNAL TABLE .

2. NEXT FOR THAT ITAB U CAN USE SESSION METHOD .

3 WITH THIS U WILL GET SESSION METHOD LOG FILE IN CALL TRAN.

  Was this answer useful?  Yes

prashant

  • Nov 15th, 2006
 

format_messages

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions