‎2008 Nov 26 9:49 AM
Dear all,
How to handle those records which are not updated at the time when master data is uploaded from legacy to SAP system.
Please tell me the procedure.
Regards
Vikas
‎2008 Nov 26 10:08 AM
Hi,
Incase if you have used BDC to upload the data then you can capture the error records in error file and then later upload only these records.
Cheers,
Hakim
‎2008 Nov 26 10:08 AM
Hi,
Incase if you have used BDC to upload the data then you can capture the error records in error file and then later upload only these records.
Cheers,
Hakim
‎2008 Nov 26 10:10 AM
Hi,
If you are using BDC Call transaction then the errors while updating the database using call transaction
technique are trapped using a structure bdcmsgcall, whose field msgtyp become u2018eu2019 when an error record is encountered. Those records are formatted using format_message function call in the desired format and stored in an internal table for listing of all error records in one shot.
Session method will take care of the errors on its own. They can be seen in the log after the batch processing has been completed. They can then be corrected and file can be uploaded again.
If you are using LSMW method, and uploading the file from the application server then you can use the FM GUI_DOWNLOAD and you can give the path in your local drive. After the processing, error records will be downloaded to that file and they can be reprocessed again.
Regards,
Ravindra Singh
‎2008 Dec 25 11:54 AM