2008 Feb 10 2:40 PM
hi
I got 10 records and i am updating those records in session and call transaction, suddenly the system crashes in the middle . Now i want to know how many records are updated in both. How is it possible.? what r the no of records.?
2008 Feb 10 3:19 PM
hi,
if it is a session means u have error log sm37 transaction.
if is a call transaction means we need to create error log internal table of type bdcmsgcoll structure...
**if useful reward with points**
hi,
if it is a session means u have error log sm37 transaction.
if is a call transaction means we need to create error log internal table of type bdcmsgcoll structure...
**if useful reward with points**
2008 Feb 10 3:19 PM
hi,
if it is a session means u have error log sm37 transaction.
if is a call transaction means we need to create error log internal table of type bdcmsgcoll structure...
**if useful reward with points**
2008 Feb 11 7:10 AM
Hi Siva,
If u r using session method then u can see the records which are not updated in SM37 and when using call transaction method then in code u have to do the modification as :
data : iatb like bdcmsgcol,
Loop at itab.
Write : itab-msgty, itab-messg1.
endloop.
those having msgty as S are success and those having E are the records not updated.
Regards
naveen gupta
PS: Reward Points if Helpfull.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |