2010 Mar 16 11:19 AM
If I execute my program in background and my program is have a CALL FUNCTION func STARTING NEW TASK task
My question is a new task using dialog word process and background work process ?
Thank.
2010 Mar 16 11:33 AM
SAP says
RFC calls with CALL FUNCTION are processed in work processes of type DIALOG
So for calling it in different work process you need to use addtions
CALL FUNCTION ... IN BACKGROUND TASK
IN UPDATE TASK.
Regards
Marcin
If I execute my program in background and my program is have a CALL FUNCTION func STARTING NEW TASK task
My question is a new task using dialog word process and background work process ?
Thank.
2010 Mar 16 11:33 AM
SAP says
RFC calls with CALL FUNCTION are processed in work processes of type DIALOG
So for calling it in different work process you need to use addtions
CALL FUNCTION ... IN BACKGROUND TASK
IN UPDATE TASK.
Regards
Marcin
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |