Hi all,
I have the following problem;
With the same user executing the same FM from two different programs.
In one it gives me a mistake and in other one not.
The FM does one;
CALL TRANSACTION 'SWO1' USING bdcdata
OPTIONS FROM opt
MESSAGES INTO messtab.
I have put a break-point in this point.
If I push F5 in one one executes me correctly, in other one jumps the following mistake;
"you are not authorized to use transaction SWO1."
The internal tables bdcdata and opt contain exactly the same thing in both cases.
How can it be that executing with the same user me of mistake of authorization in one and in other one not?
Thanks in Advance!