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

Problems with BAPI_BUS2002_GET_STATUS

Former Member
0 Likes
596

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

2 REPLIES 2
Read only

stephen_kneale
Explorer
0 Likes
489

We are also having this problem.  Anybody have any suggestions on making this work?

Regards,

Steve

Read only

0 Likes
489

Adding the following before the BAPI call seems to have fixed the problem.

CALL FUNCTION 'BAPI_PS_INITIALIZATION' .

Regards,

Steve