2007 Jun 18 10:38 AM
Hi experts,
i want to show the failure records in my BDC program,
could any one give me a solution for this with out going to sm35 tcode
thanks in advance
karthik
Hi experts,
i want to show the failure records in my BDC program,
could any one give me a solution for this with out going to sm35 tcode
thanks in advance
karthik
2007 Jun 18 10:42 AM
Hi
You can populate an internal table with all failed records, and display them at the last.
But, in order to process these records, correct the error and make it through into SAP, you need to a create a session with all these records, so that, they are processed in foreground, and errors corrected.
Regards
Raj
2007 Jun 18 10:44 AM
Hi,
Call Transaction returns Sy-Subrc.
U can create a new itab of the same structure of input str ...
append the work area to this ITAB when call transaction fails....u can either use write statement to display the records or use GUI_DOWNLOAD..FM to download into a file.
santhosh
2007 Jun 18 10:47 AM
Hi,
You can create a table which can store the details and also the status of the same with time and date and generate a table maintenance for the same and assign a tr code for the same
for each data update the status of the upload whether the record has been created
Regards
Shiva
2007 Jun 18 10:52 AM
Hi all,
I am using the session method , what i exactly need is after my program excutes the bdc the report should show the records which sucessfully updated and records which is failure.
thanks
karthik
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |