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

Batch input user

Former Member
0 Likes
1,202

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
865

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.

6 REPLIES 6
Read only

FredericGirod
Active Contributor
0 Likes
865

Hi,

When you use the function BDC_OPEN_GROUP, you could define the username for authority check.

Rgd

Frédéric

Read only

0 Likes
865

Hi all,

If I user the FM BDC_OPEN_GROUP I can use call transaction or I must create a BI group ?

bye

enzo

Read only

0 Likes
865

I don't know.

But if yes, I will be surprise.

Rgd

Frédéric

Read only

0 Likes
865

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

Read only

Former Member
0 Likes
865

Hi Enzo,

1. Exactly for the SAME PURPOSE,

the FM BDC_OPEN_GROUP

has the parameter USER

regards,

amit m.

Read only

Former Member
0 Likes
866

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.