Skip to Content
0
Former Member
Feb 26, 2009 at 07:54 AM

FM in BACKGROUND TASK AS SEPARATE UNIT

1351 Views

Hi !

I am currently calling a Function Module with the addition of 'BACKGROUND TASK AS SEPARATE UNIT' inside a BADI Implementation. Inside the FM is a call to a BAPI. However, when the system passes through this, it appears that the BAPI does not do the update. When I call the FM without these additions, the BAPI successfully does the update.

I also tried adding a BAPI commit after the BAPI call but it still does not work. When calling the FM normally, it works even without the BAPI commit.

Do I need to consider other things when using the addition 'BACKGROUND TASK AS SEPARATE UNIT' ?

Thank you.