2007 Jul 01 10:43 PM
I wish to perform exception handling when creating a BDC program . have no clue where to start. Help required.
Thanks
2007 Jul 02 12:06 AM
The messages from a BDC are passed back to the calling program via the MESSAGES INTO <itab> extension of the CALL TRANSACTION statement. This is an internal table which will give you all of warning, information, success and error messages from that transaction.
Regards,
RIch Heilman
2007 Jul 02 12:06 AM
2007 Jul 02 12:10 AM
2007 Jul 02 4:08 AM
Will have diffrent exeption in BDC ,
1. it will give Log message - if you use BDCMSGCOLL Struturre ( Should be N Mode )
2. It will give Log message - if you use FORMAT_MESSAGE FM ( Should be N mode )
3. It will return sy-subrc ,based on subrc you can show exeptions..
Thanks
Seshu
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |