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

can update module call normal module?

tongping
Explorer
0 Likes
384

Question:

1. can update module call normal module?

when I run a normal function module (which was supposed to run for a long time) in update module, i got some inbox message soon: the update terminated.

2. can a normal module run endlessly in the update module?

that's what I want; only in some case, the normal module will read some flag from DB to end itself.

3. when i run a normal function module with a endless loop directly in SAP GUI, it always ends within 1 miniute or so. Why?

4. can update module run endlessly as a daemon process? If not, what's the way to run ABAP code as daemon process?

Thanks and kind regards,

Said

2 REPLIES 2
Read only

tongping
Explorer
0 Likes
361

I think I'd better to extract part questions to a new thread.

How to run ABAP code in a daemon process?

Read only

0 Likes
361

hi tong,

i didnt get u, what is meant by deamon process?

yes, u can call normal fn module in update fn module.

call fn in update mode.

inside the fn u can write normal fn modules. no problem. the update fn module will be called only when commit work is reached.