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

Queries on Call Function In update Task

Former Member
0 Likes
527

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

1 ACCEPTED SOLUTION
Read only

jayanthi_jayaraman
Active Contributor
0 Likes
401

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.

2 REPLIES 2
Read only

andreas_mann3
Active Contributor
0 Likes
401

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

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
402

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.