JR

We are working on an SAP Implmentation and are concluding our Blueprint Phase. As a result, we are being asked for reporting information on Roles and Transactions Codes in ARIS.  Our Roles are modleled on an EPC model assocaited with SAP Function Types.  The SAP Function Types are on a FAD, and the screens have the respective transaction codes.  I am attempting to write a report that will "pull" Role (Person Type) to Transaction Types.  In other words, I need to "show" the Roles from the EPC model combined with the Transaction Codes on the object (Screen) on the FAD model.  I need help, guidance and direction on how I can do this.  I have been working all day trying to "pull" this information.   Incidentially, I am new to ARIS Report Writing.

 

Thanks....

by Abhijit Das
Posted on Mon, 07/09/2012 - 15:23

Hi,

For each EPC look the SAP function and associated Role object by the connection. And then check the assigned FAD models and get the associated transaction codes on the screen object.

Thanks

Abhijit Das

0
by Harry Ratia
Posted on Mon, 08/06/2012 - 14:18

Hello Mark,

 

I have tried this and basically my approach was the same as mentioned in the comment above. Can you please  show what you have tried so far by providing an example of the ARIS report code? Then maybe I can give you some tips on how to continue. 

 

Regards    / Harry R

0
by Srinivas CH
Posted on Thu, 08/23/2012 - 07:57

Hi Harry & Abhijit Das,

I have tried a report for this solution, But I Would like the output should be in a different way. Means for example for an activity we have three roles, Please see the below image:

Now I am getting output like the one above, I would like to see the output like the one in Red mark..Is that possible?? Merging all the roles in one TableCell separated by "comma":. If so please help me out.

Thanks in advance,

BR/Srinivas.

0
by Srinivas CH
Posted on Thu, 08/23/2012 - 10:19

Hi all,

I found the solution for the above post. Thanks and Have a great day :)

BR/Srinivas

0
by Srinivas CH
Posted on Thu, 08/23/2012 - 11:33

Hi Harry,

No, I tried my own logic using Array. Its working. I am unable to get the logic which "Mateusz K" posted.

var list = new Array();
for(j = 0; j <= (roleOccs.length-1); j++)
     {
         list.push(roleOccs[j].ObjDef().Name(g_nloc));  
      }
                    
  for( var k=0; k <= (list.length-1); k++)
     {
            roles = list[k] + RolesTotal;
            RolesTotal = "," + roles;
      }

Hello Harry, The scripts which you created before helps me a lot. But still I have many questions to clarify.

BR/Srinivas.

0

Featured achievement

Rookie
Say hello to the ARIS Community! Personalize your community experience by following forums or tags, liking a post or uploading a profile picture.
Recent Unlocks

Leaderboard

|
icon-arrow-down icon-arrow-cerulean-left icon-arrow-cerulean-right icon-arrow-down icon-arrow-left icon-arrow-right icon-arrow icon-back icon-close icon-comments icon-correct-answer icon-tick icon-download icon-facebook icon-flag icon-google-plus icon-hamburger icon-in icon-info icon-instagram icon-login-true icon-login icon-mail-notification icon-mail icon-mortarboard icon-newsletter icon-notification icon-pinterest icon-plus icon-rss icon-search icon-share icon-shield icon-snapchat icon-star icon-tutorials icon-twitter icon-universities icon-videos icon-views icon-whatsapp icon-xing icon-youtube icon-jobs icon-heart icon-heart2 aris-express bpm-glossary help-intro help-design Process_Mining_Icon help-publishing help-administration help-dashboarding help-archive help-risk icon-knowledge icon-question icon-events icon-message icon-more icon-pencil forum-icon icon-lock