Application Development 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: 

Workflow

Former Member
0 Kudos

Hello programmers, i would like to know if some of you had a situation similar to this:

There is a WorkFlow that it's launched by the events CREATED or MODIFIED from the Business Object BUS2032, for some users the Workflow works fine, but for other it isn't. In some cases the WF passes the variables with the correct value, but in other cases the value is equal to space.

I already initialize the memory using /$SYNC and /$TAB commands but it's still no working correctly..

Can you give some advice, suggestions?

Regards,

Carlos Lerzundy

3 REPLIES 3

Former Member
0 Kudos

I would compare the authorizations of the users that are successful with the users that aren't

0 Kudos

Hi Deborah! thanks for answer my message so soon.

The authorizations are fine, i've check it myself and it seems to be alright, in matter of fact, i test it with another abaper and i can't make work the WF with the abaper account either, i try with another abapers account and works fine, we all have the same level of authorizations, i also try with some end users accounts and the results were the same, for some users works fine but no the same result for another bunch of users...

=S

Former Member
0 Kudos

Dear Carlos,

First of all, please make sure that all of you use the same language to develop and start your workflow.

If different, please activate it as required language.

2nd check your workflow agent assignment, if possible define it as general and generate runtime version again.

3nd use Txn:SWU_OBUF to sync workflow buffer.

Good Luck.

Caster.