‎2006 Feb 03 8:57 AM
Hi all,
In a report I do a batch input on ME22 transaction.
Is it possible to simulate the ME22 with a user different from one start the report?.
I will try to explain better the problem.
User A start the report with BI.
In ME22 there are some authority check, e.g. on plant and user A hasn't the premission to plant A000.
Now I want that in the Batch Input this authority controls aren't performet.
So it is possible to start the batch input with different user from one of logon?
thanks
enzo
‎2006 Feb 03 9:11 AM
Hello Enzo,
Trying to understand your requirement. If you are successful in this type then it could be risky as the person w/o proper authorisations will be able to change the PO. Instead I would suggest u create a dummy user with necessary authorisation and let this BDC be executed under that name. This way at least u will be sure that the PO is not chnaged with unauthorisised User.
‎2006 Feb 03 9:05 AM
Hi,
When you use the function BDC_OPEN_GROUP, you could define the username for authority check.
Rgd
Frédéric
‎2006 Feb 03 9:41 AM
Hi all,
If I user the FM BDC_OPEN_GROUP I can use call transaction or I must create a BI group ?
bye
enzo
‎2006 Feb 03 9:57 AM
‎2006 Feb 03 10:03 AM
Hi Frédéric,
May be a solution is found.
I will try to make the call transaction into a remote FM.
In the system I create a RFC destination with a new logon user.
In the FM calling with Rfc Destination I make the call transaction. I see that another report do it.
I will try.
bye
enzo
‎2006 Feb 03 9:08 AM
Hi Enzo,
1. Exactly for the SAME PURPOSE,
the FM BDC_OPEN_GROUP
has the parameter USER
regards,
amit m.
‎2006 Feb 03 9:11 AM
Hello Enzo,
Trying to understand your requirement. If you are successful in this type then it could be risky as the person w/o proper authorisations will be able to change the PO. Instead I would suggest u create a dummy user with necessary authorisation and let this BDC be executed under that name. This way at least u will be sure that the PO is not chnaged with unauthorisised User.