‎2005 Jun 23 6:57 AM
Hi ,
I have a requirement where I have to update a ztable in background once I execute the report.THe requirement is to exceute the updation in background.Will
Call funtion in update task help me?If yes, I have never used call function in update task .so can you guide me on the same.If no, how best can I acheive this?
Thanks & Regards,
Jyotsna
‎2005 Jun 23 7:27 AM
Hi,
Check this link.It contains sample code for This appending, deleting or changing records of a Z table.
http://sap.ittoolbox.com/code/d.asp?d=2378&a=s
Kindly reward points if it is useful.
‎2005 Jun 23 7:13 AM
Hi,
look F1 to call function pls:
...
It is not executed at once, but the data passed with EXPORTING or TABLES is placed in a database table and a subsequent COMMIT WORK then causes the function module to be executed by the update task.
-> so in error case you can analyse err. with TA SM13
(update records)
regards Andreas
‎2005 Jun 23 7:27 AM
Hi,
Check this link.It contains sample code for This appending, deleting or changing records of a Z table.
http://sap.ittoolbox.com/code/d.asp?d=2378&a=s
Kindly reward points if it is useful.