Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

back ground scheduling and capturing error log which standard program sutbl

Former Member
0 Likes
310

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.

1 REPLY 1
Read only

Former Member
0 Likes
278

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.