‎2007 Apr 19 12:11 PM
‎2007 Apr 19 12:13 PM
u can do that with RFCs i guess
CALL FUNCTION Remotefunction <b>STARTING NEW TASK</b> Taskname
DESTINATION ...
EXPORTING...
TABLES ...
EXCEPTIONS...
chk this
http://help.sap.com/saphelp_nw04s/helpdata/en/22/042592488911d189490000e829fbbd/content.htm
‎2007 Apr 19 12:22 PM
Hi,
The most common is using <b>IN UPDATE TASK</b> in the call, for example:
CALL FUNCTION 'RV_GROUPS_UPDATE'
<b>IN UPDATE TASK</b>
TABLES
xvbsk = it_xvbsk
xvbss = it_xvbss
yvbsk = it_yvbsk
yvbss = it_yvbss.