‎2008 Sep 04 6:18 AM
Hi all,
i hve to call a function module in background workprocess but when i called a fm simply without specify background then it's give me right o/p .
CALL FUNCTION 'Y_WS3_ALIASTEST'
but after specify background then it's giving no values
CALL FUNCTION 'Y_WS3_ALIASTEST' IN BACKGROUND TASK
why it's happend ,pls specify
regards,
anuj
‎2008 Sep 04 6:43 AM
Hello Anuj.
I would like to suggest my opinion,
1. Go To Transaction SM37 - Simple Job Selection.
2. Either Enter the Job name or the Program or for function module in the "or after event" box.
3. Click on Execute.
4. Then Further click on Job Log.
There you would be able analyze the status.
Hope that's usefull.
Good Luck & Regards.
Harsh Dave
‎2008 Sep 04 6:48 AM
Thanx harsh,
i know it but i want to run my rfc through program.
regards,
anuj
‎2009 Oct 13 7:43 AM