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

process rfc in background workprocess

Former Member
0 Likes
517

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

3 REPLIES 3
Read only

Former Member
0 Likes
443

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

Read only

Former Member
0 Likes
443

Thanx harsh,

i know it but i want to run my rfc through program.

regards,

anuj

Read only

Former Member
0 Likes
443

thanks all.