‎2008 Apr 21 1:13 PM
hi friends,
this is geetha i having problem like i having few custom tables having data and also few conversion programs to update data from custom tables to sap standard tables.
problem is like i have to run the sap standard report to schduling those conversions in background and also at the same time i have to capture the error records and one more thing is put a success message iif conversion is excutes succesfully and error message if not.
‎2008 May 01 11:35 AM
to capture the error message you have to define a data with data type bdcmsgcoll . and define two or five data variable , and also call the function module "message_format" and paas the value from message to variable then display. then use function module "ws_download". to download data in excell sheet.
if you like the answer then give me the revert point.