2007 Nov 08 6:13 AM
Hi
I need to see all error messages in BDC call transaction
I tried in t100 database table
if i have 25000 records how can i come to know i have error in particular record
Regards
Rasheed
Hi
I need to see all error messages in BDC call transaction
I tried in t100 database table
if i have 25000 records how can i come to know i have error in particular record
Regards
Rasheed
2007 Nov 08 6:35 AM
Hi Rasheed,
DATA: MSG_TAB TYPE TABLE OF BDCMSGCOLL.
CALL TRANSACTION 'MM01' USING BDCDATA MODE 'N' UPDATE 'A' MESSAGES INTO MSG_TAB.
Here in call transaction method, all the error messages will be stored in MSG_TAB. loop the MSG_TAB, get MSGID and MSGNR and see the errors.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |