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: 

User Id creation for Jco connections

former_member201054
Contributor
0 Kudos
144

Hi,

Need to create a user for verifying the Jco connections. Please help me with the steps of creation and how can it restricted only for verifying the connections.

Thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos
101

Hi Daneil,

Best way is to do it yourself.

1 - Create a user having full access (SAP_ALL and SAP_NEW and RFC Full access as well).

2 - Set up the JCO connection with this user ID.

3 - Put a trace (ST01) on this user ID and then test the connection.

4 - Analyze the trace file and create a role having all the access pulled in the trace.

5 - remove all the access from the above user and assign the role created in 4.

6 - Put a trace once again on this user Id, just to ensure that if there is a miss in any authorization(failure) then you will be able to capture that as well. Update the role accordingly.

Hope this helps.

5 REPLIES 5

Former Member
0 Kudos
102

Hi Daneil,

Best way is to do it yourself.

1 - Create a user having full access (SAP_ALL and SAP_NEW and RFC Full access as well).

2 - Set up the JCO connection with this user ID.

3 - Put a trace (ST01) on this user ID and then test the connection.

4 - Analyze the trace file and create a role having all the access pulled in the trace.

5 - remove all the access from the above user and assign the role created in 4.

6 - Put a trace once again on this user Id, just to ensure that if there is a miss in any authorization(failure) then you will be able to capture that as well. Update the role accordingly.

Hope this helps.

0 Kudos
101

Since it deals with NWA screen ,can we create it from the UME.If it's so what's the procedure

0 Kudos
101

Since it deals with NWA screen ,can we create it from the UME.If it's so what's the procedure

0 Kudos
101

Since it deals with NWA screen ,can we create it from the UME.If it's so what's the procedure

0 Kudos
101

Hi Daneil,

I actually didnt understand the meaning of "Since it deals with NWA screen" . As far as I understand you need to create a user Id as mentioned by me earlier for JCO connection. For more reference on how to create the JCO connection you can also refer to the help.sap link:

http://help.sap.com/saphelp_nw04/helpdata/en/07/a01440a1c32402e10000000a1550b0/frameset.htm

Refer to" point 5 - Define the security settings" of the above link. Hope it helps.