‎2005 Aug 15 11:36 AM
Hey,
we have the problem, that the BAPI doesn't work in a loop.
Means:
I have an internal table with n activities. In a loop I get some information's and now I want to get the statusinformations about the activitivies.
The first cycle I get the informations (import network number), in the second one the tables E_ACTIVITY_SYSTEM_STATUS and E_ACTIVITY_USER_STATUS are empty.
Some ideas?
Regards Thomas
‎2015 Jan 14 9:17 PM
We are also having this problem. Anybody have any suggestions on making this work?
Regards,
Steve
‎2015 Jan 14 11:36 PM
Adding the following before the BAPI call seems to have fixed the problem.
CALL FUNCTION 'BAPI_PS_INITIALIZATION' .
Regards,
Steve