cancel
Showing results for 
Search instead for 
Did you mean: 

Background Process within Web Dynpro

Former Member
0 Kudos

Hi Everybody,

i want to update a database table through a background process within my Web Dynpro application but the data will not be changed. I am working on IDES ECC 6.0 (2005).


                CALL FUNCTION 'MY_BACKGROUNDD_PROCESS'
                  IN BACKGROUND TASK DESTINATION 'NONE'
                  EXPORTING
                  ....

If i call the function without: " IN BACKGROUND TASK DESTINATION 'NONE' " it works fine.

What could be the problem?

regards,

Sid

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Prolem solved. The FuBa had to be from type remote.