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: 

Identify roles transported

Former Member
0 Kudos

Hi,

In a traditional ERP system landscape (DEV, QA and PROD), I would like to identify which roles are in which environment.

Role transport management is used to move roles from DEV to QA and to PROD.

Many thanks in advance. Best regards,

Imanol

8 REPLIES 8

Former Member
0 Kudos

Hi Inamol,

You can check them in the table AGR_DEFINE for each system & then compare it with other system's AGR_DEFINE table

You can also check in transaction PFCG for each system

Former Member
0 Kudos

Inmaol,

First goto the STMS queue and then select the option of the Import History.

once in the impot history -> EDIT--> Dsplay More and you will get the details as to which client the transport was imported and the user who has imported the transport request. you can also increase date(range) selection also.

2. Se03-> Request/Task->enter ACGR ->click the check box->enter thr role names->execute.

3.Table E070 to view transport histroy.

Thanks,

Sri

Former Member
0 Kudos

Sri,

I don't know the transport order numbers. I just want to check for some roles existing in the system to which environments have been transported.

For the options you provided, I liked SE03 but I don't have ACGR type. Where do I have to enter that?

1. SE03

2. Request / Tasks

3. Find Requests

4. what else??

Thanks for all. Regards,

Imanol

0 Kudos

inmaol,

SE03->Selection of objects->choose "ACGR" then click the check box and enter role name(towards right) and search...this will give the transport request for the role.

Still you can filter on Owner / date

or

Thanks,

Sri

Edited by: sri on Jul 30, 2010 9:35 AM

Former Member
0 Kudos

Start with your DEV system first:

1) Identify request owner, details (roles contains) = SE01 = Select Customizing Request = list out only those requests which contains roles attributes.

2) List all the TR's in a sheet where you can keep record on request = role

3) Get in QAS, PRD STMS => Import overview & find out if the request is imported (yellow)

The above steps just help you to find those roles which were transported, step 2 will help you to find the customized roles (from PFCG) which was export / imported in target systems.

Regards;

Former Member
0 Kudos

Hi ,

what is the unlitmate goal of this activity:

Are you trying to find the productive roles

and segregate the non productive roles?

Former Member
0 Kudos

Hi Imanol,

By using E071 table you can get the all roles relevant information. Whether those roles are transported or not if transported then how many times those are transported from one environment to another environment.

Her you can get the all transport request details also.

In E071 table specify the role name in Object name field and execute, then you will get the entire list.

Thanks,

Siva

Edited by: SivaShankar Matta on Aug 4, 2010 2:20 PM

Former Member
0 Kudos

You can use the view V_E071EU. This joins the transport number info (E070 table) and what was in it (E071 table). In SE16N filter the view on OBJECT = ACGR and you should get a comprehensive list in the OBJ_NAME filed. Including the transport name will help you identify where the role / profile came from (e.g patch, upgrade, development, QA, other environment).

Note role changes made directly in production would not be shown here as no transport is generated. You would need to use SUIM to identify these (if there are any).

Hope this helps,

Jamie