https://raw.githubusercontent.com/ajmaradiaga/feeds/main/scmt/topics/SAP-Profitability-and-Performance-Management-blog-posts.xml SAP Community - SAP Profitability and Performance Management 2024-05-20T11:13:31.297959+00:00 python-feedgen SAP Profitability and Performance Management blog posts in SAP Community https://community.sap.com/t5/financial-management-blogs-by-members/using-the-python-rfa-function-in-papm-to-calculate-the-difference-between/ba-p/13579960 Using the Python RFA function in PaPM to calculate the difference between two dates 2023-12-28T12:19:40+01:00 Amogh_Kulkarni https://community.sap.com/t5/user/viewprofilepage/user-id/41049 <EM><STRONG>Introduction :</STRONG></EM><BR /> <BR /> SAP Profitability and Performance Management (PaPM) Remote Function Adapter offers you the capability to use powerful coding language like Python and JavaScript.<BR /> <BR /> This blog will help you understand and configure how to make use of the Python function and code a simple logic to calculate the difference between two dates using a Python library in PaPM<BR /> <H3 id="toc-hId-1093192541"><EM><STRONG>Challenge :</STRONG></EM></H3><BR /> I am sure that you must have faced this nagging question of how to calculate difference between two dates irrespective of the technology that you must be working on. To solve this, you have to first convert the date fields into date formats and then write logics to calculate the difference between the two dates.<BR /> <BR /> In SAP Profitability and Performance Management (PaPM), i too faced this challenge, specially when my source data was in STRING format as compared to DATE format.<BR /> <H3 id="toc-hId-896679036"><EM><STRONG>Solution :</STRONG></EM></H3><BR /> As usual, I tried to overcome this challenge by using a CALCULATE function but for this, I had to first convert the STRING data type to DATE by using TO_DATE function.&nbsp; Now this is a tried and tested methodology but I thought to myself why not try something different and that is when i was encouraged to look at the <STRONG>Python&nbsp;</STRONG>function type from the Remote Function Adapter family in SAP Profitability and Performance Management (PaPM).<BR /> <OL><BR /> <LI>Create two date type fields 'Start Date' (STR_DATE) and 'End Date' (END_DATE' in your environment and create a Model Table called as 'Dates Data' with these fields and populate it with some date entries as shown below: -<BR /> <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/12/Model-Table-with-Start-and-End-Dates-populated.png" /></LI><BR /> <LI>Created a field called as NUM_DAYS (Number of Days) in the environment.</LI><BR /> <LI>Created a Remote Function Adapter - Python - 'Date Difference' and linked it with the Model Table 'Dates Data' as shown below<IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/12/IMG2-Connecting-Model-Table-with-Python-Function.png" /></LI><BR /> <LI>Now comes the interesting part :).<BR /> <OL><BR /> <LI>In the Python function 'Date Difference' , select the Input and assign the source model table, in this case 'Dates Data' to link the model table with the python function as shown below<IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/12/IMG3-Date-Difference-Input-1.png" /></LI><BR /> <LI>In the 'Signature', select the<BR /> <OL><BR /> <LI>'Start Date' and 'End Date' fields (which are from your model table 'Dates Data' as part of 'Selection'</LI><BR /> <LI>'Number of Days' field (which you created earlier in the environment (step 2)) as part of 'Actions<IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/12/IMG4-Date-Difference-Signature.png" /></LI><BR /> </OL><BR /> </LI><BR /> <LI>Here is the&nbsp;<STRONG>PYTHON&nbsp;</STRONG>code that calculates the difference between the Start Date and the End Date and populates in the Number of Days field<IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/12/IMG5-Python-Code-1.png" /></LI><BR /> <LI>Save and Activate the Python Function 'Date Difference'<BR /> <DIV></DIV><BR /> <DIV></DIV></LI><BR /> <LI>Execute the Python function and see the results<IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/12/IMG6-Final-Output.png" /></LI><BR /> </OL><BR /> </LI><BR /> </OL><BR /> As shown, the Python Code has executed and has populated the difference between the End Date and the Start Date in the 'Number of Days' field.<BR /> <DIV><BR /> <H3 id="toc-hId-700165531"><EM>Conclusion :</EM></H3><BR /> We can use a simple&nbsp;<STRONG>PYTHON</STRONG> logic to calculate the difference between two dates using the Python - Remote Function Adapter.<BR /> <H3 id="toc-hId-503652026"><EM>References :</EM></H3><BR /> I would like to give credit for following references that helped in writing this blog<BR /> <BR /> </DIV><BR /> <A href="https://answers.sap.com/questions/13589848/ppm-cloud-remote-function-adapter.html" target="_blank" rel="noopener noreferrer">https://answers.sap.com/questions/13589848/ppm-cloud-remote-function-adapter.html</A><BR /> <H3 id="toc-hId-307138521"><EM>Summary :</EM></H3><BR /> To wrap up, I have shown how we can use ‘SAP Profitability and Performance Management (PaPM) Python – Remote Function Adapter’ function type to calculate differences between two dates<BR /> <BR /> I thank you for reading through my second blog in SAP Profitability and Performance Management (PaPM).<BR /> <BR /> Kindly requesting you to leave your feedback and comments.<BR /> <BR /> I would encourage you to follow the topics in for more enlightenment on SAP Profitability and Performance Management (PaPM).<BR /> <BR /> <A href="https://community.sap.com/topics/profitability-and-performance-management" target="_blank">https://community.sap.com/topics/profitability-and-performance-management</A><BR /> <BR /> Thanks<BR /> <BR /> Amogh Kulkarni 2023-12-28T12:19:40+01:00 https://community.sap.com/t5/financial-management-blogs-by-sap/sap-papm-cloud-introducing-the-new-content-management-screen/ba-p/13580218 SAP PaPM Cloud: Introducing the New Content Management Screen 2024-01-03T15:13:49+01:00 arliesanisidro https://community.sap.com/t5/user/viewprofilepage/user-id/721964 Hello fellow SAP Community members!<BR /> <BR /> As we welcome the start of the new year, SAP Profitability and Performance Management Cloud (SAP PaPM Cloud) wishes to continuously release new features and enhancements for its users. To always be in the loop for more exciting news, you can check the tag <A href="https://blogs.sap.com/tag/papmcloudwhatsnew/" target="_blank" rel="noopener noreferrer">PaPMCloudWhatsNew</A>.<BR /> <BR /> One of the most used application currently offered by SAP Profitability and Performance Management Cloud (SAP PaPM Cloud) is the <STRONG>Content Network</STRONG>. As an overview, the Content Network application is focused on exporting and importing environments from one tenant to another.<BR /> <BR /> In this blogpost, I am thrilled to discuss with you the enhancements for the new application which is called <STRONG>Content Management</STRONG>. Please note that the functionality of export, download, upload, and import of content remains the same in the new Content Management screen.<BR /> <BR /> <SPAN style="color: #999999"><EM>Note: This blog post contains images. In case the images are too small, kindly click on the image to view with a better resolution.</EM></SPAN><BR /> <H2 id="toc-hId-964758350">Content Management Screen</H2><BR /> Upon accessing the Content Management Screen, users will see the fresh new user interface that displays the list of the contents that are currently uploaded and exported to the application with the following information:<BR /> <UL><BR /> <LI>Name</LI><BR /> <LI>Content Description</LI><BR /> <LI>Source Environment</LI><BR /> <LI>Source Version</LI><BR /> <LI>Size (MB)</LI><BR /> <LI>Source Event</LI><BR /> <LI>Creation Date</LI><BR /> </UL><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/12/1-12.jpg" /></P><BR /> The user also has the option to know more information about the listed contents by enabling the following columns in the Columns panel:<BR /> <UL><BR /> <LI>Created By</LI><BR /> <LI>Exported Date</LI><BR /> <LI>Globally Unique ID</LI><BR /> <LI>Last Modified Date</LI><BR /> <LI>Last Modified By</LI><BR /> <LI>Last Scanned Date</LI><BR /> </UL><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/12/2-10.jpg" /></P><BR /> <BR /> <H3 id="toc-hId-897327564">Exporting Content</H3><BR /> In the Content Management Screen, the user can export an environment in the form of a ZIP file which can be used later for download. Users can export the environment by choosing the Export button in the header and upon doing so, the Export dialog would then be displayed wherein an environment can be selected for export.<BR /> <BR /> After successful export, the content will be listed on top of the list in the Content Management Screen.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/12/3-9.jpg" /></P><BR /> <BR /> <H3 id="toc-hId-700814059">Downloading Content</H3><BR /> Existing content listed in the Content Management Screen can also be downloaded. User should select first the content to be downloaded which will enable the Download button in the header. Once the button is chosen, the download will be triggered, and content will be downloaded in the form of a ZIP file.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/12/4-5.jpg" /></P><BR /> <BR /> <H3 id="toc-hId-504300554">Uploading Content</H3><BR /> Users can upload content in the form of a ZIP file (with a maximum limit of up to 400mb) in the Content Management screen by choosing the Upload button in the header. Then, locate the desired ZIP file to be uploaded. After successful upload, the content will be listed on top of the list in the Content Management Screen.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/12/5-4.jpg" /></P><BR /> In case a ZIP file chosen for upload already exists in the Content Management screen, the user would be prompted with a message in the message logs.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/12/6-2.jpg" /></P><BR /> The same information will also be logged in the Application Monitor that the chosen content package for upload already exists.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/12/7-3.jpg" /></P><BR /> <BR /> <H3 id="toc-hId-307787049">Importing Content</H3><BR /> To import content from the Content Management Screen to the tenant, users can select desired content listed in the application and choose the Import button.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/12/8-3.jpg" /></P><BR /> The Import dialog would then be displayed for user to specify the following information necessary for the import process:<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/12/9-2.jpg" /></P><BR /> <P style="padding-left: 40px">a. Environment – text field to define Environment ID<BR /> b. Environment (Version) – text field to define Environment Version.<BR /> c. Activate Environment – dropdown which allows user to choose an option with regards to activation during the import process:</P><BR /> <BR /> <UL><BR /> <LI style="list-style-type: none"><BR /> <UL><BR /> <LI style="list-style-type: none"><BR /> <UL><BR /> <LI>No – if this option is chosen, only the Model Tables will be activated within the environment during import. This option is chosen by default.</LI><BR /> <LI>Yes – if this option is chosen, all functions within the environment will be activated during import.</LI><BR /> </UL><BR /> </LI><BR /> </UL><BR /> </LI><BR /> </UL><BR /> <P style="padding-left: 40px">d. Overwrite Environment – dropdown which allows user to choose the option to overwrite an existing environment in the tenant. This will be enabled if there is an already existing environment with the defined combination of Environment ID and Version. Otherwise, this option will be disabled.</P><BR /> <BR /> <UL><BR /> <LI style="list-style-type: none"><BR /> <UL><BR /> <LI style="list-style-type: none"><BR /> <UL><BR /> <LI>No – this option is chosen by default. If this option is chosen and the defined combination of Environment ID and Version already exists, user would be prompted to either: (1) change the defined Environment ID and Version to be imported, or (2) choose to overwrite the existing environment to proceed.</LI><BR /> <LI>Yes – if this option is chosen, the existing environment in the tenant with the same defined combination of Environment ID and Version will be overwritten.</LI><BR /> </UL><BR /> </LI><BR /> </UL><BR /> </LI><BR /> </UL><BR /> <OL type="a"><BR /> <LI style="list-style-type: none"></LI><BR /> </OL><BR /> <H3 id="toc-hId-111273544">Edit Description of Content</H3><BR /> Users can edit the description of content listed in the Content Management Screen by selecting the content that needs its description to be updated which will enable the Edit button in the header. Once button is chosen, the Edit dialog will appear which will allow user to edit the description of the selected content.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/12/10-2.jpg" /></P><BR /> <BR /> <H3 id="toc-hId--85239961">Incremental searching for Content</H3><BR /> Users can search for contents listed in the new Content Management Screen in the Search box in the header. When user inputs text in the Search box, matching results would be displayed immediately.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/12/11-1.jpg" /></P><BR /> That's it! This concludes my blogpost about the new Content Management screen.<BR /> <BR /> If you have SAP Profitability and Performance Management related questions, you can ask them through <A href="https://answers.sap.com/questions/ask.html" target="_blank" rel="noopener noreferrer">https://answers.sap.com/questions/ask.html</A> using the primary tag: SAP Profitability and Performance Management. You can also check other information about SAP Profitability and Performance Management in: <A href="https://community.sap.com/topics/profitability-and-performance-management" target="_blank">https://community.sap.com/topics/profitability-and-performance-management</A><BR /> <BR /> See you again on the next one and happy new year! 2024-01-03T15:13:49+01:00 https://community.sap.com/t5/financial-management-blogs-by-sap/sap-papm-cloud-what-s-new-as-of-2024-01-03/ba-p/13579545 SAP PaPM Cloud: What’s New as of 2024-01-03? 2024-01-03T15:14:56+01:00 former_member707485 https://community.sap.com/t5/user/viewprofilepage/user-id/707485 Hello SAP Community!<BR /> <BR /> With the design and logic of the new features and enhancements for this round now made available in SAP Profitability and Performance Management Cloud is certain to bring yet another enriched experience - but still made simple and intuitive as always.<BR /> <BR /> Let's take a closer look as we explore the highlights of this release.<BR /> <H3 id="toc-hId-1093188640">Modeling Screen:</H3><BR /> <P style="padding-left: 40px">In the modeling screen, a new feature is now available for users when creating or using an existing Model Table with Transport Data set to check (Yes) and/or unchecked (No) a new ‘Manage Data’ button can now be used. This button will direct the users to the Show Screen where the data can be maintained. This button will replace the Data Editor section specially when a Model Table is set with Transport Data set to checked (Yes).</P><BR /> <P style="padding-left: 40px;overflow: hidden;margin-bottom: 0px"><STRONG>OLD</STRONG><BR /> <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2024/01/Data-Editor.jpg" /><BR /> <STRONG>NEW<BR /> <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2024/01/Manage-Data.jpg" /><BR /> </STRONG></P><BR /> <BR /> <H3 id="toc-hId-896675135">Process Management Screen:</H3><BR /> <UL><BR /> <LI><STRONG>Action Button: Initialize</STRONG></LI><BR /> </UL><BR /> <P style="padding-left: 40px">Previously, regardless of what the Process State of the process instance is, if the main process instance node is selected in the Gantt Diagram, the Initialize button is enabled.</P><BR /> <P style="padding-left: 40px">In this product delivery release, the Initialize button will only be enabled for Process Instance which is in Deployed Process State as Dual Control mechanism will only work:</P><BR /> <P style="padding-left: 40px">Process Instance with Simulation process type and Open, Suspended, Abort and Completed process state.<BR /> <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/12/SS1-5.jpg" /><BR /> Process Instance with Simulation process type and Deployed process state<BR /> <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/12/SS2-4.jpg" /><BR /> Process Instance with Run process type and Open, Suspended, Abort and Completed process state.<BR /> <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/12/SS3-5.jpg" /><BR /> Process Instance with Run process type and Deployed process state<BR /> <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/12/SS4-6.jpg" /></P><BR /> <BR /> <UL><BR /> <LI><STRONG>Dual Control Mechanism: Email Notification</STRONG></LI><BR /> </UL><BR /> <P style="padding-left: 40px">In Process Management, an email notification will be sent to the users who are part of the assigned Performer and/or Reviewer Team when an action is made (Submit, Approve, Reject, Complete, and Initialize). The email notification contains the action taken for the Process Instance Activity, the email address of the user who made the action, and the Process Instance Activity and its URL.</P><BR /> <P style="padding-left: 40px">Note: This email notification will only be received if the Notification Settings are enabled on the User Preferences. For more information, you may refer to this <A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/56471df1959f4cfd9e3bf7a6d2d5be42/cf891d63d5af428db5f15dfff62e2e76.html" target="_blank" rel="noopener noreferrer">link</A>.</P><BR /> <P style="padding-left: 40px">In this product delivery release, once you access the provided link of the Process Instance Activity,<BR /> <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/12/SS5-4.jpg" />You will be redirected to the Process Management screen where the Process Instance is displayed in the Gantt diagram and the Activity is highlighted.<BR /> <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/12/PM_EmailNotificationLinkAccess-1.png" /></P><BR /> <BR /> <H3 id="toc-hId-700161630">Content Management Screen</H3><BR /> <P style="padding-left: 40px;overflow: hidden;margin-bottom: 0px">SAP PaPM Cloud is introducing a new application called Content Management with its fresh user interface. Now, all contents which are currently uploaded and exported to the application are displayed in a tabular format.<BR /> <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2024/01/CM_InitialScreen.jpg" /></P><BR /> <P style="padding-left: 40px">This new application will retain the same functionality of export, download, upload, and import of content that is mostly used in the Content Network screen. More details about the Content Management can be found in the SAP PaPM Cloud <A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/56471df1959f4cfd9e3bf7a6d2d5be42/56a0a0a1d8b10f63e10000000a42189c.html" target="_blank" rel="noopener noreferrer">Application Help</A> and the blogpost SAP PaPM Cloud: <A href="https://blogs.sap.com/2024/01/03/sap-papm-cloud-introducing-the-new-content-management-screen/" target="_blank" rel="noopener noreferrer">Introducing the New Content Management Screen</A>.</P><BR /> <P style="padding-left: 40px">Note: User should be granted the appropriate Administrator role to access the Content Management Screen. For more information about roles, visit the <A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a8068ea2f9ba403aa6d8bda3abcdbecd/6fe0171f0cfa46bb9dd6cb2fadec64f1.html?locale=en-US" target="_blank" rel="noopener noreferrer">Admin Guide</A> of SAP PaPM Cloud.</P><BR /> <BR /> <H3 id="toc-hId-503648125">Granular Roles</H3><BR /> <P style="padding-left: 40px">A new collection of roles is now available when accessing particular screens within SAP PaPM Cloud. Indeed, the term "new" means that the previously used roles remain unaffected. We nevertheless added 35 additional roles.</P><BR /> <P style="padding-left: 40px">The scope of these new roles will only cover specific screen in SAP PaPM Cloud. Here’s an example of the new roles that will be implemented on your tenants.</P><BR /> <P style="padding-left: 40px;overflow: hidden;margin-bottom: 0px">Role: <STRONG>MODELING</STRONG>, this role can performed Create, Read, Update and Delete of any sections in Modeling screen of an Environment.<BR /> <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2024/01/GR-Screenshot-1.png" /><BR /> While role <STRONG>MODELING_READ</STRONG>, will just let the users read the configuration as seconds that are editable are disabled. But with the capability of accessing Show, Analyze and Visualize screen.<BR /> <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2024/01/GR-Disabled-Properties-panel.png" /><BR /> Granular Roles doesn’t have the capability of accessing the home screen(Environment Screen) as it is only specified single screen. If the users would like to have an access the home screen, then the user must the ENVIRONMENT related roles. All details of the Granular roles can be check on our <A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a8068ea2f9ba403aa6d8bda3abcdbecd/4ae90bf1138e4164b6f47939787cf3bb.html" target="_blank" rel="noopener noreferrer">Admin Guide</A></P><BR /> <BR /> <H3 id="toc-hId-307134620">Process API of PaPM Cloud</H3><BR /> <P style="padding-left: 40px">Allow to pass process description and start date in CreateDeployRunActivityAsync body<BR /> Previously, the CreateDeployRunActivityAsync service operations of Process API of PaPM Cloud doesn’t have the capability to pass a value to Description and StartDate. Old Sample API Body:<BR /> {<BR /> "envId": "SXP",<BR /> "version": "0007",<BR /> "procId": "SXP_P7",<BR /> "postRunAction": "UPDATE_ACTIVITY_STATE",<BR /> "shouldValidateOnly": true,<BR /> "parameters": "",<BR /> "selections": "",<BR /> "procTemplateId": "PRTEST_",<BR /> "activity": "ALPCU"<BR /> }<BR /> This old API body will let the users Create Deploy the Process Instance with the default description of the Process template from the modeling screen.<BR /> With the new update, users will now be able to pass values to the Description and Start date with the sample API body below:<BR /> {<BR /> "envId": "SXP",<BR /> "version": "0007",<BR /> "procId": "SXP_P7",<BR /> "postRunAction": "UPDATE_ACTIVITY_STATE",<BR /> "shouldValidateOnly": true,<BR /> "parameters": "",<BR /> "selections": "",<BR /> "procTemplateId": "PRTEST_",<BR /> "activity": "ALPCU",<BR /> "description" "SAMPLE DESCRIPTION",<BR /> "startDate": "YYYY-MM-DD"<BR /> }</P><BR /> All of these features should now be available in your SAP PaPM Cloud tenant. if you’re looking for the previous SAP PaPM Cloud What’s New blog posts, you can check this tag for easier reference: <A href="https://blogs.sap.com/tag/papmcloudwhatsnew/" target="_blank" rel="noopener noreferrer">PaPMCloudWhatsNew</A><BR /> <BR /> As we kick off the new year with What's New, I want to express my gratitude for your continued support since last year, 2023. Your unwavering support throughout the year is much appreciated! 2024-01-03T15:14:56+01:00 https://community.sap.com/t5/financial-management-blogs-by-sap/sap-profitability-and-performance-management-what-to-expect-in-the-latest/ba-p/13574861 SAP Profitability and Performance Management: What to expect in the latest Visual Modeler SP24 SAP Note 3363313 2024-01-10T09:52:17+01:00 alex_marasigan https://community.sap.com/t5/user/viewprofilepage/user-id/672205 We have released <A href="https://me.sap.com/notes/3363313" target="_blank" rel="noopener noreferrer">SAP Note 3363313 - LOD-PER-OP Rel. 3.0 SP24: Visual Modeler Screens Enhancements and Fixes (1)</A> during the latter part of 2023, and with this we are excited to have introduced several Visual Modeler enhancements and fixes.<BR /> <BR /> I would be happy to discuss with you the improvements and enhancements aimed at providing you with a better visualization and an improved user experience across the following applications:<BR /> <BR /> <STRONG>Environment Screen</STRONG><BR /> <UL><BR /> <LI>When dragging an environment from one place to another, a folder icon was displayed instead of an environment icon beside the environment. This issue has been fixed, and the system now displays an environment icon when you move an environment, and a folder icon when you move a node.</LI><BR /> </UL><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2024/01/Picture1-17.png" /></P><BR /> <BR /> <UL><BR /> <LI>The behavior of the Go To buttons (Modeling and Process) by being disabled whenever you successfully copy and save an environment has been addressed, and now these buttons are available for use after a successful copy.</LI><BR /> </UL><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2024/01/Picture2-8.png" /></P><BR /> <BR /> <UL><BR /> <LI>Previously, whenever you made changes to an environment and then chose the Refresh browser button, there were no warning messages appearing on your screen, thereby increasing the risk of losing any changes made to the configuration of the environment. Now, a pop-up warning message appears whenever you choose the Refresh button.</LI><BR /> </UL><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2024/01/Picture3-9.png" /></P><BR /> &nbsp;<BR /> <BR /> <STRONG>Modeling Environment Screen</STRONG><BR /> <UL><BR /> <LI>When adding rows on the Conversion Types and File Formats tab, the bottom-most entry was usually the last entry, and upon saving, it stayed that way. Now, the system organizes the entries in an ascending order, which is also helpful when searching for a specific entry.</LI><BR /> </UL><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2024/01/Picture4-6.png" /></P><BR /> <BR /> <UL><BR /> <LI>Previously, when you deleted rules in a Join function and then copied that Join function, the rules that were deleted appeared outside of the Join function, or even outside of the calculation unit. This behavior has been rectified and the rules are now placed where they should be.</LI><BR /> </UL><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2024/01/Picture5-4.png" height="440" width="402" /></P><BR /> <BR /> <UL><BR /> <LI>A new “autofill” functionality for the General Entities node was introduced, so that default values are now generated when adding new rows.</LI><BR /> </UL><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2024/01/Picture6-5.png" /></P><BR /> <BR /> <UL><BR /> <LI>Copying an Allocation function sometimes produced different configurations in the Value Adjustment section. Now, when you copy an Allocation function, the configurations are preserved as with those from the source Allocation function.</LI><BR /> </UL><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2024/01/Picture7-4.png" height="199" width="551" /></P><BR /> &nbsp;<BR /> <UL><BR /> <LI>When maintaining a Model Table using the Date picker, the Date picker may have closed unexpectedly. This issue is now addressed, so that the Date picker functionality would work as intended.</LI><BR /> </UL><BR /> &nbsp;<BR /> <UL><BR /> <LI>Previously, warning messages appeared whenever technical fields were used in the formula editor, because the technical fields were not allowed to be declared on the signature section of a function. Now, this behavior has been enhanced so that the technical fields can be declared in the signature of a processing function, thereby addressing the appearance of the warning messages.</LI><BR /> </UL><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2024/01/Picture8-4.png" /></P><BR /> <BR /> <UL><BR /> <LI>Previously, when you chose an environment, the environment was highlighted, but not selected (marked with a checkmark on the left side). Because of this, the Modeling and Process buttons were disabled. This behavior has been enhanced, so that when you choose an environment, now it gets selected, and the Modeling and Process buttons are enabled, allowing you to edit and maintain the selected environment.</LI><BR /> </UL><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2024/01/Picture9-2.png" /></P><BR /> <BR /> <UL><BR /> <LI>After running a function, the Erase Data button is expected to be enabled as data is going to be generated after the run. However, this was not the case in the past, and you needed to refresh the environment to enable the Erase Data button. This issue has been addressed, and now the Erase Data button is enabled by default.</LI><BR /> </UL><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2024/01/Picture10-3.png" /></P><BR /> <STRONG>Process Management</STRONG><BR /> <UL><BR /> <LI>Previously, when you created a process instance with empty dates or with future dates, it was not visible as the date in focus was the current date. This issue has been addressed so that the process instance is now visible where the date has been dropped/created.</LI><BR /> </UL><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2024/01/Picture11-2.png" /></P><BR /> &nbsp;<BR /> <BR /> <STRONG>Visualize Screen / Report Management Screen</STRONG><BR /> <UL><BR /> <LI>The “SAP Standard” font is now used as the default setting in the header of the Report Management Screen.</LI><BR /> </UL><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2024/01/Picture12-2.png" /></P><BR /> <BR /> <UL><BR /> <LI>The story filter was enhanced so that now it functions correctly on the Report Management Screen.</LI><BR /> </UL><BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2024/01/Picture13-2.png" /></P><BR /> &nbsp;<BR /> <BR /> There you have it, the new enhancements and fixes included in SAP Note 3363313. If you haven't had the chance to read the blog post about the SP23 Visual Modeler SAP Note release, please use the link below:<BR /> <BR /> <A href="https://blogs.sap.com/2023/09/13/whats-new-in-sap-profitability-and-performance-management-3.0-sp23/" target="_blank" rel="noopener noreferrer">https://blogs.sap.com/2023/09/13/whats-new-in-sap-profitability-and-performance-management-3.0-sp23/</A><BR /> <BR /> Thank you for taking the time to read this blog post. We will keep you informed when a new Visual Modeler SAP Note becomes available.<BR /> <BR /> For any questions or clarifications related to this topic, please use this <A href="https://answers.sap.com/questions/ask.html?primaryTagId=73555000100800000092" target="_blank" rel="noopener noreferrer">link</A>. 2024-01-10T09:52:17+01:00 https://community.sap.com/t5/technology-blogs-by-members/dynamic-data-copy-into-model-table-using-papm-writer-function-through/ba-p/13584069 Dynamic data copy into Model table using PaPM Writer Function through Process Template 2024-01-30T12:07:27.368000+01:00 DilipShukla https://community.sap.com/t5/user/viewprofilepage/user-id/179959 <P><STRONG>Introduction:</STRONG> We often get the requirement to copy dataset and make it easy for the business users to pre-populate it rather than creating the new data, one of the common examples is to copy data from one period to another or copy quarterly data, in absence of Copy function in PaPM we can use the Writer function to copy the data.</P><P>This blog will help you to understand and configure how to copy data from one quarter to another quarter dynamically using the process parameters and selection.</P><P><STRONG>Configuration:</STRONG></P><P>In this example we will copy ‘Equity Ownership’ data from quarter Q2 2023 to another quarter based on process selections and parameters, let’s move forward with the configuration approach.</P><P><U>Step 1</U>: Model table ‘Equity Ownership Data’ with fields Company, Country, Quarter and Equity Ownership</P><P style=" padding-left : 30px; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DilipShukla_0-1706506574349.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/54247iCB55AAD2FF07CFF9/image-size/medium?v=v2&amp;px=400" role="button" title="DilipShukla_0-1706506574349.png" alt="DilipShukla_0-1706506574349.png" /></span></P><P><U>Step 2</U>: We need to create a parameter which will be used in Process Parameter as to which quarter we want to copy data, add the Parameter and selection in Calculation unit as shown below.</P><P style=" padding-left : 30px; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DilipShukla_1-1706506722653.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/54248i0DBF1D73162057C3/image-size/medium?v=v2&amp;px=400" role="button" title="DilipShukla_1-1706506722653.png" alt="DilipShukla_1-1706506722653.png" /></span></P><P><U>Step 3:</U>&nbsp;Create Writer function ‘Copy Equity Ownership’ with Writer Type as 'Insert'</P><OL><LI>Input - Equity Ownership Data (Model table)</LI><LI>Signature</LI></OL><P style=" padding-left : 30px; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DilipShukla_2-1706506845119.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/54249iCC9DC130DCF89CC0/image-size/medium?v=v2&amp;px=400" role="button" title="DilipShukla_2-1706506845119.png" alt="DilipShukla_2-1706506845119.png" /></span></P><P style=" padding-left : 30px; ">3.Output – Pass on the parameter value ‘TO_QUARTER’ to filed ‘Quarter’ as below</P><P style=" padding-left : 30px; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DilipShukla_4-1706507087688.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/54251i814D720E04F109CE/image-size/medium?v=v2&amp;px=400" role="button" title="DilipShukla_4-1706507087688.png" alt="DilipShukla_4-1706507087688.png" /></span></P><P><SPAN><U>Step 4:</U> Create a Process Template and executable Activity as per below details.</SPAN></P><P><SPAN>Process Steps and&nbsp;</SPAN>Activity with writer function ‘Copy Equity Ownership’</P><P style=" padding-left : 30px; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DilipShukla_7-1706508341861.png" style="width: 207px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/54260i2BCFFDD6866551F1/image-dimensions/207x410?v=v2" width="207" height="410" role="button" title="DilipShukla_7-1706508341861.png" alt="DilipShukla_7-1706508341861.png" /></span></P><P style=" padding-left : 30px; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DilipShukla_8-1706508372806.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/54261iDF77F1914914F09D/image-size/medium?v=v2&amp;px=400" role="button" title="DilipShukla_8-1706508372806.png" alt="DilipShukla_8-1706508372806.png" /></span></P><P><U>Step 5:</U> Let’s copy Equity Ownership data from Quarter Q2 2023 (20232) to Quarter Q3 2023 (20233) by providing Process Parameter and Process Selection as below.</P><P style=" padding-left : 30px; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DilipShukla_9-1706508454881.png" style="width: 639px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/54263iAD29B059611374CC/image-dimensions/639x281?v=v2" width="639" height="281" role="button" title="DilipShukla_9-1706508454881.png" alt="DilipShukla_9-1706508454881.png" /></span></P><P><U>Output:</U> Equity Ownership Data has been copied from quarter Q2 2023 to Q3 2023</P><P style=" padding-left : 30px; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DilipShukla_10-1706508503614.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/54264i73262F8AF6C5F38D/image-size/medium?v=v2&amp;px=400" role="button" title="DilipShukla_10-1706508503614.png" alt="DilipShukla_10-1706508503614.png" /></span></P><P><STRONG>Summary:</STRONG> Writer function can be utilized with Process Selections and Parameters to copy the data dynamically based on parameters value provided through process template and this facility can be rolled out to business users to copy the data as per the requirements.</P><P>If we have a requirement to copy a multiple dataset available in different Model tables , same approach can be used, instead of executing the writer function through process template, we can create join function and use the multiple writer function in union join as input and call the final join function in process template.</P><P><STRONG>References:</STRONG></P><P>Build Writer Function : <SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT/56471df1959f4cfd9e3bf7a6d2d5be42/07f5f9fcde2146c298708937c3f63ab6.html" target="_blank" rel="noopener noreferrer">https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT/56471df1959f4cfd9e3bf7a6d2d5be42/07f5f9fcde2146c298708937c3f63ab6.html</A></SPAN></P><P><SPAN>Thanks,</SPAN></P><P><SPAN>Dilip Shukla</SPAN></P> 2024-01-30T12:07:27.368000+01:00 https://community.sap.com/t5/financial-management-blogs-by-sap/sap-papm-cloud-what-s-new-as-of-2024-02-05/ba-p/13594609 SAP PaPM Cloud: What’s New as of 2024-02-05? 2024-02-05T13:49:21.299000+01:00 Former Member <P style=" text-align : justify; "><SPAN>Hello again SAP community members!</SPAN><SPAN>&nbsp;</SPAN></P><P style=" text-align : justify; "><SPAN>We just finished the first month of 2024 and with that we are excited to walk you through the new features that SAP Profitability and Performance Management Cloud (PaPM) Standard Model have delivered to your SAP PaPM Cloud Tenants. From Content Network, Reports Management Screen, and many more.</SPAN></P><P style=" text-align : justify; "><SPAN>Without further ado, let me walk you through the contents of this what's new article for SAP PaPM Cloud.</SPAN></P><H1 id="toc-hId-836722130"><SPAN>Modeling Screen</SPAN><SPAN>&nbsp;</SPAN></H1><P style=" text-align : justify; "><SPAN>In relation to the new ‘Manage Data’ button that was recently introduced when creating or using an existing Model Table which will direct the users to the Show Screen where the data can be maintained, the tooltip text of button leading to Show Screen in header when Model Table is selected has been enhanced to display ‘Manage Data’.</SPAN></P><P style=" text-align : justify; "><STRONG>OLD:</STRONG></P><P style=" text-align : justify; "><SPAN><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Modeling 1.png" style="width: 780px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/60320iBFC1C0220D4F4D5C/image-size/large?v=v2&amp;px=999" role="button" title="Modeling 1.png" alt="Modeling 1.png" /></span></SPAN></P><P style=" text-align : justify; "><STRONG>NEW:</STRONG></P><P style=" text-align : justify; "><SPAN><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Modeling 2.png" style="width: 780px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/60322i011D6C251B170780/image-size/large?v=v2&amp;px=999" role="button" title="Modeling 2.png" alt="Modeling 2.png" /></span></SPAN></P><H1 id="toc-hId-640208625">Report Management Screen</H1><H2 id="toc-hId-572777839"><STRONG>Edit Mode for Qualitative Reporting</STRONG></H2><P style=" text-align : justify; ">The Report Management Screen has introduced a new feature wherein authorized users can set a report into edit mode.</P><P style=" text-align : justify; ">Once a user accesses a report, the report would be displayed in read-only mode wherein options under Edit and Editor in the header including add and delete report tab are disabled. The Edit button can be chosen to enable edit mode for the current report.</P><P style=" text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Report 1.png" style="width: 780px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/60327i0E58FCF2F9D8C155/image-size/large?v=v2&amp;px=999" role="button" title="Report 1.png" alt="Report 1.png" /></span></P><P style=" text-align : justify; ">Upon choosing the Edit button under General section in the header, the Save and Discard Changes buttons would be visible. Options under Edit and Editor would also be enabled for user to utilize along with the possibility to add and/or delete report elements and report tabs.</P><P style=" text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Report 2.png" style="width: 780px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/60330i0412F2D11B06124B/image-size/large?v=v2&amp;px=999" role="button" title="Report 2.png" alt="Report 2.png" /></span></P><P style=" text-align : justify; ">If the user has made changes to the report and chooses the Save or Save All button, all changes made in the report would be saved and the report would be displayed again in read-only mode along with the successful message shown in the message logs.</P><P style=" text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Report 3.png" style="width: 780px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/60331iF64DCF5CF2040C49/image-size/large?v=v2&amp;px=999" role="button" title="Report 3.png" alt="Report 3.png" /></span></P><P style=" text-align : justify; ">If Discard Changes button is chosen and there are still unsaved changes to the report, a dialog box informing user that changes are that changes are not saved would appear with the following options:</P><OL><LI>Save and Continue – proceeds to save changes in the report</LI><LI>Continue – proceeds to refresh the report and no changes would be saved</LI><LI>Cancel – cancels the action</LI></OL><P style=" text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Report 4.png" style="width: 780px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/60333i63C19A7ACC719441/image-size/large?v=v2&amp;px=999" role="button" title="Report 4.png" alt="Report 4.png" /></span></P><P style=" text-align : justify; ">In case that user tries to access the same report then chooses the Edit button while it is being edited by another user, a lock icon would be visible in the header along with a notification message informing that the report is currently locked by another user and cannot be edited.</P><P style=" text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Report 5.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/60334i40126C1FB7655B1E/image-size/large?v=v2&amp;px=999" role="button" title="Report 5.png" alt="Report 5.png" /></span></P><P style=" text-align : justify; ">When the user working on the report has been inactive in the report for 12 minutes, a dialog would appear informing that the time for editing the content is about to expire:</P><OL><LI>Continue Editing – will allow the user to continue working on the report.</LI><LI>Save - will save all the changes made and will unlock the report.</LI><LI>Discard - will discard the changes and will unlock the report.</LI></OL><P style=" text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Report 6.png" style="width: 594px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/60338i6860D3F0A0C48C8E/image-size/large?v=v2&amp;px=999" role="button" title="Report 6.png" alt="Report 6.png" /></span></P><H1 id="toc-hId-247181615">Show/Analyze Screen</H1><P style=" text-align : justify; ">The buttons which allow users to upload and download data from the Show and Analyze Screen have been renamed to “Upload” and “Download”.</P><P style=" text-align : justify; "><EM>Note: The functionality of data upload and download remains the same in the Show and Analyze Screens.</EM></P><P style=" text-align : justify; "><STRONG>OLD:<BR /><EM>Analyze Screen</EM><BR /></STRONG><STRONG><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Analyze 1.png" style="width: 780px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/60339iEAAB99E026665B2C/image-size/large?v=v2&amp;px=999" role="button" title="Analyze 1.png" alt="Analyze 1.png" /></span></STRONG></P><P style=" text-align : justify; "><STRONG><EM>Show Screen</EM><BR /><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Show 1.png" style="width: 780px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/60341i1B53CEED19FB24C9/image-size/large?v=v2&amp;px=999" role="button" title="Show 1.png" alt="Show 1.png" /></span><BR /></STRONG></P><P style=" text-align : justify; "><STRONG>NEW:<BR /><EM>Analyze Screen</EM><BR /><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Analyze 2.png" style="width: 780px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/60342iF71FB4FEF847D589/image-size/large?v=v2&amp;px=999" role="button" title="Analyze 2.png" alt="Analyze 2.png" /></span><BR /></STRONG></P><P style=" text-align : justify; "><STRONG><EM>Show Screen<BR /><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Show 2.png" style="width: 780px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/60343iDA4F258DAAB490D1/image-size/large?v=v2&amp;px=999" role="button" title="Show 2.png" alt="Show 2.png" /></span></EM></STRONG></P><H1 id="toc-hId-50668110">Content Network Screen</H1><H2 id="toc-hId--16762676"><STRONG>Uploading Content</STRONG></H2><P style=" text-align : justify; ">When user uploads content to the Content Network screen, user will be redirected to the <STRONG>Upload Status </STRONG>page which shows the status of the upload along with the path where the content was uploaded.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CN1.png" style="width: 780px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/60352iC8CC4F6C1EBE73C6/image-size/large?v=v2&amp;px=999" role="button" title="CN1.png" alt="CN1.png" /></span></P><P style=" text-align : justify; ">Once upload is done, the newly uploaded content will be available in the Content Network screen after refresh.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CN2.png" style="width: 780px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/60353i19576751C95FEB3F/image-size/large?v=v2&amp;px=999" role="button" title="CN2.png" alt="CN2.png" /></span></P><H2 id="toc-hId--213276181"><STRONG>Downloading Content</STRONG></H2><P style=" text-align : justify; ">An information pop-up would now be displayed for user upon choosing the Download button of selected content informing users that the file needs to be scanned before download. The download process would be triggered once the OK button is chosen.</P><P style=" text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CN3.png" style="width: 780px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/60355i656DA3044CAA91CA/image-size/large?v=v2&amp;px=999" role="button" title="CN3.png" alt="CN3.png" /></span></P><P style=" text-align : justify; ">I hope you enjoy reading this blogpost content with the latest updates coming from SAP Profitability and Performance Management Cloud. Till the next what's new content.</P> 2024-02-05T13:49:21.299000+01:00 https://community.sap.com/t5/technology-blogs-by-members/how-to-trigger-papm-function-from-analysis-for-office/ba-p/13602142 How to trigger PaPM function from Analysis for Office 2024-02-13T09:47:40.567000+01:00 irina_ivanova https://community.sap.com/t5/user/viewprofilepage/user-id/683493 <P>Let me share with your how to call PaPM function from Analysis for Office step-by-step.</P><P>Scenario allows user to update workbook by clicking on the button “Reconcile”. Button triggers remote call PaPM function by Function ID with parameters from workbook. In this case, variable “Planning version” value passed to PaPM function as selection fields.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Planning Form1.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/64461i5C32C0EC9D0E76F7/image-size/large?v=v2&amp;px=999" role="button" title="Planning Form1.png" alt="Planning Form1.png" /></span></P><P>To carry out into practice this scenario it is necessary proceed next steps:</P><OL><LI>Create the PaPM environment and functions for processing</LI><LI>Create the functional module additionally processing variables from workbook</LI><LI>Create the set of BW objects to realize the planning function</LI><LI>Create Macros to call the planning function</LI></OL><P>I describe each of them bellow in details.</P><H3 id="toc-hId-1115140760">1. Creating PaPM environment</H3><P>My PaPM environment assumes reconciliation between two Model BW, implemented with Join and Writer function. Rules restricted by SELFLD0 and SELFLD1 fields, which are BW info-objects. SELFLD1 “Planning version” has a variable ZV_MSM_SELFLD1_01, which used in workbook. (<A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT/56471df1959f4cfd9e3bf7a6d2d5be42/56a0a0a1d8b10f63e10000000a42189c.html" target="_blank" rel="noopener noreferrer">SAP Help: SAP Profitability and Performance Management</A>&nbsp;)</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="PaPM env2.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/64458i9BCEEA3B32E6B5A4/image-size/large?v=v2&amp;px=999" role="button" title="PaPM env2.png" alt="PaPM env2.png" /></span></P><H3 id="toc-hId-918627255">2.&nbsp;Creating the Functional Module</H3><P>The functional module creating is carried out in thansaction SE37. Easy ABAP code allows implementing the&nbsp; necessary rules to construct the parameters string, passed to the standard functional.</P><P>&nbsp;</P><pre class="lia-code-sample language-abap"><code>FUNCTION ZNXI_RUN_BY_SELFLD1_FOX IMPORTING VALUE(I_ENV_ID) TYPE /NXI/P1_DTE_ENV_ID VALUE(I_VER) TYPE /NXI/P1_DTE_VER VALUE(I_FID) TYPE /NXI/P1_DTE_FID VALUE(I_PROC_ID) TYPE /NXI/P1_DTE_PROC_ID OPTIONAL VALUE(I_SELFLD1) TYPE /BIC/OISELFLD1 OPTIONAL EXPORTING VALUE(E_EXPTN) TYPE I. "Type’s used to easy access in FOX TYPES: BEGIN OF ls_AUXSTRC, /bic/SELFLD0 TYPE /bic/oiSELFLD0, "Dependent selection field /bic/SELFLD1 TYPE /bic/oiSELFLD1, "Selection field from Workbook END OF ls_AUXSTRC. DATA: l_selfld1 TYPE /BIC/OISELFLD1 VALUE '', l_pckg_sel TYPE /NXI/P1_DTE_PACKAGE_SEL VALUE '', l_tab_msg TYPE BAPIRET2_TAB. E_EXPTN = 0. "OK execution by default IF I_ENV_ID IS INITIAL OR I_VER IS INITIAL OR I_FID IS INITIAL. E_EXPTN = 1. "Must be defined RETURN. ENDIF. IF I_PROC_ID IS INITIAL. l_selfld1 = I_SELFLD1. "If proccess wasn’t defined, selection field should be ENDIF. IF l_selfld1 IS NOT INITIAL. SELECT SINGLE * FROM MYRELTBL INTO @DATA(ls_AUXSTRC) WHERE /BIC/SELFLD1 = @I_SELFLD1. CONCATENATE 'SELFLD0=( SELFLD0 = ''' ls_AUXSTRC-/bic/SELFLD0 ''');SELFLD1=( SELFLD1 = ''' ls_AUXSTRC-/bic/SELFLD1 ''')' INTO l_pckg_sel. ENDIF. CALL FUNCTION '/NXI/P1_FW_RUN_FUNCTION_PC' EXPORTING i_env_id = I_ENV_ID i_ver = I_VER i_fid = I_FID i_proc_id = I_PROC_ID i_package_sel = l_pckg_sel i_run_type = 'RUN' i_rspc_synchronous = 'X' i_execute_post_run = 'X' IMPORTING e_tab_msg = l_tab_msg. IF l_tab_msg IS NOT INITIAL. E_EXPTN = 2. "Execution with errors RETURN. ENDIF. ENDFUNCTION.</code></pre><P>&nbsp;</P><P>To allow using the function ZNXI_RUN_BY_SELFLD1_FOX inside the FOX script, it should be declared in table RSPLF_FDIR via transaction SM30.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="sm30.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/64471i9879F727F1937307/image-size/medium?v=v2&amp;px=400" role="button" title="sm30.png" alt="sm30.png" /></span></P><H3 id="toc-hId-722113750">&nbsp;3. Creating the set of the BW objects to realize the planning function</H3><P>The blog post&nbsp;<A href="https://community.sap.com/t5/technology-blogs-by-members/how-to-trigger-bw-process-chains-from-analysis-for-office/ba-p/13016633" target="_blank">How to Trigger BW Process Chains from Analysis for Office</A>&nbsp;&nbsp;explains clearly and in detail how to create the set of objects for planning.&nbsp;As a result, set of ADSO ZNXIDZ20, Composit Provider ZNXIVZ20, Aggregation ZNXIAZ20 are created.<span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Planning Objects.png" style="width: 385px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/64463i70E1364F764E4CDA/image-size/medium?v=v2&amp;px=400" role="button" title="Planning Objects.png" alt="Planning Objects.png" /></span></P><P>In my case, ADSO ZNXIDZ20 consists of combination of standard info-objects /NXI* and Info-object SELFLD1, which store the selection filed value. Using SELFLD1 gives easy access to the necessary type within the FOX script, described below.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="ADSO.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/64456i247D48A13AFE90DF/image-size/medium?v=v2&amp;px=400" role="button" title="ADSO.png" alt="ADSO.png" /></span></P><P>The Planning function ZNXAZ20_F001 is a formula type function (0RSPL_FORMULA) with the next configuration:</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Planning function1.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/64462i69F56EDF0A0DA8D8/image-size/medium?v=v2&amp;px=400" role="button" title="Planning function1.png" alt="Planning function1.png" /></span></P><P>The following FOX script inside the planning function ZNXAZ20_F001 looks like bellow.</P><P>&nbsp;</P><pre class="lia-code-sample language-abap"><code>DATA LV_ENV TYPE /NXI/ENV_ID. DATA LV_VER TYPE /NXI/VER. DATA LV_FID TYPE /NXI/FID. DATA LV_PS_V TYPE SELFLD1. DATA LV_ERR TYPE I. LV_FID = VARV( 'ZV_MSM_NXIFID_01' ). LV_PS_V = VARV( 'ZV_MSM_SELFLD1_01' ). LV_ENV = VARV( 'ZV_MSM_NXIENV_01' ). LV_VER = VARV( 'ZV_MSM_NXIVER_01' ). CALL FUNCTION 'ZNXI_RUN_BY_SELFLD1_FOX' EXPORTING I_ENV_ID = LV_ENV I_VER = LV_VER I_FID = LV_FID I_SELFLD1 = LV_PS_V IMPORTING E_EXPTN = LV_ERR. IF LV_ERR &lt;&gt; 0. MESSAGE E000( 0 ) WITH 'Error! Watch Application Monitor for details.'. ENDIF.</code></pre><P>&nbsp;</P><H3 id="toc-hId-525600245">4. Creating Macros to call planning function</H3><P>And the last but not least, Workbook macros for Reconcile button should be defined.</P><P>Add Planning function ZNXAZ20_F001 to workbook with alias PF_1. Constant for Function ID and variable Planning version are defined on hidden Tech page:</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="WB_HiddenList1.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/64675i3EF47442CB540A69/image-size/large?v=v2&amp;px=999" role="button" title="WB_HiddenList1.png" alt="WB_HiddenList1.png" /></span></P><P>&nbsp;</P><P>After that, add macros code like bellow:</P><P>&nbsp;</P><P>&nbsp;</P><pre class="lia-code-sample language-bash"><code>Public Sub ReconcileButtonAction() Call Application.Run("SAPExecutePlanningFunction", "PF_1") Call Application.Run(“SAPExecuteCommand”, "Refresh", "DS_1") End Sub</code></pre><P>&nbsp;</P><P>&nbsp;</P><P>Вesides the Planning function execution, the related data store with alias DS_1 might be refreshed.</P><P>How to add the planning function described in blog post&nbsp;<A href="https://community.sap.com/t5/technology-blogs-by-members/using-planning-objects-in-analysis-for-microsoft-excel/ba-p/13271304" target="_blank">Using Planning Objects in Analysis For Microsoft Excel </A>.</P><P>Thank you for reading through and I hope you now get a knowledge to apply in your practice.</P><P>Irina.</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P> 2024-02-13T09:47:40.567000+01:00 https://community.sap.com/t5/financial-management-blogs-by-sap/role-overview-in-sap-papm-cloud-standard-model-part-1-2/ba-p/13626591 Role Overview in SAP PaPM Cloud Standard Model (Part 1/2) 2024-03-04T10:06:47.199000+01:00 Samantha_Yasay https://community.sap.com/t5/user/viewprofilepage/user-id/708351 <P style=" text-align : justify; ">Hello everyone, are you looking for an additional information on the roles in SAP Profitability and Performance Management Cloud Standard Model (SAP PaPM Cloud SM)? If yes, then this blog post is for you.</P><P style=" text-align : justify; ">As a heads-up, this topic will be divided in to two (2) parts, Part 1 will focus on Environments, Modeling, Process Management, Report Management, Business Event Management, Show, Analyze and Visualize screens. Part 2 will be focused on Systems and Administrations screens.</P><P style=" text-align : justify; ">Early January this year, we introduced the new Granular Roles to fulfill the security requirements in a granular level. Previously, we only had 7 major roles which are highlighted in black on the image below. With the new addition, 34 granular roles were introduced in SAP PaPM Cloud SM and these are the ones that are indicated in various colors:</P><P style=" text-align : justify; "><FONT color="#FF6600"><STRONG>Orange</STRONG> </FONT>– For Environments and Modeling related screens.<BR /><FONT color="#99CCFF"><STRONG>Blue</STRONG> </FONT>– For Process, Reports and Business Event Management screens.<BR /><FONT color="#FFCC00"><STRONG>Yellow</STRONG></FONT> – For System screens.<BR /><FONT color="#99CC00"><STRONG>Green</STRONG></FONT> – For Administration screens.</P><P style=" text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Major and Granular Roles.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/74812iE51DB1F157BD9471/image-size/large?v=v2&amp;px=999" role="button" title="Major and Granular Roles.png" alt="Major and Granular Roles.png" /></span></P><P style=" text-align : justify; ">For more information about these Roles, please refer to SAP Help Portal <A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a8068ea2f9ba403aa6d8bda3abcdbecd/4ae90bf1138e4164b6f47939787cf3bb.html#role-templates-for-standard-model" target="_blank" rel="noopener noreferrer">Roles Templates for SAP PaPM Cloud SM</A>.</P><P style=" text-align : justify; ">Inside the screenshots of the available screens below, I have highlighted the buttons and indicated the roles in a tabular format for you to see the ability for each role.</P><P style=" text-align : justify; ">If a button (column e.g., Save, Undo) has a check mark next to a role (row e.g., ENVIRONMENTS_READ), it indicates that the role is capable of carrying out this particular action.</P><P style=" text-align : justify; ">If a button doesn’t have the check mark next to the role, then it means that the button is not visible, disabled or the user is not authorized (will return an unauthorized message).</P><P style=" text-align : justify; ">Let’s start with the Environment Screen!</P><H3 id="toc-hId-1117110964">Environment Screen:</H3><P style=" padding-left : 30px; text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Environment Screen.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/74813i757ACC2F60B0C7B7/image-size/large?v=v2&amp;px=999" role="button" title="Environment Screen.png" alt="Environment Screen.png" /></span></P><P style=" padding-left : 30px; text-align : justify; ">On the screenshot above, Environment screen roles such as <STRONG>ENVIRONMENTS</STRONG> and <STRONG>MODELING_USER_ALL</STRONG> have the powerful authorization that allows them to utilize almost all the available buttons.</P><P style=" padding-left : 30px; text-align : justify; ">While for other Environment screen roles such as <STRONG>ENVIRONMENTS_READ</STRONG> and <STRONG>MODELING_USER_DISP</STRONG>, users will have limited authorizations which is most likely for read-only mode.</P><P style=" padding-left : 30px; text-align : justify; ">Combination of roles can be assigned to one user. For example, the user needs an access with all privileges in Environment screen acting as the Environment manager and Modeling screen access/view, then roles <STRONG>ENVIRONMENTS</STRONG> and <STRONG>MODELING_READ</STRONG> should be assigned.</P><P style=" padding-left : 30px; text-align : justify; "><EM>Note: If the user combined two (2) roles in one screen, example, MODELING and MODELING_READ, it will take the authorization of the more powerful user. In this case, MODELING. This also applies in other screens.</EM></P><P style=" padding-left : 30px; text-align : justify; ">&nbsp;</P><P style=" text-align : justify; ">As you already have the idea on how it is presented, we can proceed to the other screens.</P><H3 id="toc-hId-920597459">Modeling Screen:</H3><P style=" padding-left : 30px; text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Modeling Screen.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/74814i797F0725D81101A1/image-size/large?v=v2&amp;px=999" role="button" title="Modeling Screen.png" alt="Modeling Screen.png" /></span></P><P style=" padding-left : 30px; text-align : justify; ">Other roles included in the screenshot above like roles for Report Management (Report Templates), Process Management and Application Monitor are added, as those screens can be accessed through Modeling Screen.</P><H3 id="toc-hId-724083954">Process Management Screen:</H3><P style=" padding-left : 30px; text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Process Management Headers.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/74815iC882D5CEEFF9ADAC/image-size/large?v=v2&amp;px=999" role="button" title="Process Management Headers.png" alt="Process Management Headers.png" /></span></P><P style=" padding-left : 30px; text-align : justify; "><STRONG>Process Management Screen’s Properties Panel:</STRONG></P><P style=" padding-left : 30px; text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Process Management Properties Panel.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/74816iFFD8B81E7F4446CB/image-size/large?v=v2&amp;px=999" role="button" title="Process Management Properties Panel.png" alt="Process Management Properties Panel.png" /></span></P><P style=" padding-left : 30px; text-align : justify; "><STRONG>Process Management Screen’s Comment Panel:</STRONG></P><P style=" padding-left : 30px; text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Process Management Comments Panel.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/74817i78EDF4276544D844/image-size/large?v=v2&amp;px=999" role="button" title="Process Management Comments Panel.png" alt="Process Management Comments Panel.png" /></span></P><H2 id="toc-hId-398487730">Business Event Management Screen:</H2><P style=" padding-left : 30px; text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Business Event Management.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/74818iA63DDDFEE90F60C5/image-size/large?v=v2&amp;px=999" role="button" title="Business Event Management.png" alt="Business Event Management.png" /></span></P><H3 id="toc-hId-331056944">Report Management:</H3><P style=" padding-left : 30px; text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Report Management.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/82934i6A565A5B399462FE/image-size/large?v=v2&amp;px=999" role="button" title="Report Management.png" alt="Report Management.png" /></span></P><P style=" padding-left : 30px; text-align : justify; "><STRONG>Report Management Properties Panel, and Message Logs:</STRONG></P><P style=" padding-left : 30px; text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Report Management Properties Panel and message logs.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/74820iFBC6DBD26DEACBC9/image-size/large?v=v2&amp;px=999" role="button" title="Report Management Properties Panel and message logs.png" alt="Report Management Properties Panel and message logs.png" /></span></P><P style=" padding-left : 30px; text-align : justify; "><STRONG>Report Management Expanded Report Elements:</STRONG></P><P style=" padding-left : 30px; text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Report Managemeng Expanded Element.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/74822i8412715C91B5C8E6/image-size/large?v=v2&amp;px=999" role="button" title="Report Managemeng Expanded Element.png" alt="Report Managemeng Expanded Element.png" /></span></P><P style=" padding-left : 30px; text-align : justify; ">&nbsp;</P><P style=" text-align : justify; ">Show, Analyze and Visualize screens are accessible from the screens mentioned above. As long as the user have the roles indicated on the next screenshots, they will have the privileges on the following screens.</P><H3 id="toc-hId-134543439">Show Screen:</H3><P style=" padding-left : 30px; text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Show Screen.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/74823iC510A15027D5470D/image-size/large?v=v2&amp;px=999" role="button" title="Show Screen.png" alt="Show Screen.png" /></span></P><P style=" padding-left : 30px; text-align : justify; ">For the Comment’s Panel in Show screen, you may refer to this blog post: <A href="https://community.sap.com/t5/financial-management-blogs-by-sap/sap-papm-cloud-what-s-new-as-of-2022-11-28/ba-p/13557941" target="_blank">SAP PaPM Cloud: What’s New as of 2022-11-28?</A></P><H3 id="toc-hId--61970066">Analyze Screen:</H3><P style=" padding-left : 30px; text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Analyze Screen.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/74848iBD6F996BADF285A6/image-size/large?v=v2&amp;px=999" role="button" title="Analyze Screen.png" alt="Analyze Screen.png" /></span></P><H3 id="toc-hId--258483571">Visualize Screen:</H3><P style=" padding-left : 30px; text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Visualize Screen.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/74843i23122CAE56F51C18/image-size/large?v=v2&amp;px=999" role="button" title="Visualize Screen.png" alt="Visualize Screen.png" /></span></P><P style=" text-align : justify; ">&nbsp;</P><P style=" text-align : justify; ">Alright! We are all set for the first part of this Roles Overview in SAP PaPM Cloud SM blog post. Hope this blog post provides an information that might help you in setting up the roles in SAP PaPM Cloud SM.</P><P style=" text-align : justify; ">See you again in Part 2!</P><P style=" text-align : justify; ">Do not also forget to follow the tag <A href="https://community.sap.com/t5/tag/PaPMCloudSM/tg-p" target="_self">PaPMCloudSM</A>&nbsp;<SPAN>for more General / Technical blog post from </SPAN>SAP Profitability and Performance Management Cloud Standard Model.</P> 2024-03-04T10:06:47.199000+01:00 https://community.sap.com/t5/financial-management-blogs-by-sap/role-overview-in-sap-papm-cloud-standard-model-part-2-2/ba-p/13626723 Role Overview in SAP PaPM Cloud Standard Model (Part 2/2) 2024-03-04T11:11:54.457000+01:00 Samantha_Yasay https://community.sap.com/t5/user/viewprofilepage/user-id/708351 <P style=" text-align : justify; ">Hi colleagues, welcome to the 2nd part of the blog post for the <SPAN>role overview in SAP Profitability and Performance Management Cloud Standard Model (SAP PaPM Cloud SM)!</SPAN></P><P style=" text-align : justify; ">On the previous blog post <A href="https://community.sap.com/t5/financial-management-blogs-by-sap/role-overview-in-sap-papm-cloud-standard-model-part-1-2/ba-p/13626591" target="_self">Role Overview in SAP PaPM Cloud Standard Model (Part 1/2)</A>, it discusses the role authorizations in the Environment, Modeling, Process Management, Report Management, Business Event Management, Show, Analyze and Visualize screens. I hope you already have an idea how it works.</P><P style=" text-align : justify; ">With that, you might be curious about the remaining roles related to System and Administration screens. Let me invite you to read this blog post and see how the roles work on the mentioned screens.</P><P style=" text-align : justify; ">To give you a little review, here are the major roles together with the new granular roles for System and Administration screens:</P><P style=" text-align : justify; "><SPAN><STRONG><FONT color="#FFCC00">Yellow</FONT> </STRONG>– For System screens.<BR /></SPAN><FONT color="#99CC00"><SPAN><STRONG>Green</STRONG></SPAN></FONT><SPAN> – For Administration screens.</SPAN><SPAN>&nbsp;</SPAN></P><P style=" text-align : justify; "><SPAN><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Role Overview.png" style="width: 909px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/74851i2A32096FD5740FE4/image-size/large?v=v2&amp;px=999" role="button" title="Role Overview.png" alt="Role Overview.png" /></span></SPAN></P><P style=" text-align : justify; "><SPAN>For more information about these Roles, please refer to SAP Help Portal <A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a8068ea2f9ba403aa6d8bda3abcdbecd/4ae90bf1138e4164b6f47939787cf3bb.html#role-templates-for-standard-model" target="_blank" rel="noopener noreferrer">Roles Templates for SAP PaPM Cloud SM</A></SPAN><SPAN>.</SPAN><SPAN>&nbsp;</SPAN></P><P style=" text-align : justify; ">On this blog post, I will be focusing on the Menu, System screens and Administration screens.</P><P style=" text-align : justify; ">Without further ado, let’s proceed!</P><P style=" text-align : justify; ">&nbsp;</P><P style=" text-align : justify; ">On the SAP PaPM Cloud SM, Menu button is always visible to the users that allows them to access the different System and Administration screens based on their assigned roles.</P><P style=" text-align : justify; ">Let me provide you with a quick glimpse of it.</P><P style=" text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Menu.png" style="width: 625px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/74856i5665D3A4E971913D/image-size/large?v=v2&amp;px=999" role="button" title="Menu.png" alt="Menu.png" /></span></P><P style=" text-align : justify; ">Based on the screenshot above, there are seven (7) options available in the Menu. Four (4) of which are the general options available for all users namely <STRONG>Help</STRONG>, <STRONG>User Preferences</STRONG>, <STRONG>About </STRONG>and <STRONG>Logout</STRONG>. While the remaining three (3) namely <STRONG>Home</STRONG>, <STRONG>System</STRONG> and <STRONG>Administration</STRONG> will be available based on the roles assigned to the users, which I will be discussing on the next sections.</P><P style=" text-align : justify; ">Here’s the overview of the roles and its authorizations for Menu options:</P><P style=" text-align : justify; ">An additional information, the <STRONG>Home </STRONG>option in the menu is equivalent to Environment screen.<BR />For the Home/Environment screen role authorizations, it was discussed on the previous blogpost <A href="https://community.sap.com/t5/financial-management-blogs-by-sap/role-overview-in-sap-papm-cloud-standard-model-part-1-2/ba-p/13626591" target="_self">Role Overview in SAP PaPM Cloud Standard Model (Part 1/2)</A>.</P><P style=" text-align : justify; "><STRONG><EM>Note:<BR /></EM></STRONG><SPAN><EM>To reiterate on how you can check the functionality of each role for the screens, inside the screenshots below, I have highlighted the buttons and indicated the roles in a tabular format for you to see the ability for each role.</EM></SPAN><SPAN><EM>&nbsp;<BR /></EM></SPAN><SPAN><EM>If a button (column e.g., Home) has a check mark next to a role (row e.g., ENVIRONMENTS_READ), it indicates that the role is capable of carrying out this particular action.&nbsp;</EM></SPAN><SPAN><EM>&nbsp;<BR /></EM></SPAN><SPAN><EM>If a button doesn’t have the check mark next to the role, then it means that the button is not visible, disabled or the user is not authorized (will return an unauthorized message).&nbsp;</EM></SPAN><SPAN><EM>&nbsp;</EM></SPAN></P><P style=" text-align : justify; "><SPAN><STRONG>Environments and Modeling screen related roles:</STRONG></SPAN></P><P style=" padding-left : 30px; text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Menu - Environments and Modeling related roles.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/74880i30D03CBC7F6C3630/image-size/large?v=v2&amp;px=999" role="button" title="Menu - Environments and Modeling related roles.png" alt="Menu - Environments and Modeling related roles.png" /></span></P><P style=" text-align : justify; "><SPAN><STRONG>Process, Reports and Business Event Management screen related roles:</STRONG></SPAN></P><P style=" padding-left : 30px; text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Menu - Process, Reports and Business Event Management related roles.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/74882i3612D276DD974301/image-size/large?v=v2&amp;px=999" role="button" title="Menu - Process, Reports and Business Event Management related roles.png" alt="Menu - Process, Reports and Business Event Management related roles.png" /></span></P><P style=" text-align : justify; "><SPAN><STRONG>System screens related roles:</STRONG></SPAN></P><P style=" padding-left : 30px; text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Menu - System related roles.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/74884i33FAC77B873C1414/image-size/large?v=v2&amp;px=999" role="button" title="Menu - System related roles.png" alt="Menu - System related roles.png" /></span></P><P style=" text-align : justify; "><SPAN><STRONG>Administration screens related roles:</STRONG></SPAN></P><P style=" padding-left : 30px; text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Menu - Administration related roles.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/74885i90D9D25B1D0109DE/image-size/large?v=v2&amp;px=999" role="button" title="Menu - Administration related roles.png" alt="Menu - Administration related roles.png" /></span></P><P style=" text-align : justify; ">To deep dive the roles per screen, let’s start first with the System Screens.</P><H3 id="toc-hId-1117112671">Application Monitor:</H3><P style=" text-align : justify; padding-left : 30px; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="System - Application Monitor.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/74861i759403CE5BBDD2F8/image-size/large?v=v2&amp;px=999" role="button" title="System - Application Monitor.png" alt="System - Application Monitor.png" /></span></P><H3 id="toc-hId-920599166">Process Monitor:</H3><P style=" padding-left : 30px; text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="System - Process Monitor.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/74862i87BF839F1D55ABAF/image-size/large?v=v2&amp;px=999" role="button" title="System - Process Monitor.png" alt="System - Process Monitor.png" /></span></P><H3 id="toc-hId-724085661">Comment Monitor:</H3><P style=" padding-left : 30px; text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="System - Comment Monitor.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/74863i4426E27AAB7DC303/image-size/large?v=v2&amp;px=999" role="button" title="System - Comment Monitor.png" alt="System - Comment Monitor.png" /></span></P><H3 id="toc-hId-527572156">Process Scheduler:</H3><P style=" padding-left : 30px; text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="System - Process Scheduler.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/74865i141AB3DA8A9309CC/image-size/large?v=v2&amp;px=999" role="button" title="System - Process Scheduler.png" alt="System - Process Scheduler.png" /></span></P><H3 id="toc-hId-331058651">Modeling History:</H3><P style=" padding-left : 30px; text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="System - Modeling History.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/74866i7CB7B247E442F589/image-size/large?v=v2&amp;px=999" role="button" title="System - Modeling History.png" alt="System - Modeling History.png" /></span></P><P style=" text-align : justify; ">Let’s continue with the Administration screens.</P><H3 id="toc-hId-134545146">Teams:</H3><P style=" padding-left : 30px; text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Administration - Teams.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/74867i2B8CAD0D80683942/image-size/large?v=v2&amp;px=999" role="button" title="Administration - Teams.png" alt="Administration - Teams.png" /></span></P><H3 id="toc-hId--61968359">Users:</H3><P style=" padding-left : 30px; text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Administration - Users.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/74869i0AC85D582EF77D18/image-size/large?v=v2&amp;px=999" role="button" title="Administration - Users.png" alt="Administration - Users.png" /></span></P><H3 id="toc-hId--258481864"><SPAN class="">Content Management:</SPAN></H3><P style=" padding-left : 30px; text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Administration - Content Management.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/74893i2B4822C0E904805E/image-size/large?v=v2&amp;px=999" role="button" title="Administration - Content Management.png" alt="Administration - Content Management.png" /></span></P><H3 id="toc-hId--454995369">Connections:</H3><P style=" padding-left : 30px; text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Administration - Connection Management.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/74894i39258D8DD4EA9C37/image-size/large?v=v2&amp;px=999" role="button" title="Administration - Connection Management.png" alt="Administration - Connection Management.png" /></span></P><H3 id="toc-hId--651508874">Settings:</H3><P style=" padding-left : 30px; text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Administration - Administration Settings.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/74873i3C782C2E1C985D8D/image-size/large?v=v2&amp;px=999" role="button" title="Administration - Administration Settings.png" alt="Administration - Administration Settings.png" /></span></P><H3 id="toc-hId--923253748">Provisioning:</H3><P style=" padding-left : 30px; text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Administration - Provisioning.png" style="width: 984px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/74874iDAD350EEC008E27D/image-size/large?v=v2&amp;px=999" role="button" title="Administration - Provisioning.png" alt="Administration - Provisioning.png" /></span></P><P style=" text-align : justify; ">I hope you learned something new from this blog and shed some light when it comes to Roles in SAP Profitability and Performance Management Cloud.</P><P style=" text-align : justify; ">Feel free to like and share this with your colleagues. And do follow the listed SAP community tags to be updated with the latest news for SAP PaPM!</P><UL style=" text-align : justify; "><LI><A href="https://community.sap.com/t5/tag/PaPMCloudSM/tg-p" target="_self">PaPMCloudSM</A></LI><LI><A href="https://community.sap.com/t5/tag/PaPMCloudSMWhatsNew/tg-p" target="_self">PaPMCloudSMWhatsNew</A></LI></UL><P style=" text-align : justify; ">Thank you for your time reading my blogpost and hope to see you on my next one!</P><P style=" padding-left : 30px; text-align : justify; ">&nbsp;</P> 2024-03-04T11:11:54.457000+01:00 https://community.sap.com/t5/financial-management-blogs-by-sap/sap-papm-cloud-what-s-new-as-of-2024-03-04/ba-p/13622696 SAP PaPM Cloud: What’s New as of 2024-03-04? 2024-03-04T18:35:22.051000+01:00 Vanessa-Somera https://community.sap.com/t5/user/viewprofilepage/user-id/889746 <P style=" text-align : justify; ">Hello SAP Community members!</P><P style=" text-align : justify; ">I’m thrilled to share another round of What’s New in SAP Profitability and Performance Management Cloud Standard Model (SAP PaPM Cloud SM). This blog post brings in the latest additions to the Menu, Environments and History Monitor screen.</P><P style=" text-align : justify; ">If you haven't had the chance to catch up on the previous blog posts from my colleagues, you can easily access them via this link: <A href="https://community.sap.com/t5/tag/PaPMCloudSMWhatsNew/tg-p" target="_blank">https://community.sap.com/t5/tag/PaPMCloudSMWhatsNew/tg-p</A></P><P style=" text-align : justify; ">Without further ado, allow me to walk you through the most recent updates that are now available and ready for use in your SAP PaPM Cloud SM:</P><H1 id="toc-hId-858827328">&nbsp;</H1><H1 id="toc-hId-662313823">&nbsp;</H1><H1 id="toc-hId-465800318"><SPAN>Menu Option</SPAN></H1><P style=" padding-left : 30px; text-align : justify; ">A new "About" section has been added to the Menu, providing users with information regarding the Application Version they are currently using. This includes details such as the 'Version ID' and 'Updated at' timestamps.</P><P style=" padding-left : 30px; text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Menu.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/73445i6A65A66F45B08F71/image-size/large?v=v2&amp;px=999" role="button" title="Menu.png" alt="Menu.png" /></span></P><P style=" padding-left : 30px; text-align : justify; ">To learn more of the ‘About’ section, please visit the Application Help Portal through this <A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/56471df1959f4cfd9e3bf7a6d2d5be42/c267a7a8ebe74aaaaae8c400be18b31b.html" target="_blank" rel="noopener noreferrer">link</A>.</P><H1 id="toc-hId-269286813">&nbsp;</H1><H1 id="toc-hId-72773308">&nbsp;</H1><H1 id="toc-hId--123740197"><SPAN>Environments Screen</SPAN></H1><P style=" padding-left : 30px; text-align : justify; "><SPAN>The Environments screen implements a new feature wherein when a user creates a Node or Environment, choosing the Confirm button automatically saves the Node and/or Environment without the need to click the Save button located in the header.</SPAN></P><P style=" padding-left : 30px; text-align : justify; "><FONT size="4"><STRONG>Node:</STRONG></FONT></P><P style=" padding-left : 30px; text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NODE.gif" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/73312iD5EB1CA7B9F40989/image-size/large?v=v2&amp;px=999" role="button" title="NODE.gif" alt="NODE.gif" /></span></P><P style=" padding-left : 30px; text-align : justify; "><FONT size="4"><STRONG>Environment:</STRONG></FONT></P><P style=" padding-left : 30px; text-align : justify; ">The <EM>Go To -&gt;</EM><EM>&nbsp;Modeling, Process</EM> buttons will be enabled once the Environment has been created, allowing users to access Modeling and/or Process Management screens right away.</P><P style=" padding-left : 30px; text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ENVIRONMENT.gif" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/73314i97F98BFFFE06FFAC/image-size/large?v=v2&amp;px=999" role="button" title="ENVIRONMENT.gif" alt="ENVIRONMENT.gif" /></span></P><P style=" padding-left : 30px; text-align : justify; "><STRONG><EM>Note: </EM></STRONG></P><P style=" padding-left : 30px; text-align : justify; "><EM>The Save and Undo/Redo buttons are disabled during creation of the node/environment.</EM></P><P style=" padding-left : 30px; text-align : justify; "><EM>Access to Modeling and Process Management relies on the </EM><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a8068ea2f9ba403aa6d8bda3abcdbecd/4ae90bf1138e4164b6f47939787cf3bb.html?locale=en-US#role-templates-for-standard-model" target="_blank" rel="noopener noreferrer"><EM>Roles</EM></A><EM> assigned to users. </EM></P><P style=" padding-left : 30px; text-align : justify; ">To gain further understanding about the Environments, please access the Application Help Portal through this <A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/56471df1959f4cfd9e3bf7a6d2d5be42/ed8c2c608cb84d1e883bb627a882c5b5.html" target="_blank" rel="noopener noreferrer">link</A>.&nbsp;</P><H1 id="toc-hId--320253702">&nbsp;</H1><H1 id="toc-hId--516767207">&nbsp;</H1><H1 id="toc-hId--713280712"><SPAN>History Monitor</SPAN></H1><P style=" padding-left : 30px; text-align : justify; "><FONT size="4"><STRONG><SPAN class="">Changing the name from ‘Modeling History Monitor’ to ‘History Monitor’</SPAN><SPAN class="">&nbsp;</SPAN></STRONG></FONT></P><P style=" padding-left : 30px; text-align : justify; "><SPAN>In the previous version of SAP PaPM Cloud SM</SPAN><SPAN>, there was a screen called ‘Modeling History Monitor’ located within System, enabling users to trace the changes of a model performed within an environment. With the new enhancement, it is now renamed ‘History Monitor’.</SPAN></P><P style=" padding-left : 30px; text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="History Monitor.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/73446i74FE740DEB20BF76/image-size/large?v=v2&amp;px=999" role="button" title="History Monitor.png" alt="History Monitor.png" /></span></P><P style=" padding-left : 30px; text-align : justify; "><FONT size="4"><STRONG><SPAN class="">New Column for Entry ID</SPAN></STRONG></FONT></P><P style=" padding-left : 30px; text-align : justify; "><SPAN class=""><SPAN>A new column called “<STRONG>Entry ID</STRONG>”, has been incorporated in the History Monitor screen. This column displays the GUID whenever an entry is generated within the screen.</SPAN></SPAN></P><P style=" padding-left : 30px; text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="History Monitor_Entry.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/73263i1A380A24457023A5/image-size/large?v=v2&amp;px=999" role="button" title="History Monitor_Entry.png" alt="History Monitor_Entry.png" /></span></P><P style=" padding-left : 30px; text-align : justify; "><FONT size="4"><STRONG><SPAN class="">New History Type</SPAN></STRONG></FONT><SPAN class=""><SPAN>&nbsp;</SPAN></SPAN></P><P style=" padding-left : 30px; text-align : justify; "><SPAN class=""><SPAN>Another inclusion to the History Monitor screen is the new History Type: <STRONG>EXPORT</STRONG>. Upon successful export of an Environment through the Content Management screen, a history entry will be logged in the History Monitor screen with History Type: <STRONG>EXPORT</STRONG>.</SPAN></SPAN></P><P style=" padding-left : 30px; text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="History Monitor_Export.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/73264iF532DA5D9DFAB5BB/image-size/large?v=v2&amp;px=999" role="button" title="History Monitor_Export.png" alt="History Monitor_Export.png" /></span></P><P style=" text-align : justify; ">To acquire more information about the History Monitor, please access the Application Help Portal through this <A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/56471df1959f4cfd9e3bf7a6d2d5be42/ffdda8fa3e6d450c8052fdaaeea9ffb8.html" target="_blank" rel="noopener noreferrer">link</A>.</P><P style=" text-align : justify; ">&nbsp;</P><P style=" text-align : justify; ">I hope these newly implemented features will be valuable to you as &nbsp;user. If you have any questions, please don’t hesitate to post them here.</P><P style=" text-align : justify; ">Feel free to like and share this with your colleagues. And do follow the listed SAP community tags to stay informed about the latest news for SAP PaPM Cloud SM:&nbsp;</P><UL style=" text-align : justify; "><LI><A class="" title="https://community.sap.com/t5/tag/papmcloudsm/tg-p" href="https://community.sap.com/t5/tag/PaPMCloudSM/tg-p" target="_blank">PaPMCloudSM</A></LI><LI><A class="" title="https://community.sap.com/t5/tag/papmcloudsmwhatsnew/tg-p" href="https://community.sap.com/t5/tag/PaPMCloudSMWhatsNew/tg-p" target="_blank">PaPMCloudSMWhatsNew</A></LI></UL><P style=" text-align : justify; ">Thank you and stay tuned for the next What's New series!</P><P style=" text-align : justify; ">&nbsp;</P><P style=" text-align : justify; ">&nbsp;</P><P style=" text-align : justify; ">&nbsp;</P><P style=" text-align : justify; ">&nbsp;</P><P style=" text-align : justify; ">&nbsp;</P><P style=" text-align : justify; ">&nbsp;</P><P style=" text-align : justify; ">&nbsp;</P> 2024-03-04T18:35:22.051000+01:00 https://community.sap.com/t5/financial-management-blogs-by-sap/unveiling-the-new-functionality-in-2024-of-sap-papm-cloud-welcome-to/ba-p/13628818 Unveiling the new functionality in 2024 of SAP PAPM Cloud: Welcome to Universal Model! 2024-03-06T05:31:21.612000+01:00 JoanJabagat https://community.sap.com/t5/user/viewprofilepage/user-id/672208 <P style=" text-align : justify; ">As we strive for excellence in serving our customers, we are excited to introduce the latest <STRONG>SAP Profitability and Performance Management Cloud</STRONG> (SAP PaPM Cloud) functionality. Discover the exciting enhancements with us in this blog post.</P><H3 id="toc-hId-1117173188"><STRONG>&nbsp;</STRONG></H3><H3 id="toc-hId-920659683"><FONT face="arial black,avant garde" color="#000080">Memory Lane </FONT></H3><P style=" text-align : justify; ">Since May 31st, 2021, SAP PaPM Cloud has been dedicated to supporting our customers’ business, integration and <EM>Analytical</EM> calculations and processes through its robust suite of applications and integration capabilities.</P><P style=" text-align : justify; ">Responding to evolving process and business requirements, SAP PaPM Cloud functionalities have been extended to support transactional activities and processing alongside analytical processing.</P><P style=" text-align : justify; ">&nbsp;</P><H3 id="toc-hId-724146178"><FONT face="arial black,avant garde" color="#000080">Analytical vs. Transactional Processing: What’s the Difference?</FONT></H3><P style=" text-align : justify; ">Before I talk about various topics related to SAP PaPM Cloud, I would first like to take a closer look at the following question: What exactly is the difference between analytical and transactional processing in relation to SAP PaPM Cloud?</P><P style=" text-align : justify; ">&nbsp;</P><H4 id="toc-hId-656715392"><FONT face="arial,helvetica,sans-serif" color="#0000FF">ANALYTICAL PROCESSING – Standard Model (SM)</FONT></H4><P style=" text-align : justify; "><SPAN>SAP PaPM Cloud will continue to be useful as it leverages its integration flexibility to consume analytical and transactional data from various sources such as Business Warehouse or S4HANA, enabling granular analysis and insightful calculations such as profitability. This empowers management with fact-based decision-making by providing key insights into business performance.</SPAN></P><P style=" text-align : justify; "><SPAN><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Analytical Data Schema.jpg" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/75967i1031EB095F39E9E4/image-size/large?v=v2&amp;px=999" role="button" title="Analytical Data Schema.jpg" alt="Analytical Data Schema.jpg" /></span></SPAN></P><P style=" text-align : justify; ">&nbsp;</P><H4 id="toc-hId-460201887"><FONT color="#0000FF"><SPAN>TRANSACTIONAL PROCESSING - Universal Model (UM)</SPAN></FONT></H4><P style=" text-align : justify; "><SPAN>Our current customers already experienced the SAP PaPM Cloud’s processing capabilities in meeting their business requirements; some of the customers decided to use SAP PaPM Cloud not just for their analytical processing, but even for their day-to-day business operations (transactional processing) like processing customer orders, invoicing, and inventory management.</SPAN></P><P style=" text-align : justify; "><SPAN> <span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Transaction Data Scheme.jpg" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/75969i416DA13E3F72D23E/image-size/large?v=v2&amp;px=999" role="button" title="Transaction Data Scheme.jpg" alt="Transaction Data Scheme.jpg" /></span></SPAN></P><P style=" text-align : justify; "><SPAN>This shift emphasizes the need for robust data lifecycle management within SAP PaPM Cloud. Below is a summarized version of the data lifecycle expected for a solution that performs standalone transactional processing:</SPAN></P><P style=" text-align : justify; "><SPAN><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="CSUSAD.jpg" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/75970i86DD8A468A757C02/image-size/large?v=v2&amp;px=999" role="button" title="CSUSAD.jpg" alt="CSUSAD.jpg" /></span></SPAN></P><P style=" text-align : justify; "><SPAN>To address this demand for transactional processing, SAP PaPM Cloud has been enhanced with an important new feature set called <FONT size="3"><STRONG>Universal Model</STRONG>,</FONT> tailored to the needs of data lifecycle and transactional processing.</SPAN></P><P style=" text-align : justify; "><SPAN>Before diving into the details of Universal Model, let me provide a high-level decision tree to guide you when to use well known Standard Model (SM) and when the Universal Model (UM).</SPAN></P><H3 id="toc-hId-134605663"><FONT face="arial black,avant garde" color="#000080"><STRONG>Simple Decision Tree: When to use What?</STRONG></FONT></H3><P style=" text-align : justify; "><SPAN><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Customers or Project.jpg" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/75971i58E95D052C2BF8F2/image-size/large?v=v2&amp;px=999" role="button" title="Customers or Project.jpg" alt="Customers or Project.jpg" /></span></SPAN></P><P style=" text-align : justify; ">&nbsp;</P><P style=" text-align : justify; "><SPAN>With this decision tree in mind and assuming familiarity with SAP PaPM Cloud Standard Model, let's delve into the features of SAP PaPM Cloud Universal Model so that you have a better comparison between these two important modeling applications in SAP PaPM Cloud. </SPAN></P><P style=" text-align : justify; "><SPAN>&nbsp;</SPAN></P><H3 id="toc-hId--61907842"><FONT face="arial black,avant garde" color="#000080"><STRONG>Universal Model (UM) Functionality Highlights</STRONG></FONT></H3><div class="lia-spoiler-container"><a class="lia-spoiler-link" href="#" rel="nofollow noopener noreferrer">Spoiler</a><noscript> (Highlight to read)</noscript><div class="lia-spoiler-border"><div class="lia-spoiler-content"><FONT face="arial,helvetica,sans-serif" color="#FF0000">This section of the document should not be perceived as a substitute of help application. It is still highly encouraged that you visit the application help to understand all functionalities available in Universal Model via this <A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/b1dbfcbc3796455fb81e5f00af1ecf5f.html" target="_blank" rel="noopener noreferrer">link</A>.<BR /><BR />Outlined below are several examples of functionalities exclusive to UM that will address various customer demands across diverse business requirements.</FONT></div><noscript><div class="lia-spoiler-noscript-container"><div class="lia-spoiler-noscript-content">This section of the document should not be perceived as a substitute of help application. It is still highly encouraged that you visit the application help to understand all functionalities available in Universal Model via this link.Outlined below are several examples of functionalities exclusive to UM that will address various customer demands across diverse business requirements.</div></div></noscript></div></div><P style=" text-align : justify; ">&nbsp;</P><H4 id="toc-hId--129338628"><FONT face="arial,helvetica,sans-serif" color="#0000FF"><STRONG>(1) Granular Role Templates </STRONG></FONT></H4><P style=" text-align : justify; ">UM offers granular role templates which allows customers to control who can access certain application tiles. To know more about the role granularity in SAP PAPM Cloud – Universal Model check the <SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a8068ea2f9ba403aa6d8bda3abcdbecd/4ae90bf1138e4164b6f47939787cf3bb.html" target="_blank" rel="noopener noreferrer">Administration guide</A></SPAN>.</P><P style=" text-align : justify; ">Another thing that is worth learning in UM is the so-called <STRONG><EM>user attribute</EM></STRONG>. There is a certain situation in Standard Model that customers would like to link SAP PaPM Cloud Teams with an identity provider or assign to certain BTP users. This has been reconsidered in UM, so now all teams created in Manage Teams can then be linked to a BTP Role collection via user attribute.</P><P style=" text-align : justify; ">To know more about user attribute, visit this <SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a8068ea2f9ba403aa6d8bda3abcdbecd/d1ce7bdfc9174fe98f439dc0a7c134bf.html" target="_blank" rel="noopener noreferrer">link</A></SPAN>.</P><P style=" text-align : justify; ">&nbsp;</P><H4 id="toc-hId--325852133"><FONT face="arial,helvetica,sans-serif" color="#0000FF"><STRONG>(2) User Interface&nbsp; </STRONG></FONT></H4><P style=" text-align : justify; ">UM is built using SAP Fiori and SAP Cloud Application Programming Model (CAP), ensuring compatibility but also a remarkable degree of flexibility<SPAN>. </SPAN>This empowers users to customize user interfaces and extensions effortlessly using no-code or low-code tools such as SAP Build.</P><P style=" text-align : justify; "><SPAN>The following general applications are available for business users to help them streamline their work processes.</SPAN></P><P style=" text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Table.jpg" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/75972i6A5E6990070845DF/image-size/large?v=v2&amp;px=999" role="button" title="Table.jpg" alt="Table.jpg" /></span></P><H5 id="toc-hId--393282919">&nbsp;</H5><H4 id="toc-hId--1216596238"><FONT color="#0000FF"><STRONG><FONT face="arial,helvetica,sans-serif">(3) Environment </FONT></STRONG></FONT></H4><P style=" text-align : justify; ">When we are to speak about Environment in UM, it is essential to recognize two fundamental types: Design-Time environment and Runtime Environment. This mechanism, exclusive to UM, empowers modelers to refine configurations during design time without interference on runtime environment (activated and being used by end-users). &nbsp;</P><P style=" text-align : justify; ">It is worth noting that individual function activation is not supported within UM. Instead, initiating a test run requires the activation of the entire environment.</P><P style=" text-align : justify; ">Let us shift our focus from technical nuances to security. UM offers the ability to protect environments by assigning Reader and Writer teams.<BR /><EM><STRONG>Reader Team</STRONG></EM> can display the environment, its functions, and fields.<BR /><EM><STRONG>Writer Team</STRONG> </EM>can update or maintain configuration in the environment, its functions, and fields.</P><P style=" text-align : justify; ">&nbsp;</P><H4 id="toc-hId--1413109743"><FONT face="arial,helvetica,sans-serif" color="#0000FF"><STRONG>(4) Field Types </STRONG></FONT></H4><P class=""><SPAN>Fields are mandatory for creating models and calculations. UM introduces various field types that are very useful in data modeling. Some of these field types are: </SPAN><SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/76ebcd3fe62c4dd68930022c16f25da4.html" target="_blank" rel="noopener noreferrer">Association</A></SPAN> <SPAN>and </SPAN><SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/6bea901bdf454920901819477033254d.html" target="_blank" rel="noopener noreferrer">In-Data comment</A></SPAN></P><P class="">&nbsp;</P><H4 id="toc-hId--1609623248"><FONT face="arial,helvetica,sans-serif" color="#0000FF"><STRONG>(5) Modeling Functions </STRONG></FONT></H4><P style=" text-align : justify; ">With UM, powerful data modeling functions for transactional data models were introduced, supporting tight relations between them, feature-rich input forms and on-the-fly calculations.</P><P style=" text-align : justify; ">To help you a little, here are some “What’s new in UM” with respect to <STRONG><EM>Manage Functions</EM></STRONG>. You can also see the full list of functions in Universal Model via this <SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/df456dae086749eabc44e61dd06adef5.html" target="_blank" rel="noopener noreferrer">site</A></SPAN>.</P><UL style=" text-align : justify; "><LI><SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/629f371c25ad49aab7bd1fdbd34846a3.html" target="_blank" rel="noopener noreferrer">Model Entity</A></SPAN> represents a database table with relations to other model functions in UM. It supports data lifecycle management like archiving and full traceability.</LI><LI>Consuming data from model entities across different environments within the same tenant is achievable using <SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/538f82291d7f4ba0875298dbbe569c2a.html" target="_blank" rel="noopener noreferrer">Model Reference</A></SPAN>, which is dependent on the connection type “<SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/72e941b7b5df4777b8152f25a6007f41.html" target="_blank" rel="noopener noreferrer">Environment</A></SPAN>”.</LI><LI>Combining two tables is allowed in <SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/19b4cbda42214cfb8aaefca99b23f5bc.html" target="_blank" rel="noopener noreferrer">Model Join</A></SPAN> or <SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/3ddcf27c975346e6a593e8906a4a946c.html" target="_blank" rel="noopener noreferrer">Join</A></SPAN>. They are typically used to union data because left joins, full joins, etc. are usually represented more elegantly via model entity relations.</LI><LI>Projection and Aggregation are possible in <SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/1b9e5603af4a4b8ba156bb5ac0a11253.html" target="_blank" rel="noopener noreferrer">Model View</A></SPAN> or <SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/b8c240f4e91c48c7a0419a8a69b08493.html" target="_blank" rel="noopener noreferrer">View</A></SPAN>. Row or column pruning (filter records or remove unused fields) is possible as well.</LI><LI>Sophisticated calculations can be performed in <SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/4d43e5018c3c4f2a8a48857c85074fb2.html" target="_blank" rel="noopener noreferrer">Model Calculation</A></SPAN> or <SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/1908a161d6b245c68f6f5dd2b1678b13.html" target="_blank" rel="noopener noreferrer">Calculation</A></SPAN>.</LI><LI><SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/20397e3507e64bb08d5e0035f209b0c1.html" target="_blank" rel="noopener noreferrer">Model Allocation</A></SPAN> and <SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/a4303594bef24d46b76c301848bdfbc4.html?q=Reader%20team" target="_blank" rel="noopener noreferrer">Allocation</A></SPAN> offer important types such as Direct and Indirect Allocation, Offset and Detailed Offset Allocation.</LI><LI>Data enrichment of data set with calculated attributes can be executed in <SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/9ca1a85d9ac4481195115809d9cea164.html" target="_blank" rel="noopener noreferrer">Model Derivation</A></SPAN> and <SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/99ae17211b954431b72e586944dc6b90.html" target="_blank" rel="noopener noreferrer">Derivation</A></SPAN> .</LI><LI>As noticed above, these information function were introduced such as <SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/1b9e5603af4a4b8ba156bb5ac0a11253.html" target="_blank" rel="noopener noreferrer">Model View</A></SPAN>, <SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/4d43e5018c3c4f2a8a48857c85074fb2.html" target="_blank" rel="noopener noreferrer">Model Calculation</A></SPAN>, <SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/19b4cbda42214cfb8aaefca99b23f5bc.html" target="_blank" rel="noopener noreferrer">Model Join</A></SPAN>, <SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/538f82291d7f4ba0875298dbbe569c2a.html" target="_blank" rel="noopener noreferrer">Model Reference</A></SPAN>, Model Allocation, Model Derivation. These functions create HANA Views, which means no data replication takes place when using such functions. They are typically used for on-the-fly calculations and feature-rich data input forms.</LI><LI>In contrast processing functions like <SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/b8c240f4e91c48c7a0419a8a69b08493.html" target="_blank" rel="noopener noreferrer">View</A></SPAN>, <SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/3ddcf27c975346e6a593e8906a4a946c.html" target="_blank" rel="noopener noreferrer">Join</A></SPAN>, <SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/99ae17211b954431b72e586944dc6b90.html" target="_blank" rel="noopener noreferrer">Derivation</A></SPAN>, <SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/1908a161d6b245c68f6f5dd2b1678b13.html" target="_blank" rel="noopener noreferrer">Calculation</A></SPAN>, and <SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/a4303594bef24d46b76c301848bdfbc4.html?q=Reader%20team" target="_blank" rel="noopener noreferrer">Allocation</A>&nbsp;</SPAN>create HANA Procedures, which means a Writer should be used to store the results in a Model Entity. Apart from that, they also support dynamic rules, which do not require model changes not activations.</LI><LI>There is <SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/fbbf56f047994caf9872ca95eaa423cb.html?q=Reader%20team" target="_blank" rel="noopener noreferrer">Currency Conversion</A></SPAN> and <SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/4b38d7f86305459087eefe1ed027111e.html?q=Reader%20team" target="_blank" rel="noopener noreferrer">Unit Conversion</A></SPAN>. These functions rely on TCUR* and T006* tables.</LI><LI><SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/a04f51f7e29249aa97a69a1cb2d899a2.html" target="_blank" rel="noopener noreferrer">Reader</A></SPAN> function helps in populating models based on the connection established such as SAC and ODATA connection.</LI></UL><P>&nbsp;</P><H4 id="toc-hId--1806136753"><FONT face="arial,helvetica,sans-serif" color="#0000FF"><STRONG>(6) Data Creation </STRONG></FONT></H4><P style=" text-align : justify; ">Ensuring data integrity and data consistency is crucial for transactional applications. One of the key features provided by UM in this regard is robust input validation. Various functionalities help to achieve data integrity and consistency across an environment.&nbsp;</P><P style=" text-align : justify; ">&nbsp;</P><H4 id="toc-hId--2002650258"><FONT face="arial,helvetica,sans-serif" color="#0000FF"><STRONG>(7) Relations in Model functions</STRONG></FONT></H4><P style=" text-align : justify; ">This is a new functionality, which is available in Model Entity. It is used to reference and define dependencies to other model functions via association-to or composition-of and allows to structure data models into feature rich business objects composed of potentially many entities like orders with order items, products referring to product groups, etc.</P><UL style=" text-align : justify; "><LI><FONT color="#3366FF"><U>Association-to-one</U></FONT> are foreign key references to other business objects.</LI><LI><FONT color="#3366FF"><U>Association-to-many</U> </FONT>can refer to multiple other business objects.</LI><LI><FONT color="#3366FF"><U>Composition-of-many</U></FONT> can refer to multiple dependent entities, which belong to a main entity.</LI></UL><P style=" text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Business Objects.jpg" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/75973iBDFD24D849529A5E/image-size/large?v=v2&amp;px=999" role="button" title="Business Objects.jpg" alt="Business Objects.jpg" /></span></P><P style=" text-align : justify; "><SPAN>Beside modeling business objects, relations are as well a key feature to provide complex validations including fulfilled and not fulfilled checks.</SPAN></P><P style=" text-align : justify; ">&nbsp;</P><H4 id="toc-hId-2095803533"><FONT face="arial,helvetica,sans-serif" color="#0000FF"><STRONG>(8) Field Assert Range and Formats </STRONG></FONT></H4><P style=" text-align : justify; ">This is a new functionality for environment fields, which offers a convenient way to define simple validations on field level, e.g.</P><UL style=" text-align : justify; "><LI>A key figure “Fulfillment %” should allow only values between 0 – 100.</LI><LI>A characteristic “Company Code” should only allow values consisting of 3 capital letters, like assert <STRONG>^([A-Z]{3})$ </STRONG><STRONG>.</STRONG></LI></UL><P style=" text-align : justify; ">Note: In case you need assistance on regular expression visit this <SPAN><A href="https://regex101.com/" target="_blank" rel="noopener nofollow noreferrer">site</A></SPAN>.</P><P style=" text-align : justify; ">&nbsp;</P><H4 id="toc-hId-1899290028"><FONT face="arial,helvetica,sans-serif" color="#0000FF"><STRONG>(9) CSV-file Upload and import</STRONG></FONT></H4><P style=" text-align : justify; ">Sometimes users need to get data manually into the system via uploading and importing. This is done via upload from local computer to server as draft file, storing the file as a saved-version and finally importing the file-content. Below are the results of an exemplary simple performance benchmarking, you can use it as an inspiration.</P><P style=" text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Inspiration.jpg" style="width: 706px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/75975iBF9A69B51ADCFF05/image-dimensions/706x231?v=v2" width="706" height="231" role="button" title="Inspiration.jpg" alt="Inspiration.jpg" /></span></P><P>&nbsp;<SPAN>&nbsp;</SPAN><SPAN>To know more on how to upload via Show screen, visit this </SPAN><SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/08956168ea6d408fbd492453b9abe36e.html" target="_blank" rel="noopener noreferrer">site</A></SPAN><SPAN>.</SPAN></P><P style=" text-align : justify; ">&nbsp;</P><H4 id="toc-hId-1702776523"><FONT face="arial,helvetica,sans-serif" color="#0000FF"><STRONG>(10) Single record edit locking Mechanism </STRONG></FONT></H4><P style=" text-align : justify; ">Transactional processing requires business object edit locking, which ensures that when one user is editing a business object, it becomes read-only for all other users. If UserA is editing a business object, it becomes read-only for other users. If UserA remains inactive for 15 minutes, other users have the option to unlock the business object by confirming a warning indicating that any draft changes from UserA will be lost.</P><P style=" text-align : justify; ">&nbsp;</P><H4 id="toc-hId-1506263018"><FONT face="arial,helvetica,sans-serif" color="#0000FF"><STRONG>(11) Data Storing </STRONG></FONT></H4><P style=" text-align : justify; ">Data storage in the Universal Model can be facilitated through various modeling functions with the writer component.</P><UL style=" text-align : justify; "><LI><FONT color="#00CCFF"><FONT color="#3366FF">Model Entity with Writer</FONT>&nbsp;</FONT>You can store data in a Model Entity. However, it's important to be aware that data stored in a model entity may be erased if not properly archived before Environment deactivation.</LI></UL><UL style=" text-align : justify; "><LI><FONT color="#00CCFF"><FONT color="#3366FF">Model HANA with Writer</FONT>&nbsp;</FONT>You can store data in the underlying HANA Tables.</LI></UL><UL style=" text-align : justify; "><LI><FONT color="#3366FF">Exposing Data to external systems&nbsp;</FONT>Utilizing Universal Model's APIs, external systems can retrieve data from UM via ODATA.</LI></UL><P style=" text-align : justify; padding-left : 30px; ">&nbsp;</P><H4 id="toc-hId-1309749513"><FONT color="#0000FF"><STRONG>(12) Process, Activity and Workflow </STRONG></FONT></H4><P style=" text-align : justify; ">Process managers can define processes that encompass various activities <FONT color="#3366FF">spanning across different environments</FONT>. The fact that activities within a process are no longer confined to a single environment simplifies the configuration of complex processes.</P><P style=" text-align : justify; ">If a process is marked for transportation, it will be included during export and import of environments.</P><P style=" text-align : justify; ">Process managers can design their activities depending on the actions needed, validation criteria and workflow statuses.</P><P style=" text-align : justify; ">Finally, let’s shift our attention to workflow capabilities. The Universal Model workflow functionality is designed to handle complex transactional requirements. Below is a straightforward example demonstrating that a particular activity, like Activity2, no longer requires a single successor step. Instead, Activity2 follows an If-Then-Else conditioning which depends on the action that will be performed by the activity executors. Also in the below workflow, a possibility of re-execution of completed activity is possible such as Activity3 Activity1.</P><P style=" text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Activity.jpg" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/75980i6B3A3E48C7AEAE5D/image-size/large?v=v2&amp;px=999" role="button" title="Activity.jpg" alt="Activity.jpg" /></span></P><P style=" text-align : justify; "><SPAN>To know more on how to configure Processes and Activities, visit these sites:&nbsp;</SPAN><SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/b17950b7780d499483e2e4fc8c9e39b1.html" target="_blank" rel="noopener noreferrer">Manage Processes</A></SPAN><SPAN>&nbsp;and&nbsp;</SPAN><SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/446d42bc01ce4cf6ae0c9841eab9248f.html" target="_blank" rel="noopener noreferrer">Manage Activities</A></SPAN></P><P style=" text-align : justify; ">&nbsp;</P><H4 id="toc-hId-1281419699"><FONT face="arial,helvetica,sans-serif" color="#0000FF"><STRONG>(13) Reporting </STRONG></FONT></H4><P style=" text-align : justify; ">In the Universal Model, Report management offers a more streamlined approach compared to the Standard Model, which emphasizes on traceability between granular data, aggregated data, and visualizations. Reports are bound to a Runtime Environment – this is particularly vital for transactional use cases, where reports are typically set up once and utilized over an extended period. The Report section provides access to a variety of reporting tools, enabling you to create, view, update, delete, and duplicate reports within the available runtime environments. You can also transfer a report to another tenant by utilizing the Transport Report feature, which bundles the report content into a container for import into a new tenant.</P><P style=" text-align : justify; ">For further details on configuring Reports, please refer to the following resources: <SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/715018306e9d49a999b882b2742c53d4.html" target="_blank" rel="noopener noreferrer">Manage Reports</A></SPAN> and <SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/77df25a02f14404a8114e6fa227c0d4a.html" target="_blank" rel="noopener noreferrer">Manage Pages</A></SPAN>.</P><P style=" text-align : justify; ">&nbsp;</P><H4 id="toc-hId-1084906194"><FONT face="arial,helvetica,sans-serif" color="#0000FF"><STRONG>(14) Data Privacy </STRONG></FONT></H4><P style=" text-align : justify; "><SPAN>With the help of </SPAN><SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/4e30633282d74609880363bb947b3842.html" target="_blank" rel="noopener noreferrer">Data Locking</A></SPAN><SPAN>, </SPAN><SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/bff3de244238425a8953f0a3793c14a0.html" target="_blank" rel="noopener noreferrer">Data Privileges</A></SPAN> <SPAN>in combination with </SPAN><SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/8be1707c245041c389348683a76af7e2.html" target="_blank" rel="noopener noreferrer">Teams</A></SPAN><SPAN>, Data privacy has been more secured in UM.</SPAN></P><P style=" text-align : justify; ">&nbsp;</P><H4 id="toc-hId-888392689"><FONT face="arial,helvetica,sans-serif" color="#0000FF"><STRONG>(15) Audit and Change Logs </STRONG></FONT></H4><P style=" text-align : justify; "><SPAN>With the help of </SPAN><SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/b4e38283a15f44b1b4a971b6b5691183.html" target="_blank" rel="noopener noreferrer">Manage Event Logs</A></SPAN><SPAN>, </SPAN><SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/6c22122584f048428a9349e31d447f29.html" target="_blank" rel="noopener noreferrer">Manage Comments</A></SPAN><SPAN>, and </SPAN><SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/f20a7d375ba24659a840ccd8eeab338f.html" target="_blank" rel="noopener noreferrer">show screen’s commenting feature</A></SPAN> <SPAN>tracking of actions, changes and documented comments are now transparent in UM.</SPAN></P><P style=" text-align : justify; ">&nbsp;</P><H4 id="toc-hId-691879184"><FONT face="arial,helvetica,sans-serif" color="#0000FF"><STRONG>(16) Data Archiving and Restore </STRONG></FONT></H4><P style=" text-align : justify; "><SPAN>With the help of </SPAN><SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/1324d9bcbfb344c09c895f5dc1cdba86.html" target="_blank" rel="noopener noreferrer">Manage Archives</A></SPAN><SPAN>, archiving and restoring of historical data records is now possible in order to complete the data lifecycle management (DLM) that is being offered by UM.</SPAN></P><P style=" text-align : justify; ">&nbsp;</P><H4 id="toc-hId-495365679"><FONT face="arial,helvetica,sans-serif" color="#0000FF"><STRONG>(17) Environment Export, Import </STRONG></FONT></H4><P style=" text-align : justify; "><SPAN>With the </SPAN><SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/aaecda01c8114baba86af9480ba3119e.html" target="_blank" rel="noopener noreferrer">Environment transport</A></SPAN><SPAN> function UM not only offers the full environment import to another tenant but also the so-called Delta Import. Delta import is a very helpful mechanism to avoid unnecessary lengthy environment transport from one tenant to another. It is important to note that the environment exported from the Universal Model is not compatible with Standard Model and On-Premise.</SPAN></P><P style=" text-align : justify; ">&nbsp;</P><H3 id="toc-hId-592255181"><FONT color="#000080"><STRONG>How to access and enable Universal Model</STRONG></FONT></H3><H4 id="toc-hId-102338669"><FONT face="arial,helvetica,sans-serif" color="#3366FF"><STRONG><FONT color="#0000FF">(1) Subscription</FONT> </STRONG></FONT></H4><P style=" text-align : justify; "><SPAN>Universal Model is included in SAP PaPM Cloud as additional functionality upon </SPAN><SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a8068ea2f9ba403aa6d8bda3abcdbecd/93ae5e9d486c40cd982ec28af358df60.html" target="_blank" rel="noopener noreferrer">subscription</A></SPAN><SPAN>. As of this moment this feature is disabled by default unless you open an incident request to LOD-PER-ACE. </SPAN></P><P style=" text-align : justify; "><SPAN>&nbsp;</SPAN><SPAN>Here is an example request to LOD-PER-ACE component.</SPAN></P><div class="lia-spoiler-container"><a class="lia-spoiler-link" href="#" rel="nofollow noopener noreferrer">Spoiler</a><noscript> (Highlight to read)</noscript><div class="lia-spoiler-border"><div class="lia-spoiler-content"><EM>Hi Support team,</EM><BR /><EM>please activate SAP PaPM Cloud Universal Model for below tenants:</EM><BR /><EM>Subdomain: <STRONG>&lt;your subdomain in BTP&gt;<BR /></STRONG>Tenant ID: <STRONG>&lt;your tenant ID in BTP&gt;<BR /></STRONG>Subaccount ID: <STRONG>&lt;your subaccount ID in BTP&gt;<BR /></STRONG>Provider: <STRONG>&lt;your provider in BTP&gt;<BR /></STRONG>Region: <STRONG>&lt;your region in BTP&gt;<BR /></STRONG>Environment: <STRONG>Multi-Environment</STRONG></EM></div><noscript><div class="lia-spoiler-noscript-container"><div class="lia-spoiler-noscript-content">Hi Support team,please activate SAP PaPM Cloud Universal Model for below tenants:Subdomain: &lt;your subdomain in BTP&gt;Tenant ID: &lt;your tenant ID in BTP&gt;Subaccount ID: &lt;your subaccount ID in BTP&gt;Provider: &lt;your provider in BTP&gt;Region: &lt;your region in BTP&gt;Environment: Multi-Environment</div></div></noscript></div></div><P style=" text-align : justify; ">&nbsp;</P><H4 id="toc-hId--94174836"><FONT face="arial,helvetica,sans-serif" color="#0000FF"><STRONG>(2) Available Regions </STRONG></FONT></H4><P style=" text-align : justify; "><SPAN>It is advisable that you check the fully released regions in the </SPAN><SPAN><A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a8068ea2f9ba403aa6d8bda3abcdbecd/0abd71c29f71429db8daa8a310f8f0c6.html" target="_blank" rel="noopener noreferrer">administration guide</A></SPAN> <SPAN>whenever you need to offer SAP PaPM Cloud to various customers. Geographically speaking it would always be better to offer customers the region nearest to their business</SPAN><SPAN>&nbsp;</SPAN></P><P style=" text-align : justify; ">&nbsp;</P><H4 id="toc-hId--290688341"><FONT face="arial,helvetica,sans-serif" color="#0000FF"><STRONG>(3) Logging into SAP PaPM Cloud Universal Model </STRONG></FONT></H4><P style=" text-align : justify; "><SPAN>Upon having proper role collection, logging into SAP PaPM Cloud will direct you to the Standard Model (SM). In the navigation menu, choose Universal Model (UM) to be redirected to the Universal Model applications.</SPAN></P><P style=" text-align : justify; "><SPAN>&nbsp;<span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Login.jpg" style="width: 602px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/75985i04499165364E647E/image-size/large?v=v2&amp;px=999" role="button" title="Login.jpg" alt="Login.jpg" /></span></SPAN></P><P style=" text-align : justify; ">Please note that</P><UL style=" text-align : justify; "><LI>provisioning (increasing of capacity unit)</LI><LI>logging into the underlying runtime database</LI></UL><P style=" text-align : justify; ">are administrative activities that can only be performed via Standard Model ¦ Navigation Menu. By design, there is no equivalent application in Universal Model that offers provisioning and database access.</P><P style=" text-align : justify; "><SPAN>If you have made it this far in the blog post, it shows your eagerness to explore further and gain insights into our new functionality SAP PaPM Cloud - Universal Model. For more in-depth exploration, don't miss our blog post on <A class="" href="https://community.sap.com/t5/financial-management-blogs-by-sap/navigate-your-way-to-sap-papm-cloud-universal-model/ba-p/13634076" target="_blank">Navigate Your Way to SAP PaPM Cloud Universal Model.</A></SPAN></P><P style=" text-align : justify; ">Stay tuned for more exciting and detailed blogpost related to each section discussed above!<BR />Until next time, enjoy exploring SAP PaPM Cloud Universal Model!</P><P style=" text-align : justify; ">&nbsp;</P> 2024-03-06T05:31:21.612000+01:00 https://community.sap.com/t5/financial-management-blogs-by-sap/navigate-your-way-to-sap-papm-cloud-universal-model/ba-p/13634076 Navigate Your Way to SAP PaPM Cloud Universal Model 2024-03-11T20:40:06.041000+01:00 KatrinaMendoza https://community.sap.com/t5/user/viewprofilepage/user-id/155570 <P><SPAN>Hello! How was your first encounter with SAP Profitability and Performance Management Cloud - Universal Model (SAP PaPM Cloud UM) via this blogpost&nbsp;</SPAN><A href="https://community.sap.com/t5/financial-management-blogs-by-sap/unveiling-the-new-functionality-in-2024-of-sap-papm-cloud-welcome-to/ba-p/13628818" target="_blank">Unveiling the new functionality in 2024 of SAP PAPM Cloud: Welcome to Universal Model!</A><SPAN>&nbsp;Is It interesting?</SPAN><BR /><BR />To make you even more comfortable in using the newest functionality of SAP PaPM Cloud, keep reading this blogpost as this will serve as your initial guide to navigate through the user-friendly features of Universal Model. Before we begin the tour, I would like to prepare you of what to expect from this blogpost, such as:</P><P data-unlink="true"><STRONG>(A) Overview of Your Home Screen</STRONG>&nbsp;<BR /><STRONG>(B) How to Customize Your Home Screen&nbsp;</STRONG><BR /><STRONG>(C) How to Access Applications in Universal Model&nbsp;</STRONG><BR /><STRONG>(D) Short Introduction to SAP Companion&nbsp;</STRONG><BR /><BR />Are you ready? If yes, then let’s start our tour! <span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:">😊</span></P><P><FONT color="#993300"><STRONG>Note</STRONG></FONT><BR /><FONT color="#993300">This document is not a substitute of the SAP Help Portal Documentation. To learn more about the detailed functionalities of Universal Model, see&nbsp;<A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/b1dbfcbc3796455fb81e5f00af1ecf5f.html" target="_self" rel="noopener noreferrer">SAP Profitability and Performance Management Cloud: Universal Model</A>&nbsp;SAP Help Portal Documentation.</FONT></P><P><FONT size="5"><STRONG>(A) Overview of Your Home Screen</STRONG></FONT>&nbsp;</P><P>The <STRONG>Home&nbsp;</STRONG>screen of Universal Model is designed to provide swift and effortless access to your most frequently used tools and applications<EM>.</EM></P><P>Here is a quick overview of the different sections featured on your <STRONG>Home</STRONG> screen:</P><UL><LI><STRONG>Shell bar</STRONG>: Helps you navigate across different applications of Universal Model. To know more about these attributes, see image and table below:&nbsp;<BR /><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ShellBar.png" style="width: 624px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/78667iD286281EABECB339/image-size/large?v=v2&amp;px=999" role="button" title="ShellBar.png" alt="ShellBar.png" /></span><BR /><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ShellbarTable.png" style="width: 876px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/78569iB909511FD52C4960/image-size/large?v=v2&amp;px=999" role="button" title="ShellbarTable.png" alt="ShellbarTable.png" /></span></LI><LI><STRONG>Application Group</STRONG>: Displays the list of applications for business users in Universal Model.<BR /><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ApplicationGroup.png" style="width: 624px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/78570i551E13A910654D28/image-size/large?v=v2&amp;px=999" role="button" title="ApplicationGroup.png" alt="ApplicationGroup.png" /></span></LI><LI><STRONG>Application Tiles:</STRONG> Displays the preset application tiles available and categorized into different groups.<BR /><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ApplicationTiles.png" style="width: 624px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/78571i474ECC4E5F81BB38/image-size/large?v=v2&amp;px=999" role="button" title="ApplicationTiles.png" alt="ApplicationTiles.png" /></span></LI></UL><P><STRONG><FONT size="5">(B) How to Customize Your Home Screen</FONT>&nbsp;</STRONG></P><P>Now that we are bit familiar with what we see on our <STRONG>Home</STRONG> screen, let’s now go into how we can customize it for a more personalized, tailored fitting look for you.</P><P>By choosing your initials on the top right side of the shell bar, the system will lead you to your profile.</P><P>The user profile displays various options to personalize your Universal Model application, allowing you to customize how you view and organize your workspace.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Profile.png" style="width: 624px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/78573i320BA88923E8C098/image-size/large?v=v2&amp;px=999" role="button" title="Profile.png" alt="Profile.png" /></span></P><P>To learn more about each attribute, see the table below for reference:</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ProfileTable.png" style="width: 637px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/78600i608A91FECF3644C9/image-size/large?v=v2&amp;px=999" role="button" title="ProfileTable.png" alt="ProfileTable.png" /></span></P><H2 id="toc-hId-988887322"><SPAN>(C) How to Access Applications in Universal Model</SPAN></H2><P>Now that we have customized our application, let’s find out how we can access the applications that are most useful for us.</P><P>There are three ways on how to access an application in Universal Model.<BR />You may choose one from the following options:</P><P><FONT size="4"><STRONG>&nbsp;</STRONG><STRONG>Via Home screen:</STRONG></FONT></P><OL><LI>Go to the <STRONG>Home</STRONG> screen.</LI><LI>Locate the application icon or name of the application.</LI><LI>Choose the appropriate tile to open the application.<BR /><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Homescreen.gif" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/78588iF4D249C39B46C79E/image-size/large?v=v2&amp;px=999" role="button" title="Homescreen.gif" alt="Homescreen.gif" /></span></LI></OL><P><STRONG><FONT size="4">Via Search bar: </FONT></STRONG></P><OL><LI>Choose the <STRONG>Search</STRONG> bar.</LI><LI>Type the name of the application.</LI><LI>Select the relevant result from the dropdown menu.<BR /><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="viaSearch.gif" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/78640i7DDC096168012EDB/image-size/large?v=v2&amp;px=999" role="button" title="viaSearch.gif" alt="viaSearch.gif" /></span></LI></OL><P><FONT size="4"><STRONG>Via All Apps menu: </STRONG></FONT></P><OL><LI>Go to the <STRONG>Home</STRONG> screen.</LI><LI>Expand the <STRONG>Navigation Menu</STRONG>.</LI><LI>Choose the relevant catalog, then choose the application.<BR /><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HomeAPP.gif" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/78618iB63AC5F48D360405/image-size/large?v=v2&amp;px=999" role="button" title="HomeAPP.gif" alt="HomeAPP.gif" /></span></LI></OL><P><FONT size="5"><STRONG>(D) Short Introduction to SAP Companion<BR /></STRONG></FONT></P><P>Needing some assistance in the system? We have exciting news for you! Not only that Universal Model was created with a user-friendly interface, we have also embedded a companion just for you. <span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:">😊</span></P><P>Introducing…<BR />SAP Companion – a feature within the Universal Model application. It consists of <STRONG>(i) Static Help</STRONG> and <STRONG>(ii) Guided Tour</STRONG> that will help you work in the system.</P><P>To access these features, choose <STRONG>Open Help</STRONG>&nbsp;on your shell bar on any page. The system opens it in a side panel, and will automatically set the static help active on your screen.<BR /><BR /><STRONG>Note<BR /></STRONG>SAP Companion is available only in English language.<BR /><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Help.png" style="width: 624px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/78627iEE1617F1787690EE/image-size/large?v=v2&amp;px=999" role="button" title="Help.png" alt="Help.png" /></span><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StaticHelp.png" style="width: 624px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/78628iD04F8694A0F044A7/image-size/large?v=v2&amp;px=999" role="button" title="StaticHelp.png" alt="StaticHelp.png" /></span></P><P><STRONG>(i) Static Help<BR /></STRONG>By choosing a specific help topic on the right panel of your screen, the system will pop up the long description of the topic chosen.&nbsp;</P><P>For example:<STRONG><BR /><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StatHelpExample.png" style="width: 624px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/78629i3997CB60BC8FAA9F/image-size/large?v=v2&amp;px=999" role="button" title="StatHelpExample.png" alt="StatHelpExample.png" /></span><BR /></STRONG></P><P><STRONG>(ii) Guided Tour<BR /></STRONG><SPAN>This is a help embedded in some of Universal Model’s application that will serve as your “friend” within the system. It will provide a step-by-step guide that will help you configure your way through an application.</SPAN><STRONG><BR /></STRONG></P><P>To access this feature, choose <STRONG>Guided Tour</STRONG>&nbsp;on the right side panel of your SAP Companion. The system lists all guided tours available within that specific application.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GuidedTour.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/78738i38071B7144DB7875/image-size/large?v=v2&amp;px=999" role="button" title="GuidedTour.png" alt="GuidedTour.png" /></span></P><P><STRONG>Note<BR /></STRONG>Guided tours are available only on selected applications and will continue to grow.<BR /><BR />For example:<BR />How to create an environment.</P><OL><LI>Choose <STRONG>Guided Tour</STRONG>&nbsp;on the right side panel of your SAP Companion.</LI><LI>Choose <STRONG>TOUR_2 Create Environment</STRONG> from the list.<BR /><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GuidedTour2.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/78740i8E737EA2993BACA9/image-size/large?v=v2&amp;px=999" role="button" title="GuidedTour2.png" alt="GuidedTour2.png" /></span></LI><LI>In this case, we will create our first environment. First, choose <STRONG>Create</STRONG>.<BR /><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GuidedTour3.png" style="width: 624px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/78742i620EE0BF7737EB18/image-size/large?v=v2&amp;px=999" role="button" title="GuidedTour3.png" alt="GuidedTour3.png" /></span></LI><LI>Then, select “Environment” from the dropdown list. Then choose <STRONG>Next</STRONG> in the <STRONG>Guided Tour </STRONG>popup.<BR /><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GuidedTour4.png" style="width: 569px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/78743i64EB13BFE666BDF0/image-size/large?v=v2&amp;px=999" role="button" title="GuidedTour4.png" alt="GuidedTour4.png" /></span></LI><LI>Choose “Continue”.<BR /><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GuidedTour5.png" style="width: 624px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/78744i1F22365A3EE0A112/image-size/large?v=v2&amp;px=999" role="button" title="GuidedTour5.png" alt="GuidedTour5.png" /></span></LI><LI>You will be redirected to the main configuration screen where you will be asked to fill in the mandatory fields such as “Environment” and “Description”, and non-mandatory fields such as “Parent”, “Reader Team”, “Writer Team”, and so on. In this example, I only fill in these two mandatory fields. Choose <STRONG>Next </STRONG>in the<STRONG> Guided Tour</STRONG> popup.<BR /><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GuidedTour6.png" style="width: 624px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/78745i274A5021CED6FC71/image-size/large?v=v2&amp;px=999" role="button" title="GuidedTour6.png" alt="GuidedTour6.png" /></span><BR /><STRONG>Tip</STRONG><BR />Scroll up and down the help popup window to find the description for each field.</LI><LI>Choose “Create”.<BR /><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GuidedTour7.png" style="width: 624px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/78746i766D3823F0431151/image-size/large?v=v2&amp;px=999" role="button" title="GuidedTour7.png" alt="GuidedTour7.png" /></span></LI><LI>The system will prompt <STRONG>Object created</STRONG>.<BR /><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GuidedTour8.png" style="width: 624px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/78747i5845685C71AEEABF/image-size/large?v=v2&amp;px=999" role="button" title="GuidedTour8.png" alt="GuidedTour8.png" /></span></LI></OL><P>And that’s it… You have just created your first environment in Universal Model! <span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:">😊</span></P><P>Ever wonder if the environment that we created together can be deployed to a succeeding tenant? You may answer this question via my teammate's blogpost about <A href="https://community.sap.com/t5/financial-management-blogs-by-sap/sap-papm-cloud-universal-model-deploy-your-environment-via-manage/ba-p/13674641" target="_self">SAP PaPM Cloud Universal Model: Deploy your environment via Manage Containers</A>.</P><P>Thank you so much for “touring” with me!</P><P>Happy Modeling! <span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:">😊</span></P> 2024-03-11T20:40:06.041000+01:00 https://community.sap.com/t5/technology-blogs-by-sap/what-s-new-in-sap-profitability-and-performance-management-3-0-sp24/ba-p/13641653 What’s New in SAP Profitability and Performance Management 3.0 SP24 2024-03-18T15:15:09.674000+01:00 alex_marasigan https://community.sap.com/t5/user/viewprofilepage/user-id/672205 <P><SPAN>Hi Everyone.</SPAN></P><P><SPAN>SAP Profitability and Performance Management (PaPM) 3.0 is gearing up to unveil Support Package 24 (SP24) </SPAN><SPAN>during the third week of March.</SPAN></P><P><SPAN>In this blog post, I'm thrilled to take you on an in-depth journey through the upcoming SAP PaPM SP24, highlighting features and enhancements that redefines how businesses harness the power of this innovative solution.</SPAN></P><P><SPAN>So, fasten your seatbelts as we explore the dynamic world of SAP PaPM, uncovering the transformative capabilities that SP24 brings to the table.</SPAN></P><P>&nbsp;</P><H1 id="toc-hId-860644452"><SPAN><STRONG>General Feature</STRONG></SPAN></H1><H2 id="toc-hId-793213666"><SPAN><STRONG>Performance Improvements</STRONG></SPAN></H2><P><SPAN>Starting with SP24, the allocation logic has been optimized to significantly enhance the efficiency of the Allocation function’s processing.</SPAN></P><P>&nbsp;</P><H1 id="toc-hId-467617442"><SPAN><STRONG>Functions</STRONG></SPAN></H1><H2 id="toc-hId-400186656"><SPAN><STRONG>Remote Function Adapter</STRONG></SPAN></H2><P><SPAN>We have introduced two new <STRONG>Remote Function Adapter (RFA)</STRONG> types designed for finance tasks: the “<STRONG>Finance Accounts Payable Items</STRONG></SPAN><SPAN>” and the “<STRONG>Finance Accounts Receivable Items</STRONG>”. Let me present you the functionalities of each RFA type.</SPAN></P><P><SPAN>Let’s start with “<STRONG>Finance Accounts Payable Items</STRONG>”. This new function type allows you to post an Accounts Payable entry to SAP ERP or SAP S/4HANA with multiple lines per document. It uses a grouping field to determine which lines are grouped together into one document. You can have multiple GL accounts or vendor accounts within each document. If an RFC destination is defined at the environment level, the entries are posted in that system.</SPAN></P><P><SPAN>Let me give you an example:</SPAN></P><OL><LI>Input Data</LI></OL><P><span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Picture1.png" style="width: 699px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/82401iC7547913124E0150/image-size/large?v=v2&amp;px=999" role="button" title="Picture1.png" alt="Picture1.png" /></span></P><P>&nbsp; &nbsp; &nbsp;</P><P>&nbsp;</P><P>&nbsp; &nbsp; &nbsp;2. Configuration of the Remote Function Adapter</P><P style=" padding-left : 60px; ">a. <STRONG>Header</STRONG></P><P style=" padding-left : 90px; ">i. Remote Function Adapter Type: Finance Accounts Payable Items</P><P style=" padding-left : 90px; ">ii. RFC Destination: The system where you want to post the entries</P><P style=" padding-left : 90px; ">iii. Field Length Extension Mode: Target Mode</P><P><span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Picture2.png" style="width: 624px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/82403i8920144426F8BA08/image-size/large?v=v2&amp;px=999" role="button" title="Picture2.png" alt="Picture2.png" /></span></P><P style=" padding-left : 60px; ">&nbsp;</P><P style=" padding-left : 60px; ">&nbsp;</P><P style=" padding-left : 60px; ">&nbsp;</P><P style=" padding-left : 60px; ">b. <STRONG>Rules</STRONG>: You may use the mapping below for your reference</P><P><span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Picture3.png" style="width: 678px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/82404i2A0CAD6B674D7473/image-size/large?v=v2&amp;px=999" role="button" title="Picture3.png" alt="Picture3.png" /></span></P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P><SPAN>You will then be able to verify the successful posting through the <STRONG>Object Key</STRONG> field.</SPAN></P><P><span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Picture4.png" style="width: 677px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/82405i15E79BABD0E28A01/image-size/large?v=v2&amp;px=999" role="button" title="Picture4.png" alt="Picture4.png" /></span></P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P><SPAN>Now let’s continue with the second new <STRONG>RFA</STRONG> type, which is the “<STRONG>Finance Accounts Receivable Items</STRONG>”. This function type allows you to post an Accounts Receivable entry to SAP ERP or SAP S/4HANA. Each record is mapped to one posting, with a customer account on one side and a GL account on the other. If an RFC destination is defined at the environment level, the entries are posted in that system.</SPAN></P><P><SPAN>Let me give you an example:</SPAN></P><P><SPAN>&nbsp; &nbsp; &nbsp;1.&nbsp;</SPAN>Input Data</P><P><span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Picture5.png" style="width: 703px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/82406i25022E8096A0BE50/image-size/large?v=v2&amp;px=999" role="button" title="Picture5.png" alt="Picture5.png" /></span></P><P>&nbsp; &nbsp; &nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp; &nbsp; 2. Configuration of the Remote Function Adapter</P><P style=" padding-left : 60px; ">a. <STRONG>Header</STRONG></P><P style=" padding-left : 90px; ">i. Remote Function Adapter Type: <STRONG>Finance Accounts Receivable Items</STRONG></P><P style=" padding-left : 90px; ">ii. RFC Destination: The system where you want to post the entries</P><P style=" padding-left : 90px; ">iii. Field Length Extension Mode: Target Mode</P><P><span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Picture6.png" style="width: 624px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/82407i237A9A9B7FD882E5/image-size/large?v=v2&amp;px=999" role="button" title="Picture6.png" alt="Picture6.png" /></span></P><P style=" padding-left : 60px; ">&nbsp;</P><P style=" padding-left : 60px; ">&nbsp;</P><P style=" padding-left : 60px; ">&nbsp;</P><P style=" padding-left : 60px; ">b. <STRONG>Rules</STRONG>: You may use the mapping below for your reference</P><P><span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Picture7.png" style="width: 624px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/82409iEADEA0A211F19F89/image-size/large?v=v2&amp;px=999" role="button" title="Picture7.png" alt="Picture7.png" /></span></P><P style=" padding-left : 30px; ">&nbsp;</P><P style=" padding-left : 30px; ">&nbsp;</P><P style=" padding-left : 30px; ">&nbsp;</P><P style=" padding-left : 30px; ">&nbsp;</P><P style=" padding-left : 30px; ">&nbsp;</P><P style=" text-align : left; ">The successful posting is then returned in the Document Number.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Picture8.png" style="width: 624px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/82411i083357C6459F9CFD/image-size/large?v=v2&amp;px=999" role="button" title="Picture8.png" alt="Picture8.png" /></span></P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>For more information about the new RFA types, see <A href="https://me.sap.com/notes/3389306" target="_self" rel="noopener noreferrer">SAP Note 3389306.</A></P><P>&nbsp;</P><H1 id="toc-hId-74590432"><SPAN><STRONG>Enhancements</STRONG></SPAN></H1><P>The PaPM solution undergoes continuous improvement to enhance the user experience. Below, you will find the enhancements included in the SP24 Release.</P><H2 id="toc-hId-7159646"><SPAN><STRONG>Manage and Deploy Processes</STRONG></SPAN></H2><P>These enhancements directly impact Sorting and Filtering in <STRONG>Manage and Deploy Processes</STRONG> and <STRONG>My Activities</STRONG> application.</P><P>On the <STRONG>Processes</STRONG> screen, we introduced a new column Progress (%), which displays the progress as a rounded percentage. Please note that the rounding is always done to the nearest whole number (integer).</P><P><span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Picture9.png" style="width: 624px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/82425i334AB3F06AE1A343/image-size/large?v=v2&amp;px=999" role="button" title="Picture9.png" alt="Picture9.png" /></span></P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>Within the process tree, you can now sort and filter the values for each column, as long as it is technically feasible.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Picture10.png" style="width: 564px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/82426iD4E85A061FE1E0E0/image-size/large?v=v2&amp;px=999" role="button" title="Picture10.png" alt="Picture10.png" /></span></P><H2 id="toc-hId--189353859">&nbsp;</H2><H2 id="toc-hId--385867364">&nbsp;</H2><H2 id="toc-hId--582380869">&nbsp;</H2><H2 id="toc-hId--778894374">&nbsp;</H2><H2 id="toc-hId--628153522">&nbsp;</H2><H2 id="toc-hId--824667027">&nbsp;</H2><H2 id="toc-hId--1021180532">&nbsp;</H2><H2 id="toc-hId--1217694037">&nbsp;</H2><H2 id="toc-hId--1414207542">&nbsp;</H2><H2 id="toc-hId--1610721047"><SPAN><STRONG>Delete Temporary Data</STRONG></SPAN></H2><P>This enhancement provides you with the capability to choose the Process ID and Package ID in the Delete Temporary Data report. When using the Delete Temporary Data report (/NXI/P1_DELETE_TEMP_DATA), you can include the Process ID and Package ID as part of the selection criteria. Additionally, you have the flexibility to apply various conditions for both Inclusion and Exclusion, such as BETWEEN, EQUAL, CONTAINS PATTERN (using *), and so on.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Picture11.png" style="width: 624px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/82429i6CE3911724ABE842/image-size/large?v=v2&amp;px=999" role="button" title="Picture11.png" alt="Picture11.png" /></span></P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>For Inclusion:</P><P><span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Picture12.png" style="width: 624px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/82430iD6BA2DA6E957892F/image-size/large?v=v2&amp;px=999" role="button" title="Picture12.png" alt="Picture12.png" /></span></P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>This is available for Exclusion as well:</P><P><span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Picture13.png" style="width: 624px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/82433i443FFC3371F644A9/image-size/large?v=v2&amp;px=999" role="button" title="Picture13.png" alt="Picture13.png" /></span></P><H1 id="toc-hId--1513831545">&nbsp;</H1><H1 id="toc-hId--1710345050">&nbsp;</H1><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><H1 id="toc-hId--1906858555">&nbsp;</H1><H1 id="toc-hId--2103372060">&nbsp;</H1><H1 id="toc-hId--2131701874">&nbsp;</H1><H1 id="toc-hId-1966751917"><SPAN><STRONG>Sample Content</STRONG></SPAN></H1><P>The sample content documentation offer insights and recommended approaches for structuring the system in relation to subjects and sectors.</P><P>Below, you will find the list of updated versions of standalone sample contents included in the SP24 Release</P><TABLE border="1" width="99.99999999999999%"><TBODY><TR><TD width="33.33333333333333%"><P><STRONG>Sample Content</STRONG></P></TD><TD width="33.33333333333333%"><P><STRONG>ID</STRONG></P></TD><TD width="33.33333333333333%"><P><STRONG>Version</STRONG></P></TD></TR><TR><TD width="33.33333333333333%">Corporate Sustainability Management</TD><TD width="33.33333333333333%">SXD</TD><TD width="33.33333333333333%">7</TD></TR><TR><TD width="33.33333333333333%">ESRS Disclosure Management</TD><TD width="33.33333333333333%">SXQ</TD><TD width="33.33333333333333%">2</TD></TR><TR><TD width="33.33333333333333%">EU Taxonomy Technical Screening</TD><TD width="33.33333333333333%">SXU</TD><TD width="33.33333333333333%">6</TD></TR><TR><TD width="33.33333333333333%">OECD BEPS 2.0 Tax Calculation and Reporting</TD><TD width="33.33333333333333%">SXE</TD><TD width="33.33333333333333%">7</TD></TR><TR><TD width="33.33333333333333%">OECD BEPS 2.0 Tax Calculation and Reporting Powered by SAP Group Reporting Data Collection</TD><TD width="33.33333333333333%">SXE</TD><TD width="33.33333333333333%">GR03</TD></TR><TR><TD width="33.33333333333333%">Value Chain Sustainability Management</TD><TD width="33.33333333333333%">SXC</TD><TD width="33.33333333333333%">17</TD></TR></TBODY></TABLE><P>I appreciate your time spent reading this blog post! Stay tuned for upcoming improvements in our future releases of SAP PaPM 3.0.</P><P>If you have any inquiries related to this topic within the SAP Community, you can find answers in the Q&amp;A section using the provided tag <A href="https://community.sap.com/t5/forums/postpage/category-id/products/choose-node/true?primaryTagId=73555000100800000092" target="_self"><STRONG><EM>Link.</EM></STRONG></A></P><P>&nbsp;</P> 2024-03-18T15:15:09.674000+01:00 https://community.sap.com/t5/financial-management-blogs-by-sap/sap-papm-cloud-what-s-new-as-of-2024-02-05/ba-p/13642221 SAP PaPM Cloud: What’s New as of 2024-02-05? 2024-03-19T06:19:25.734000+01:00 Paulo_Moncada https://community.sap.com/t5/user/viewprofilepage/user-id/712148 <P style=" text-align : justify; "><SPAN>Hello again SAP community members!</SPAN><SPAN>&nbsp;</SPAN></P><P style=" text-align : justify; "><SPAN>We just finished the first month of 2024 and with that we are excited to walk you through the new features that SAP Profitability and Performance Management Cloud (PaPM) Standard Model have delivered to your SAP PaPM Cloud Tenants. From Content Network, Reports Management Screen, and many more.</SPAN><SPAN>&nbsp;</SPAN></P><P style=" text-align : justify; "><SPAN>As per usual, to make it simpler to find all the blog posts published from the past year/month, you can use this tag:&nbsp;<A href="https://community.sap.com/t5/tag/PaPMCloudSMWhatsNew/tg-p" target="_self">PaPMCloudSMWhatsNew</A>&nbsp;</SPAN></P><P style=" text-align : justify; "><SPAN>Without further ado, let me walk you through the contents of this what's new article for SAP PaPM Cloud.</SPAN><SPAN>&nbsp;</SPAN></P><H3 id="toc-hId-1118835742"><SPAN><SPAN class=""><SPAN class="">Modeling Screen</SPAN></SPAN></SPAN></H3><P style=" padding-left : 30px; text-align : justify; "><SPAN><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class="">In relation to the new ‘Manage Data’ button that was recently introduced </SPAN><SPAN class="">when creating or using an existing Model Table</SPAN><SPAN class=""> which</SPAN><SPAN class=""> will direct the users to the Show Screen where the data can be maintained</SPAN><SPAN class="">, the tooltip text of button leading to Show Screen in header when Model Table is selected has been enhanced to display ‘Manage Data’.</SPAN></SPAN><SPAN class="">&nbsp;</SPAN></SPAN></SPAN></SPAN></P><P style=" padding-left : 30px; "><STRONG><SPAN class=""><SPAN class=""><SPAN class="">OLD<BR /><SPAN><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Modeling 1.png" style="width: 780px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/82688i7C33E8AE5B44E756/image-size/large?v=v2&amp;px=999" role="button" title="Modeling 1.png" alt="Modeling 1.png" /></span></SPAN></SPAN></SPAN></SPAN></STRONG></P><P style=" padding-left : 30px; "><STRONG><SPAN class=""><SPAN class=""><SPAN class="">NEW<BR /><SPAN><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Modeling 2.png" style="width: 780px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/82689i1FF4C5D535362F21/image-size/large?v=v2&amp;px=999" role="button" title="Modeling 2.png" alt="Modeling 2.png" /></span></SPAN><BR /><BR /></SPAN></SPAN></SPAN></STRONG></P><H3 id="toc-hId-922322237"><STRONG><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class="">Report Management Screen</SPAN></SPAN></SPAN></SPAN></SPAN></STRONG></H3><P style=" padding-left : 30px; text-align : justify; "><STRONG><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class="">Edit Mode for Qualitative Reporting<BR /></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></STRONG><SPAN>The Report Management Screen has introduced a new feature wherein authorized users can set a report into edit mode.&nbsp;</SPAN><SPAN>Once a user accesses a report, the report would be displayed in read-only mode wherein options under Edit and Editor in the header including add and delete report tab are disabled. The Edit button can be chosen to enable edit mode for the current report.<BR /><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Report 1.png" style="width: 780px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/82690i4D796F7C10D58FC5/image-size/large?v=v2&amp;px=999" role="button" title="Report 1.png" alt="Report 1.png" /></span><BR /></SPAN></P><P style=" padding-left : 30px; text-align : justify; "><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class="">Upon choosing the Edit button under General section in the header, the Save and Discard Changes buttons would be visible. Options under Edit and Editor would also be enabled for user to </SPAN><SPAN class="">utilize</SPAN><SPAN class=""> along with the possibility to add and/or </SPAN><SPAN class="">delete</SPAN><SPAN class=""> report elements and report tabs.&nbsp;</SPAN></SPAN><SPAN class="">&nbsp;<BR /><STRONG><SPAN class=""><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Report 2.png" style="width: 780px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/82691iE5E7A42994B647FD/image-size/large?v=v2&amp;px=999" role="button" title="Report 2.png" alt="Report 2.png" /></span></SPAN></STRONG><BR /></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></P><P style=" padding-left : 30px; text-align : justify; "><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class="">If the user has made changes to the report and chooses the Save or Save All button, all changes made in the report would be saved and the report would be displayed again in read-only mode along with the successful message shown in the message logs.</SPAN></SPAN><SPAN class="">&nbsp;<BR /><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Report 3.png" style="width: 780px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/82692iF220934BE6A43EBC/image-size/large?v=v2&amp;px=999" role="button" title="Report 3.png" alt="Report 3.png" /></span><BR /></SPAN></SPAN></SPAN></SPAN></SPAN></P><P style=" padding-left : 30px; text-align : justify; "><SPAN>If Discard Changes button is chosen and there are still unsaved changes to the report, a dialog box informing user that changes are that changes are not saved would appear with the following options:</SPAN><SPAN>&nbsp;</SPAN></P><UL class="lia-list-style-type-circle"><LI><SPAN>Save and Continue – proceeds to save changes in the report</SPAN><SPAN>&nbsp;</SPAN></LI><LI><SPAN>Continue – proceeds to refresh the report and no changes would be saved</SPAN><SPAN>&nbsp;</SPAN></LI><LI><SPAN>Cancel – cancels the action<BR /><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Report 4.png" style="width: 780px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/82693iAE85D02D71F10E6D/image-size/large?v=v2&amp;px=999" role="button" title="Report 4.png" alt="Report 4.png" /></span></SPAN></LI></UL><P style=" padding-left : 30px; text-align : justify; "><SPAN><SPAN class=""><SPAN class="">In case that user tries to access the same report then chooses the Edit button while it is being edited by another user, a lock icon would be visible in the header along with a notification message informing that the report is currently locked by another user and cannot be edited.&nbsp;<BR /><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Report 5.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/82694i76D2C2675E69C580/image-size/large?v=v2&amp;px=999" role="button" title="Report 5.png" alt="Report 5.png" /></span><BR /></SPAN></SPAN></SPAN></P><P style=" padding-left : 30px; text-align : justify; "><SPAN>When the user working on the report has been inactive in the report for 12 minutes, a dialog would appear informing that the time for editing the content is about to expire:</SPAN><SPAN>&nbsp;</SPAN></P><UL class="lia-list-style-type-circle"><LI><SPAN>Continue Editing – will allow the user to continue working on the report.</SPAN><SPAN>&nbsp;</SPAN></LI><LI><SPAN>Save - will save all the changes made and will unlock the report.</SPAN><SPAN>&nbsp;</SPAN></LI><LI><SPAN>Discard - will discard the changes and will unlock the report.</SPAN><SPAN>&nbsp;<BR /><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Report 6.png" style="width: 594px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/82695iBA832ABC1DB39CA5/image-size/large?v=v2&amp;px=999" role="button" title="Report 6.png" alt="Report 6.png" /></span></SPAN></LI></UL><P style=" padding-left : 30px; text-align : justify; "><SPAN><SPAN class=""><SPAN class="">The report would automatically be unlocked if the user who locked the report has been inactive for 15 minutes.</SPAN></SPAN><SPAN class="">&nbsp;</SPAN></SPAN></P><H3 id="toc-hId-725808732"><SPAN><SPAN class=""><SPAN class=""><SPAN class="">Show/Analyze Screen</SPAN></SPAN></SPAN></SPAN></H3><P style=" padding-left : 30px; text-align : justify; "><SPAN><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class="">The buttons which allow users to upload and download data from the Show and Analyze Screen have been renamed to “Upload” and “Download</SPAN><SPAN class="">”.<BR /><SPAN class=""><SPAN class="">Note: The functionality of </SPAN><SPAN class="">data </SPAN><SPAN class="">upload</SPAN><SPAN class=""> and download</SPAN> <SPAN class="">remains</SPAN><SPAN class=""> the same in the Show and Analyze Screens.&nbsp;</SPAN></SPAN><BR /></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></P><P style=" padding-left : 30px; "><SPAN><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><STRONG>OLD</STRONG><BR /><SPAN class=""><SPAN class="">Analyze Screen</SPAN></SPAN><SPAN class="">&nbsp;</SPAN><BR /><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Analyze 1.png" style="width: 780px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/82696iF9B851C4E056D6CF/image-size/large?v=v2&amp;px=999" role="button" title="Analyze 1.png" alt="Analyze 1.png" /></span><BR /></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></P><P style=" padding-left : 30px; "><SPAN><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class="">Show Screen<BR /><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Show 1.png" style="width: 780px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/82697iA9B15494AD35A76F/image-size/large?v=v2&amp;px=999" role="button" title="Show 1.png" alt="Show 1.png" /></span><BR /></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></P><P style=" padding-left : 30px; "><SPAN><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><STRONG>NEW</STRONG><BR /><SPAN class=""><SPAN class="">Analyze Screen</SPAN></SPAN><BR /><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Analyze 2.png" style="width: 780px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/82698i07E91B0A9992BBF8/image-size/large?v=v2&amp;px=999" role="button" title="Analyze 2.png" alt="Analyze 2.png" /></span><BR /></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></P><P style=" padding-left : 30px; "><SPAN><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class="">Show Screen<BR /><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Show 2.png" style="width: 780px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/82699i366DF774A4B7E68A/image-size/large?v=v2&amp;px=999" role="button" title="Show 2.png" alt="Show 2.png" /></span><BR /></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></P><H3 id="toc-hId-529295227"><SPAN><SPAN class=""><SPAN class="">Content Network Screen</SPAN></SPAN></SPAN></H3><P style=" padding-left : 30px; text-align : justify; "><STRONG><SPAN>Uploading Content</SPAN></STRONG><SPAN>&nbsp;<BR /></SPAN><SPAN>When user uploads content to the Content Network screen, user will be redirected to the </SPAN><STRONG><SPAN>Upload Status </SPAN></STRONG><SPAN>page which shows the status of the upload along with the path where the content was uploaded.</SPAN><SPAN>&nbsp;<BR /><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CN1.png" style="width: 780px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/82700i7F274EBB9BE4AB66/image-size/large?v=v2&amp;px=999" role="button" title="CN1.png" alt="CN1.png" /></span><BR /></SPAN></P><P style=" padding-left : 30px; text-align : justify; "><SPAN><SPAN class=""><SPAN class="">Once upload is done, the newly uploaded content </SPAN><SPAN class="">will</SPAN><SPAN class=""> be available in the Content Network screen after refresh.<BR /><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CN2.png" style="width: 780px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/82701i557930FF1C75A652/image-size/large?v=v2&amp;px=999" role="button" title="CN2.png" alt="CN2.png" /></span><BR /></SPAN></SPAN></SPAN></P><P style=" padding-left : 30px; text-align : justify; "><STRONG><SPAN>Downloading Content</SPAN></STRONG><SPAN>&nbsp;<BR /></SPAN><SPAN>An information pop-up would now be displayed for user upon choosing the Download button of selected content informing users that the file needs to be scanned before download. The download process would be triggered once the OK button is chosen.<BR /><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CN3.png" style="width: 780px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/82702i6BE7D281CF0730B8/image-size/large?v=v2&amp;px=999" role="button" title="CN3.png" alt="CN3.png" /></span><BR /></SPAN></P><P style=" text-align : justify; "><SPAN class=""><SPAN class="">I hope you enjoy reading this blogpost content with the latest updates coming from SAP Profitability and Performance Management Cloud. Till the next what's </SPAN><SPAN class="">new content</SPAN></SPAN><SPAN class="">&nbsp;</SPAN></P><P>&nbsp;</P> 2024-03-19T06:19:25.734000+01:00 https://community.sap.com/t5/financial-management-blogs-by-sap/sap-papm-cloud-what-s-new-as-of-2024-04-02/ba-p/13654673 SAP PaPM Cloud: What’s New as of 2024-04-02? 2024-04-02T22:16:10.924000+02:00 nicalopez https://community.sap.com/t5/user/viewprofilepage/user-id/46350 <P><SPAN>Hello again SAP Community members!</SPAN><SPAN>&nbsp;</SPAN></P><P><SPAN>Days and months are coming fast, and now we’re in the Q2 of 2024 and of course, I’m delighted to introduce you to another wave of new features and enhancements in SAP Profitability and Performance Management Cloud Standard Model (SAP PaPM Cloud SM)!</SPAN><SPAN>&nbsp;</SPAN></P><P><SPAN>If you want to revisit all the blog posts released from my colleagues, you can check this tag for easier reference:  </SPAN><A href="https://community.sap.com/t5/tag/PaPMCloudSMWhatsNew/tg-p" target="_blank"><SPAN>https://community.sap.com/t5/tag/PaPMCloudSMWhatsNew/tg-p</SPAN></A><SPAN>&nbsp;</SPAN></P><P><SPAN>Without further ado, let me walk you through the newest additions that are now available, and you can already experience them in your SAP PaPM Cloud SM tenant:</SPAN><SPAN>&nbsp;</SPAN></P><H2 id="toc-hId-990740127"><STRONG>System &gt; History Monitor&nbsp;</STRONG></H2><P style=" padding-left : 30px; "><SPAN>The History Monitor view has been enhanced to have a user-friendly and transparent view so that the users will understand the context which the changes were made in.</SPAN><SPAN>&nbsp;</SPAN></P><P style=" padding-left : 30px; "><SPAN>Starting from the left side, the column sequence starts with Entry ID, Environment, Version, Function, Function type (newly introduced history details), Description, History Type, Time (previously named Local Timestamp column) and User GUID.</SPAN><SPAN>&nbsp;</SPAN><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="colum headers MH.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/89184i261922388C89EA32/image-size/large?v=v2&amp;px=999" role="button" title="colum headers MH.png" alt="colum headers MH.png" /></span></P><P style=" padding-left : 30px; "><SPAN>The </SPAN><STRONG><SPAN>Function type </SPAN></STRONG><SPAN>column is newly added that displays the function type identifier. For example, AL stands for Allocation and it means that the changes is within the Allocation Function (All Allocation Function Types). Here are the other Function Type identifier:</SPAN><SPAN>&nbsp;</SPAN></P><UL><LI><SPAN>Calculations (All Calculation Function Types) = CA</SPAN><SPAN>&nbsp;</SPAN></LI><LI><SPAN>Calculation Unit = CU</SPAN><SPAN>&nbsp;</SPAN></LI><LI><SPAN>Condition = CD</SPAN><SPAN>&nbsp;</SPAN></LI><LI><SPAN>Conversions (All Conversion Function Types) = CV</SPAN><SPAN>&nbsp;</SPAN></LI><LI><SPAN>Derivation = DE</SPAN><SPAN>&nbsp;</SPAN></LI><LI><SPAN>Description = DS</SPAN><SPAN>&nbsp;</SPAN></LI><LI><SPAN>Joins (All Join Function Types) = JO</SPAN><SPAN>&nbsp;</SPAN></LI><LI><SPAN>Model Join = MJ</SPAN><SPAN>&nbsp;</SPAN></LI><LI><SPAN>Model Tables (All Model Table Function Types) = MT</SPAN><SPAN>&nbsp;</SPAN></LI><LI><SPAN>Model Views (All Model View Function Types) = MV</SPAN><SPAN>&nbsp;</SPAN></LI><LI><SPAN>Queries = QE</SPAN><SPAN>&nbsp;</SPAN></LI><LI><SPAN>Remote Function Adapters (All RFA Function Types) = RF</SPAN><SPAN>&nbsp;</SPAN></LI><LI><SPAN>Transfer Structure = TR</SPAN><SPAN>&nbsp;</SPAN></LI><LI><SPAN>Views = VI</SPAN><SPAN>&nbsp;</SPAN></LI><LI><SPAN>Writers = WR</SPAN><SPAN>&nbsp;</SPAN></LI></UL><P style=" padding-left : 30px; "><SPAN>Additionally, a new feature was introduced wherein the user can compare the two (2) chosen environment basing on their history version entries in the History Monitor screen.</SPAN><SPAN>&nbsp;<BR /></SPAN></P><P style=" padding-left : 30px; "><SPAN>A new button namely “</SPAN><STRONG><SPAN>Compare</SPAN></STRONG><SPAN>” is added in the Tools Header button. This will be enabled once a history log version is selected in the History Monitor list (multiple selection is also applicable).</SPAN><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="compare button HM.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/89183iE66D48F3F40E2FAD/image-size/large?v=v2&amp;px=999" role="button" title="compare button HM.png" alt="compare button HM.png" /></span></P><P style=" padding-left : 30px; "><SPAN class=""><SPAN class="">Upon clicking the Compare header tools button, the “</SPAN></SPAN><SPAN class=""><SPAN class="">Selected history versions:</SPAN></SPAN><SPAN class=""><SPAN class="">” pop-up dialog box will be prompted that will show the history log versions selected on the list that will be compared.<BR /></SPAN></SPAN><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SS2-HM (1).png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/89491iB4CC8E23E89E6305/image-size/large?v=v2&amp;px=999" role="button" title="SS2-HM (1).png" alt="SS2-HM (1).png" /></span><BR /><SPAN>In order to compare History Log versions, two (2) log entries should be selected in the “</SPAN><STRONG><SPAN>Selected history versions:</SPAN></STRONG><SPAN>” pop-up dialog box.<BR /></SPAN><SPAN>If only one (1) history log version is selected in the History Monitor list, in the “</SPAN><STRONG><SPAN>Selected history versions:</SPAN></STRONG><SPAN>” pop-up dialog box, the message “</SPAN><I><SPAN>Select next version to compare</SPAN></I><SPAN>” is prompted and the COMPARE button is disabled.<BR /></SPAN><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SS3-HM.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/89492i36D613F7A5D3596D/image-size/large?v=v2&amp;px=999" role="button" title="SS3-HM.png" alt="SS3-HM.png" /></span><BR /><BR /><SPAN class=""><SPAN class="">If more than two (2) log entries are selected in the History Monitor list, in the “</SPAN></SPAN><SPAN class=""><SPAN class="">Selected history versions:</SPAN></SPAN><SPAN class=""><SPAN class="">” pop-up dialog box, the multiple history logs selected will be displayed that allows the user to choose which history log version will be compared. However, the user is only allowed to select only two (2) history logs to be compared.<BR /></SPAN></SPAN><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SS01-HM.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/89489iA3DEE6EB9B2A5453/image-size/large?v=v2&amp;px=999" role="button" title="SS01-HM.png" alt="SS01-HM.png" /></span><BR /><BR /><STRONG><SPAN>Note:<BR /></SPAN></STRONG><SPAN>If the user wanted to select the 3</SPAN><SPAN>rd</SPAN><SPAN> history log version in the screenshot, the user needs to unselect first the one of the selected and then select the desired history log to be compared.<BR /></SPAN><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SS2-HM.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/89490i3CDD5839803C3DF7/image-size/large?v=v2&amp;px=999" role="button" title="SS2-HM.png" alt="SS2-HM.png" /></span><BR /><SPAN>Once the selected History Log versions are finalized, COMPARE button is now enabled and upon choosing the button, the user will be able to open a new screen namely “Comparison”.&nbsp;</SPAN><SPAN>&nbsp;<BR /></SPAN></P><P style=" padding-left : 30px; "><SPAN>In the Comparison screen, it will display two (2) panes which are for the two (2) history version logs highlighting the code line sections with differences.<BR /></SPAN><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SS6-HM.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/89496i953303A644866863/image-size/large?v=v2&amp;px=999" role="button" title="SS6-HM.png" alt="SS6-HM.png" /></span></P><H2 id="toc-hId-794226622"><SPAN>User Preferences &gt; System Language</SPAN><SPAN>&nbsp;</SPAN></H2><P style=" padding-left : 30px; "><SPAN>The new language Korean ‘KO’ has been added to the User Preferences &gt; Language section that allows the users to change the language to Korean.</SPAN><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UP.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/89192i9187A806291968F7/image-size/large?v=v2&amp;px=999" role="button" title="UP.png" alt="UP.png" /></span></P><P style=" padding-left : 30px; "><SPAN><SPAN class=""><SPAN class="">To learn more about the available languages in the User Preferences &gt; System Language section, please visit the Application Help Portal through this </SPAN></SPAN><A class="" href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/56471df1959f4cfd9e3bf7a6d2d5be42/712b777cc79a4df3beaffb75903bad07.html" target="_blank" rel="noreferrer noopener"><SPAN class=""><SPAN class="">link</SPAN></SPAN></A><SPAN class=""><SPAN class="">.</SPAN></SPAN><BR /></SPAN></P><H2 id="toc-hId-597713117"><SPAN>Business Events Management&nbsp;</SPAN><SPAN>&nbsp;</SPAN></H2><P style=" padding-left : 30px; "><SPAN>During modeling there are various ways for the user to make a mistake which will be reflected into execution of function. All business events, erroneous data or any kind of error that occur during execution of activities can be seen using a </SPAN><A href="https://blogs.sap.com/2022/01/25/simplified-business-events-management-screen-in-profitability-and-performance-management-cloud/" target="_blank" rel="noopener noreferrer"><SPAN>Business Event Management</SPAN></A><SPAN> Screen (BEM).</SPAN></P><P style=" padding-left : 30px; "><SPAN>Previously, only users with most powerful role </SPAN><STRONG><SPAN>EXECUTION_MAN_ALL</SPAN></STRONG><SPAN> were able to see business events indicator in the Process Management screen, since they are the only one authorized to access Business Events Management Screen. Now, since users with role </SPAN><STRONG><SPAN>EXECUTION_USER_ALL</SPAN></STRONG><SPAN> can also access Process Management screen, which is prerequisite for business events management screen, business events indicator will also be available for them if user is part of performer or reviewer group (at least of one activity) as well as accessibility to Business Events Management Screen.</SPAN></P><P style=" padding-left : 30px; "><SPAN>The user will be able to see business indicators beside the execution activity if there are errors or unassigned items. Business Events Indicators are displayed as clickable red circles:<BR /></SPAN><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BEM - NEX-9146_Image01.jpg" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/89193i32EE55288BD65ED3/image-size/large?v=v2&amp;px=999" role="button" title="BEM - NEX-9146_Image01.jpg" alt="BEM - NEX-9146_Image01.jpg" /></span></P><P style=" padding-left : 30px; "><SPAN class=""><SPAN class="">In the Business Event Management screen, there are still some authorizations that are limited for </SPAN><SPAN class="">users</SPAN><SPAN class=""> with </SPAN></SPAN><SPAN class=""><SPAN class="">EXECUTION_USER_ALL </SPAN></SPAN><SPAN class=""><SPAN class="">role depending on if the user is part and not part of the Team assigned to an Input/Output Activity and Execution Activity.</SPAN></SPAN><SPAN class="">&nbsp;</SPAN></P><H5 id="toc-hId-788447769"><SPAN class=""><SPAN class="">Scenario 1: User is assigned as Performer and/or Reviewer Team in the Input/Output Activity only</SPAN></SPAN></H5><P style=" padding-left : 30px; "><SPAN class=""><SPAN class=""><SPAN class=""><SPAN class="">If the </SPAN><SPAN class="">u</SPAN><SPAN class="">ser with </SPAN></SPAN><STRONG><SPAN class=""><SPAN class="">EXECUTION_USER_ALL</SPAN></SPAN></STRONG><SPAN class=""><SPAN class=""> role is only part of the Performer and/or Reviewer Team of the Input/Output Activity only, the Actions &gt; Go to buttons Show, </SPAN><SPAN class="">Analyze</SPAN><SPAN class=""> and Initialize are enabled and the user can access the mentioned screens.<BR /></SPAN></SPAN></SPAN></SPAN><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BEM - NEX-9146_Image02.jpg" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/89195i767D9B2E2EFE867A/image-size/large?v=v2&amp;px=999" role="button" title="BEM - NEX-9146_Image02.jpg" alt="BEM - NEX-9146_Image02.jpg" /></span></P><P style=" padding-left : 30px; "><SPAN class=""><SPAN class="">However, the Run and Restart buttons are disabled as the user is not part of the of the Performer and/or Reviewer Team of the Execution Activity.<BR /></SPAN></SPAN><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BEM - NEX-9146_Image03.jpg" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/89196i38FCFEFFF1F1F8C8/image-size/large?v=v2&amp;px=999" role="button" title="BEM - NEX-9146_Image03.jpg" alt="BEM - NEX-9146_Image03.jpg" /></span></P><H5 id="toc-hId-591934264"><STRONG><SPAN>Scenario 2: User is assigned as Performer and/or Reviewer Team in the Execution Activity only</SPAN></STRONG><SPAN>&nbsp;<BR /></SPAN><SPAN>&nbsp;</SPAN></H5><P style=" padding-left : 30px; "><SPAN>If the user with </SPAN><STRONG><SPAN>EXECUTION_USER_ALL</SPAN></STRONG><SPAN> role is only part of the Performer and/or Reviewer Team of the Execution Activity only, the Header Tools button for Run and Restart and Actions &gt; Restart button are enabled, and the user can run and restart the activity.<BR /></SPAN><SPAN><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BEM - NEX-9146_Image04.jpg" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/89425iE6F60084737D63A6/image-size/large?v=v2&amp;px=999" role="button" title="BEM - NEX-9146_Image04.jpg" alt="BEM - NEX-9146_Image04.jpg" /></span></SPAN></P><P style=" padding-left : 30px; "><SPAN class="">However, the Actions &gt; Go to buttons Show, </SPAN><SPAN class="">Analyze</SPAN><SPAN class=""> and Initialize are disabled as the user is not part of the of the Performer and/or Reviewer Team of the Input/Output Activity.<BR /></SPAN><SPAN class=""><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BEM - NEX-9146_Image05.jpg" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/89428i6243D4EA5FE02DA7/image-size/large?v=v2&amp;px=999" role="button" title="BEM - NEX-9146_Image05.jpg" alt="BEM - NEX-9146_Image05.jpg" /></span></SPAN></P><H5 id="toc-hId-395420759"><STRONG><SPAN>Scenario 3: User is assigned as Performer and/or Reviewer Team in the Input/Output Activity and Execution Activity</SPAN></STRONG><SPAN>&nbsp;<BR /></SPAN></H5><P style=" padding-left : 30px; "><SPAN>If the user with </SPAN><STRONG><SPAN>EXECUTION_USER_ALL</SPAN></STRONG><SPAN> role is part of the Performer and/or Reviewer Team of the Input/Output Activity and Execution Activity, the Actions &gt; Go to buttons Show, Analyze and Initialize are enabled and the user can access the mentioned screens. And also, the Header Tools buttons for Run and Restart are enabled and the user can run the activity.<BR /></SPAN><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BEM - NEX-9146_Image06.jpg" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/89431i297F4876A2E80A3A/image-size/large?v=v2&amp;px=999" role="button" title="BEM - NEX-9146_Image06.jpg" alt="BEM - NEX-9146_Image06.jpg" /></span><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BEM - NEX-9146_Image07.jpg" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/89432i71641F74F65B6CD5/image-size/large?v=v2&amp;px=999" role="button" title="BEM - NEX-9146_Image07.jpg" alt="BEM - NEX-9146_Image07.jpg" /></span></P><H5 id="toc-hId-198907254"><STRONG><SPAN>Scenario 4: User is not assigned as Performer and/or Reviewer Team in the Input/Output Activity and Execution Activity</SPAN></STRONG><SPAN>&nbsp;</SPAN></H5><P style=" padding-left : 30px; "><SPAN>If the User with </SPAN><STRONG><SPAN>EXECUTION_USER_ALL</SPAN></STRONG><SPAN> role is not part of the Performer and/or Reviewer Team of the Input/Output Activity and Execution Activity, the Actions &gt; Go to buttons Show, Analyze and Initialize are enabled and the Header Tools buttons for Run and Restart and Actions &gt; restart are disabled.<BR /></SPAN><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BEM - NEX-9146_Image08.jpg" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/89442i9E9745B87D9CC782/image-size/large?v=v2&amp;px=999" role="button" title="BEM - NEX-9146_Image08.jpg" alt="BEM - NEX-9146_Image08.jpg" /></span></P><P><SPAN>I sincerely hope that these latest additions will be helpful and give you better SAP PaPM Cloud SM experience.</SPAN><SPAN>&nbsp;</SPAN></P><P><SPAN>Furthermore, feel free to share this with your colleagues and stay informed with the latest news for SAP PaPM Cloud SM by following the below SAP Community tags:</SPAN><SPAN>&nbsp;</SPAN></P><UL><LI><A href="https://community.sap.com/t5/tag/PaPMCloudSM/tg-p" target="_blank"><SPAN>PaPMCloudSM</SPAN></A><SPAN>&nbsp;</SPAN></LI><LI><A href="https://community.sap.com/t5/tag/PaPMCloudSMWhatsNew/tg-p" target="_blank"><SPAN>PaPMCloudSMWhatsNew</SPAN></A><SPAN>&nbsp;</SPAN></LI></UL><P><SPAN>Thank you and see you on the next What’s new series! </SPAN><SPAN><span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:">😊</span></SPAN><SPAN>&nbsp;</SPAN></P><P> </P><P> </P><P style=" padding-left : 30px; ">&nbsp;</P><P> </P><P> </P><P style=" padding-left : 30px; ">&nbsp;</P><P> </P><P>&nbsp;</P><H5 id="toc-hId-2393749">&nbsp;</H5><P> </P><P style=" padding-left : 30px; ">&nbsp;</P><P> </P><P> </P><P style=" padding-left : 30px; ">&nbsp;</P><P> </P><P> </P><P style=" padding-left : 30px; ">&nbsp;</P><P>&nbsp;</P><P style=" padding-left : 30px; ">&nbsp;</P> 2024-04-02T22:16:10.924000+02:00 https://community.sap.com/t5/financial-management-blogs-by-sap/sap-papm-cloud-universal-model-deploy-your-environment-via-manage/ba-p/13674641 SAP PaPM Cloud Universal Model: Deploy your environment via Manage Containers 2024-04-18T14:09:07.112000+02:00 NinaPavlovic https://community.sap.com/t5/user/viewprofilepage/user-id/1422645 <P style=" text-align : justify; "><SPAN>Hello dear reader! </SPAN><SPAN>In the </SPAN><SPAN>previous blogposts:</SPAN><SPAN>&nbsp;</SPAN></P><OL><LI><A href="https://community.sap.com/t5/financial-management-blogs-by-sap/unveiling-the-new-functionality-in-2024-of-sap-papm-cloud-welcome-to/ba-p/13628818" target="_blank"><SPAN>Unveiling the new functionality in 2024 of SAP PAPM Cloud: Welcome to Universal Model!</SPAN></A><SPAN>&nbsp;</SPAN></LI><LI><A href="https://community.sap.com/t5/financial-management-blogs-by-sap/navigate-your-way-to-sap-papm-cloud-universal-model/ba-p/13634076" target="_blank"><SPAN>Navigate Your Way to SAP PaPM Cloud Universal Model</SPAN></A><SPAN>&nbsp;</SPAN></LI></OL><P style=" text-align : justify; "><SPAN>you became acquainted with SAP Profitability and Performance Management Cloud Universal Model (SAP PaPM Cloud UM).</SPAN><SPAN>&nbsp; Since you are here with us, reading this, I expect that you are either modeling in the system or exploring the applications available in SAP PaPM Cloud UM.&nbsp;</SPAN><SPAN>&nbsp;</SPAN></P><P style=" text-align : justify; "><SPAN>During your investigation, have you already checked and explored Manage Containers? Do you already know the power of this application?</SPAN> <SPAN>For those who are still puzzled, let me try to give you some information.</SPAN><SPAN>&nbsp;</SPAN></P><P style=" text-align : justify; "><SPAN>Picture that you are modeling in your development tenant and the environment is ready to be tested in test tenant. Do you wonder how you can transport or deploy this environment to the next tenant? -- </SPAN><SPAN>Will you need to start modeling all over again in the next tenant? Luckily, no.</SPAN><SPAN>&nbsp;</SPAN></P><P style=" text-align : justify; "><SPAN>In the SAP PaPM Cloud UM, under the Administration section which contains applications for technical administration, you can find the Manage Containers tile that will help you with this.&nbsp;</SPAN></P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2024-04-18_12-54-22.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/98106iEA95A89B1995D63F/image-size/large?v=v2&amp;px=999" role="button" title="2024-04-18_12-54-22.png" alt="2024-04-18_12-54-22.png" /></span></P><P style=" text-align : justify; "><SPAN>This is a feature-rich component that enables you to effortlessly manage your environments across diverse tenants where you can skip the manual modeling (per tenant) and say hello to a smoother, more efficient process of transferring environment. This requirement can be fulfilled by performing:</SPAN><SPAN>&nbsp;</SPAN></P><OL><LI><SPAN>Export</SPAN><SPAN>&nbsp;</SPAN></LI><LI><SPAN>Download</SPAN><SPAN>&nbsp;</SPAN></LI><LI><SPAN>Upload</SPAN><SPAN>&nbsp;</SPAN></LI><LI><SPAN>Import</SPAN><SPAN>&nbsp;</SPAN></LI></OL><P style=" text-align : justify; "><SPAN>of your environment via Manage Containers tile.&nbsp;</SPAN><SPAN>&nbsp;</SPAN></P><div class="lia-spoiler-container"><a class="lia-spoiler-link" href="#" rel="nofollow noopener noreferrer">Spoiler</a><noscript> (Highlight to read)</noscript><div class="lia-spoiler-border"><div class="lia-spoiler-content"><P style=" text-align : justify; "><FONT color="#333399"><STRONG>IMPORTANT:</STRONG></FONT><BR />Manage Container only supports import of environment from one SAP PaPM Cloud UM tenant to another.</P><P style=" text-align : justify; ">Automatic migration of environment from SAP PaPM On-Premise or SAP PaPM Cloud SM to a SAP PaPM Cloud UM tenant is not possible.</P><P style=" text-align : justify; ">To move an environment from SAP PaPM On-Premise or SAP PaPM Cloud SM to SAP PaPM Cloud UM, a manual implementation (recreation activity) is necessary.</P></div><noscript><div class="lia-spoiler-noscript-container"><div class="lia-spoiler-noscript-content">IMPORTANT:Manage Container only supports import of environment from one SAP PaPM Cloud UM tenant to another.Automatic migration of environment from SAP PaPM On-Premise or SAP PaPM Cloud SM to a SAP PaPM Cloud UM tenant is not possible.To move an environment from SAP PaPM On-Premise or SAP PaPM Cloud SM to SAP PaPM Cloud UM, a manual implementation (recreation activity) is necessary.</div></div></noscript></div></div><P style=" text-align : justify; "><SPAN><SPAN class=""><SPAN class="">In the continuation of the blogpost, let us discuss bit by bit the processes and information you could know about it.</SPAN></SPAN><SPAN class="">&nbsp;</SPAN></SPAN></P><H2 id="toc-hId-992587074"><SPAN><SPAN class="">&nbsp; &nbsp;(1) Export</SPAN></SPAN></H2><P style=" text-align : justify; ">You may be wondering what is it that connects the environment and container, is that the same thing or not?</P><P style=" text-align : justify; ">A container is considered as an encapsulation of the environment with its dependencies and artifacts. When you export the environment that means you create a container or a package in the form of a ZIP file that can be as large as 30MB.&nbsp; The container's size depends on the number of functions, fields, and data in Model Entities that you want to import with the environment. Below you can find a list of exportable artifacts that are possible to transfer together with your environment</P><UL><LI>Fields</LI><LI>Functions</LI><LI>Connections</LI><LI>Teams</LI><LI>Processes (optional)</LI><LI>Activities (optional)</LI><LI>Reports (optional)</LI><LI>Data (optional)</LI></UL><div class="lia-spoiler-container"><a class="lia-spoiler-link" href="#" rel="nofollow noopener noreferrer">Spoiler</a><noscript> (Highlight to read)</noscript><div class="lia-spoiler-border"><div class="lia-spoiler-content"><P style=" text-align : justify; "><FONT color="#333399"><STRONG>IMPORTANT:</STRONG></FONT><BR />You need to mark the transport checkbox from the Model Entity (for data import), Process and Report screens before doing the export of the environment. For more information, please refer to our Application Help documentation: <A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/2fbf3d32ee1b40998a2ff41f0b78254e.html" target="_blank" rel="noopener noreferrer">Transport Data</A>, <A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/a6c4d1a0746b4f34a7c5c0f150ef2913.html" target="_blank" rel="noopener noreferrer">Transport Process</A> and <A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/9fe9ee9899354fad9b25abbc75157a3e.html" target="_blank" rel="noopener noreferrer">Transport Reports.</A></P></div><noscript><div class="lia-spoiler-noscript-container"><div class="lia-spoiler-noscript-content">IMPORTANT:You need to mark the transport checkbox from the Model Entity (for data import), Process and Report screens before doing the export of the environment. For more information, please refer to our Application Help documentation: Transport Data, Transport Process and Transport Reports.</div></div></noscript></div></div><P style=" text-align : justify; ">Since we are still speaking of Export, you might already have seen that there are two buttons for export, I will tell you the difference between <STRONG>a) Export Environment</STRONG> and<STRONG> b) Export Delta</STRONG> below.</P><H3 id="toc-hId-925156288">&nbsp; &nbsp;a) Export Environment&nbsp;</H3><P style=" text-align : justify; ">When you want to transfer your environment to another tenant, the first thing that you need to do is to <STRONG>Export Environment. </STRONG>You should choose the Export Environment button and maintain the Environment ID of the environment you want to have in some other tenant. After exporting, you will see a new zip file in the list (called container) which will contain basic information about the export such as who did it and when.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="export1312435.gif" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/98113iC1939D0F291D399D/image-size/large?v=v2&amp;px=999" role="button" title="export1312435.gif" alt="export1312435.gif" /></span></P><H3 id="toc-hId-728642783">&nbsp; &nbsp;b) Export Delta</H3><P style=" text-align : justify; ">If you for some reason continued to work on the already exported environment and you need those changes in the second tenant you can take advantage of <STRONG>Export Delta</STRONG> action. In the Manage Containers screen, choose first the export of the environment which is a prerequisite container before you can export the dependent and that will enable the Export Delta button. After choosing this option, you will see a new ZIP file in the list of containers which will be ready for download.</P><P style=" text-align : justify; ">The sole purpose of this is to efficiently be able to import just changes from the environment to the next tenant than perform a full environment import all the time.</P><P style=" text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="export delta2.gif" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/98115iB87DB3020A58BF9D/image-size/large?v=v2&amp;px=999" role="button" title="export delta2.gif" alt="export delta2.gif" /></span></P><H2 id="toc-hId-403046559">&nbsp;</H2><H2 id="toc-hId-206533054">&nbsp; &nbsp;(2) Download</H2><P style=" text-align : justify; ">After exporting the environment, downloading the container(s) locally allows you to upload it to your desired tenant. You can download the container by clicking the compressed zip file which includes the created JSON files.</P><P style=" text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="download.gif" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/98116iBFF6A723F35E251B/image-size/large?v=v2&amp;px=999" role="button" title="download.gif" alt="download.gif" /></span></P><P>&nbsp;</P><H2 id="toc-hId-10019549">&nbsp; &nbsp;(3) Upload</H2><P style=" text-align : justify; ">Now moving to the next tenant with a desire to import the environment exported and downloaded as per steps 1 and 2 – we will start with Upload!</P><P style=" text-align : justify; ">After downloading the exported zip file, upload allows you to create a container where you can upload the zip file by choosing <STRONG>Create </STRONG>button and selecting upload file under General Information - File section. In short, this will make the downloaded file from the original tenant available in the target tenant and will be ready afterward for importing.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="create231323.gif" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/98119i508E9CBFE73B9B6E/image-size/large?v=v2&amp;px=999" role="button" title="create231323.gif" alt="create231323.gif" /></span></P><P>&nbsp;</P><H2 id="toc-hId--186493956">&nbsp; &nbsp;(4) Import</H2><P style=" text-align : justify; ">Last step, let us import! &nbsp;</P><P style=" text-align : justify; ">Upon successful creation of the container via upload, you are ready to import the environment. For this, you have two options on how to do it: <STRONG>a) Import Environment</STRONG> and <STRONG>b) Import as New</STRONG>.</P><P style=" text-align : justify; ">It is important to know that by default environment activation is not considered in the import process (Activation set to No). And for such situation all artifacts depending on the runtime environment such as processes, activities, teams and reports will not be imported together with the environment. To ensure that such artifacts are included, ensure to press Activation Yes upon import. Once the import completes, your newly imported environment will be seen in <STRONG><EM>Manage Environments.</EM></STRONG></P><P style=" text-align : justify; ">Just like Export, Import also has two flavors such as <STRONG>a) Import Environment</STRONG> and <STRONG>b) Import as New</STRONG> which I will explain further below.</P><H3 id="toc-hId--253924742">&nbsp; &nbsp;a) Import Environment</H3><P style=" text-align : justify; "><STRONG>Import Environment </STRONG>allows you to import the environment to another tenant while preserving the Environment ID just like in the original tenant. If the same Environment ID is already present in the tenant, it will be overwritten by the import UNLESS it is a Delta Import.</P><P style=" text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="import2.gif" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/98121i118053A97FDE72CD/image-size/large?v=v2&amp;px=999" role="button" title="import2.gif" alt="import2.gif" /></span></P><P style=" text-align : justify; ">Remember a while ago I informed you about Export Delta? Of course, to upload that to the next tenant a functionality called import Delta is available. And just like normal transport or import, to be able to <STRONG>import Delta</STRONG> of environment, it is mandatory that the prerequisite container (such as the first environment version) is present in the tenant before you can import the succeeding changes. &nbsp;</P><P style=" text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="import delta2.gif" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/98134i369571BDA0CE6A18/image-size/large?v=v2&amp;px=999" role="button" title="import delta2.gif" alt="import delta2.gif" /></span></P><P>&nbsp;</P><H3 id="toc-hId--450438247">&nbsp; &nbsp;b) Import as New</H3><P style=" text-align : justify; ">Shall you have the need to change the Environment ID upon import, you can use the second option called<STRONG> Import as New</STRONG>. With this approach you will be asked to provide a new Environment ID prior importing. Once again, optionally you may choose Activation Yes in case you have artifacts that are dependent on runtime environment such as process, activity, report, teams.</P><P style=" text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="import as new2.gif" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/98137iCC37F9CE6BFB49F3/image-size/large?v=v2&amp;px=999" role="button" title="import as new2.gif" alt="import as new2.gif" /></span></P><P>Now we are done with explaining the Export &gt; Download &gt; Upload &gt; Import process of a container and since you are still here let me give you more information related to Manage Containers such as <STRONG>I) Delete Button </STRONG>and <STRONG>II) Roles</STRONG>. &nbsp;</P><P><STRONG>I) Delete Button</STRONG></P><P style=" text-align : justify; ">In the Manage Containers screen, you may notice one more button called <STRONG>Delete</STRONG>.</P><P style=" text-align : justify; ">When you know that you won’t need some exported/imported environment, you can Delete the container by choosing the container and choosing Delete button.</P><div class="lia-spoiler-container"><a class="lia-spoiler-link" href="#" rel="nofollow noopener noreferrer">Spoiler</a><noscript> (Highlight to read)</noscript><div class="lia-spoiler-border"><div class="lia-spoiler-content"><P><FONT color="#333399"><STRONG>IMPORTANT:</STRONG></FONT><BR />If you have Delta version for that specific container, please keep in mind that first you need to delete the container where Is Delta is marked as “Yes” and then the one where Is Delta is marked as “No”. If you try to do it another way around the pop-up window with the message “Foreign key constraint violation” will appear on the screen.</P></div><noscript><div class="lia-spoiler-noscript-container"><div class="lia-spoiler-noscript-content">IMPORTANT:If you have Delta version for that specific container, please keep in mind that first you need to delete the container where Is Delta is marked as “Yes” and then the one where Is Delta is marked as “No”. If you try to do it another way around the pop-up window with the message “Foreign key constraint violation” will appear on the screen.</div></div></noscript></div></div><P style=" text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="delete2.gif" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/98139i4995169C7FCD1334/image-size/large?v=v2&amp;px=999" role="button" title="delete2.gif" alt="delete2.gif" /></span></P><P>&nbsp;<STRONG>II) Roles</STRONG></P><P style=" text-align : justify; ">As you may see, the Manage Containers tile can be found under the Administration section which can indicate that not everyone can have access to it. This tile and managing containers with the above-explained actions are available only for users that have MODEL or MODEL_ALL role together with the CONTAINER role.</P><P style=" text-align : justify; ">To find out more about roles see Admin Guide &gt; <A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a8068ea2f9ba403aa6d8bda3abcdbecd/4ae90bf1138e4164b6f47939787cf3bb.html" target="_blank" rel="noopener noreferrer">Role Templates for Universal Model</A>.</P><P style=" text-align : justify; ">I hope the information I have shared can help you with your SAP PaPM Cloud UM journey. Thank you for your interest in the SAP PaPM Cloud - Universal Model, wish you a wonderful day my dear reader!</P><P>&nbsp;</P><P>&nbsp;</P><P style=" text-align : justify; ">&nbsp;</P><P> </P><P> </P> 2024-04-18T14:09:07.112000+02:00 https://community.sap.com/t5/financial-management-blogs-by-sap/climate-change-risk-scenario-analysis-in-sap-papm-1-3-climate-risk/ba-p/13683425 Climate Change Risk Scenario Analysis in SAP PaPM - 1/3: Climate Risk Management Introduction 2024-05-03T07:52:51.710000+02:00 Ankit3003 https://community.sap.com/t5/user/viewprofilepage/user-id/1429656 <P>Welcome to our blog series where we delve into the intricate process of executing a climate risk scenario analysis within SAP Profitability and Performance Management (PaPM) efficiently and robustly. Leveraging the What-if scenario analysis feature of PaPM's report section, we empower users to assess financial risk Key Performance Indicators (KPIs), such as Climate Value at Risk, across diverse climate scenarios and portfolio assets in a single model run.</P><P>Meet Ankit Pal, a developer for SAP PaPM, leading the development of Climate Risk Scenario Analysis models within the Content and Add-on teams. Ankit holds two Master of Science degrees, one in Mathematics and another in Climate Change and Sustainability Studies, from the esteemed Tata Institute in Mumbai. With over four years of experience in Climate Change and Financial services, particularly in Reinsurance, Ankit is committed to driving sustainable solutions and fostering resilience through mathematical innovation.</P><P>Joining Ankit is Seyedsaeed Hosseinioun, a sustainability data analyst for SAP PaPM. Educated at the Technical University of Berlin, Saeed holds dual M.Sc degrees in Industrial Economics (with focus on Climate Economics), as well as Financial Engineering. With more than four years of expertise in Climate Risk, Decarbonization, and Sustainable Finance, Saeed brings a wealth of knowledge to the table.</P><P>Our blog series will unfold in three parts:</P><UL><LI>Part 1: Climate Risk Management Introduction.</LI><LI>Part 2: Methodology and assumptions for the implemented scenario analysis.</LI><LI>Part 3: Financial KPIs and calculation steps.&nbsp;</LI></UL><P><U><STRONG>Introduction</STRONG></U></P><P>Climate risks, categorized as physical and transitional, impact economies through various channels. The Taskforce on Climate-related Financial Disclosure (TCFD) identifies four key impact channels: Macro Environment, Supply Chain, Operations, and Markets.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Ankit3003_0-1714052791298.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/101869i0131932FAB97F2EF/image-size/large?v=v2&amp;px=999" role="button" title="Ankit3003_0-1714052791298.png" alt="Ankit3003_0-1714052791298.png" /></span></P><P style=" padding-left : 120px; ">Figure 1 - Climate Risk impact channels (Source: <A href="https://www.westpac.co.nz/assets/About-us/sustainability-community/documents/Climate-Change-Impact-Report-April-2018-Westpac-NZ.pdf" target="_self" rel="nofollow noopener noreferrer">Vivid Economics based on I4CE, 2018</A>)</P><P>Climate risks arise from changes in weather patterns, affecting sectors like energy, agriculture, and manufacturing. Climate change adversely impacts human life, causing extreme weather events, health risks, and food insecurity. Rising temperatures lead to heat-related illnesses, altered precipitation agriculture disruptions, and water scarcity. Economic disruptions exacerbate poverty, and climate-induced conflicts add to challenges. Beyond physical impacts, climate change affects mental health. A mere one-degree Celsius increase can lead to economic disruptions ranging from 1 to 1.7% (Carletion and Hsiang, 2016). Addressing these impacts requires global cooperation, emphasizing emission reduction, adaptive measures, and community resilience. &nbsp;Equity perspective on climate change calls for tailored approaches across economies, with developed nations committing to emission reductions and supporting adaptation, while developing nations seek technology transfer and capacity building. The Global North-South divide emphasizes differentiated strategies, especially for vulnerable regions like Small Island Developing States.&nbsp;</P><P>Understanding the complex relationship between climate and the economy is crucial for informed financial decision-making. Climate risk, a threat multiplier, affects macro-financial risks. Power and insurance companies rely on advanced methodologies for risk management. In the power sector, climate modeling assesses impacts, while insurance firms use actuarial models for underwriting. Real estate companies use valuation models, and the reinsurance industry relies on risk models for catastrophic events. Technology evolution enables innovative approaches for risk mitigation.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ankit3003_0-1714122414756.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/102240iDAC9147234EB7FDF/image-size/large?v=v2&amp;px=999" role="button" title="Ankit3003_0-1714122414756.png" alt="Ankit3003_0-1714122414756.png" /></span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Figure 2 Climate Risk Analysis (Source: <A href="https://www.digitaljournal.com/pr/climate-risk-analytics-market-growth-analysis-with-dynamic-development-strategies-regional-outlook-and-industry-challenges-till-2028" target="_self" rel="nofollow noopener noreferrer">Digital Journal</A>)</P><P><U><STRONG>Integrated Assessment Models and Scenario Analysis</STRONG></U></P><P>Advances in data processing methods enable empirical investigations into the economic effects of climate change. Integrated Assessment Models (IAMs) play a crucial role in quantifying potential economic costs and damages. IAMs are expected to focus on scenario analysis, exploring diverse climate scenarios, considering emissions, adaptation, and global policy responses. Integration with artificial intelligence and machine learning enhances predictive capabilities. IAMs are anticipated to become more interdisciplinary, providing a comprehensive understanding of climate change and socio-economic systems, guiding sustainable development.</P><P>Scenarios are useful tools to understand the path from one point in time to another in the future. They are not predictions but highlight central elements of possible futures. TCFD defines scenarios as paths leading to a particular outcome. Socio-economic scenarios address economic and societal impacts, emissions scenarios display GHG concentrations, climate change scenarios demonstrate alterations in weather patterns, and climate impact scenarios show changes in climatic events. Mitigation and adaptation scenarios illustrate pathways for emission reduction initiatives and adaptation measures. Integrated scenarios capture a combination of these variables.</P><P>Climate-related scenarios include parameters like carbon price, energy demand, weather patterns, demographic variables, technological development, and policy. Analytical choices involve quantitative vs qualitative analysis, timeframe, assumptions, and scope of application. Outcomes and Key Performance Indicators (KPIs) encompass profitability, costs, and supply chain interruptions.</P><P><U><STRONG>Conclusion</STRONG></U></P><P>In conclusion, impact economies through physical and transitional channels.&nbsp; It affects human life, leading to extreme events, health risks, and food insecurity. Understanding the relationship between climate and the economy is crucial for financial decision-making. Advanced methodologies and IAMs play pivotal roles in managing climate risks. Scenarios are valuable tools for understanding potential future outcomes, and their elements encompass parameters, analytical choices, and outcomes. The future of IAMs involves enhanced scenario analysis, interdisciplinary integration, and collaboration for sustainable development.</P><P>Stay tuned for the next 2 parts in which the methodology and calculation steps of the physical climate risk analysis will be elaborated in more details.</P><P>References:</P><UL><LI>TCFD Technical Supplement 2017. The Use of Scenario Analysis in Disclosure of Climate-Related Risks and Opportunities <A href="https://assets.bbhub.io/company/sites/60/2020/10/FINAL-TCFD-Technical-Supplement-062917.pdf" target="_blank" rel="noopener nofollow noreferrer">https://assets.bbhub.io/company/sites/60/2020/10/FINAL-TCFD-Technical-Supplement-062917.pdf</A></LI><LI>IPCC Special Report 2000. Emissions Scenarios <A href="https://www.ipcc.ch/site/assets/uploads/2018/03/sres-en.pdf" target="_blank" rel="noopener nofollow noreferrer">https://www.ipcc.ch/site/assets/uploads/2018/03/sres-en.pdf</A></LI><LI><SPAN>Carleton, T.A. and Hsiang, S.M., 2016. Social and economic impacts of climate. Science, 353(6304), p. aad9837.</SPAN></LI></UL> 2024-05-03T07:52:51.710000+02:00 https://community.sap.com/t5/financial-management-blogs-by-sap/sap-papm-cloud-what-s-new-as-of-2024-05-06/ba-p/13693470 SAP PaPM Cloud: What’s New as of 2024-05-06? 2024-05-07T08:32:16.710000+02:00 Angelou https://community.sap.com/t5/user/viewprofilepage/user-id/787372 <P style=" text-align : justify; ">Hello again SAP Community Members!</P><P style=" text-align : justify; ">We're back this month to present you updates and new features for the <A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/56471df1959f4cfd9e3bf7a6d2d5be42/56a0a0a1d8b10f63e10000000a42189c.html" target="_blank" rel="noopener noreferrer">SAP PaPM Cloud Standard Model</A> (SAP Profitability and Performance Management Cloud SM).</P><P style=" text-align : justify; ">If you’d like to revisit all previous published blogposts about What’s New with SAP PaPM Cloud SM, you can use this tag for reference: <A href="https://community.sap.com/t5/tag/PaPMCloudSMWhatsNew/tg-p" target="_blank">https://community.sap.com/t5/tag/PaPMCloudSMWhatsNew/tg-p</A>&nbsp;</P><H2 id="toc-hId-994402495">Modeling Screen</H2><P style=" text-align : justify; ">The latest update has removed the <STRONG>Recycle Bin</STRONG> from the <STRONG>Modeling</STRONG> screen. This adjustment aims to avoid confusion, as the <STRONG>Recycle Bin</STRONG> wasn’t designed to restore, but initially meant for storing deleted entities and functions.</P><P style=" text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Old and New Modeling Screen.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/106645i1DA5A036E36563AF/image-size/large?v=v2&amp;px=999" role="button" title="Old and New Modeling Screen.png" alt="Old and New Modeling Screen.png" /></span></P><P style=" text-align : justify; ">Aside from the UI changes in the <EM>Modeling</EM> screen, a new enhancement is implemented. Previously, upon loading the environment data for the frontend, the system also included runtime artifacts. The runtime information for large environments is significant, as it includes the entire generated SQL code for procedures, annotation statements, and so on.<BR /><BR />With the new enhancement implemented, the <STRONG>Modeling</STRONG> screen improves the initial loading time of the environment by not loading runtime artifacts especially for larger environments with a higher number of functions or fields. This allows us to reduce the generated SQL code for procedures, annotation statements, and so on.</P><H2 id="toc-hId-797888990">System &gt; History Monitor</H2><P style=" text-align : justify; ">The <STRONG>History Monitor</STRONG> screen released a new enhancement where you can retrieve an environment version overwritten by one of the historical versions (<STRONG>Snapshot </STRONG>version) chosen from the <EM>History Monitor</EM>.</P><P style=" text-align : justify; ">When restoring a history version in the <STRONG>History Monitor</STRONG> by overwriting an existing environment, two (2) entries will be created and added in the <STRONG>History Monitor</STRONG>.</P><P style=" text-align : justify; ">First, the system creates a history log with history type “DELETE<STRONG>”</STRONG> for the deletion of the overwritten. This history version captures the current state of the environment before the overwriting occurs.</P><P style=" text-align : justify; ">In addition, it is also possible to restore the created history log.</P><P style=" text-align : justify; ">This new feature also allows you to filter the <STRONG>History Monitor</STRONG> logs by time range. This way, you can easily extract the ones coming from a particular period.</P><P style=" text-align : justify; ">(Example: Enter the time in the filter below, and the sample result based on the filtered ranged,)</P><P style=" text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image for History M.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/106648iB7B0C6DC155965CA/image-size/large?v=v2&amp;px=999" role="button" title="Image for History M.png" alt="Image for History M.png" /></span></P><H2 id="toc-hId-601375485">Administration &gt; Content Network</H2><P style=" text-align : justify; ">The <STRONG>Content Network</STRONG> screen has now been totally replaced by <STRONG>Content Management</STRONG> screen in SAP PaPM Cloud SM. This means that the previous <STRONG>Content Network&nbsp;</STRONG>screen can no longer be accessed from the hamburger menu or direct URL.</P><P style=" text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hamburger menu admin.png" style="width: 712px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/106649i0B9BD6849F811008/image-size/large?v=v2&amp;px=999" role="button" title="hamburger menu admin.png" alt="hamburger menu admin.png" /></span></P><P style=" text-align : justify; ">For more information, see <A href="https://community.sap.com/t5/financial-management-blogs-by-sap/sap-papm-cloud-introducing-the-new-content-management-screen/ba-p/13580218" target="_blank">SAP PaPM Cloud: Introducing the New Content Management Screen</A><SPAN>.</SPAN></P><P style=" text-align : justify; ">That concludes this month's What's New Blogpost! I am hoping to see you again in the next content! See you there!</P> 2024-05-07T08:32:16.710000+02:00 https://community.sap.com/t5/financial-management-blogs-by-sap/introducing-sap-performance-and-profitability-management-on-alibaba/ba-p/13685612 Introducing SAP Performance and Profitability Management on Alibaba 2024-05-07T09:23:15.419000+02:00 mu_smijil https://community.sap.com/t5/user/viewprofilepage/user-id/1433589 <P>Our newest hyper-scaler for<STRONG> SAP Profitability and Performance Management Cloud (SAP PaPM Cloud)</STRONG> ALIBABA, is here to further our commitment to provide exceptional service to our customers.</P><P>Yes, you have read it right! In this post, I'll walk you through how to subscribe SAP PaPM solutions via Alibaba Cloud so that you can optimize and transform your businesses.</P><P><A href="https://nexontis.atlassian.net/wiki/spaces/rieindia/pages/3828285557/Unveiling+SAP+PAPM+Cloud+On+Alibaba#Global-Account-&amp;-Sub-account-on-Alibaba" target="_self" rel="nofollow noopener noreferrer">Global Account &amp; Sub-account on Alibaba</A><BR /><A href="https://nexontis.atlassian.net/wiki/spaces/rieindia/pages/3828285557/Unveiling+SAP+PAPM+Cloud+On+Alibaba#Subscribe-PaPM-Cloud-from-Sub-account" target="_self" rel="nofollow noopener noreferrer">Subscribe PaPM Cloud from Sub-account</A><BR /><A href="https://nexontis.atlassian.net/wiki/spaces/rieindia/pages/3828285557/Unveiling+SAP+PAPM+Cloud+On+Alibaba#Create-a-role-collection-and-add-users" target="_self" rel="nofollow noopener noreferrer">Create a role collection and add users</A><BR /><A href="https://nexontis.atlassian.net/wiki/spaces/rieindia/pages/3828285557/Unveiling+SAP+PAPM+Cloud+On+Alibaba#Start-using-PaPM-Cloud" target="_self" rel="nofollow noopener noreferrer">Start using PaPM Cloud</A></P><P>&nbsp;</P><H4 id="toc-hId-1251705732"><STRONG>Global Account &amp; Sub-account on Alibaba</STRONG></H4><P>To use <STRONG>SAP PaPM Cloud</STRONG><SPAN> on Alibaba you need to have a Global Account &amp; Sub-account on Alibaba.</SPAN></P><P><SPAN><STRONG>Prerequisites :</STRONG> If you already have a Sub-account in Alibaba then add <STRONG>SAP Profitability and Performance Management Cloud | papm-service entitlement</STRONG> and select plan as <STRONG>default</STRONG>.</SPAN></P><P>If you do not have a Global Account in Alibaba, you can start creating one by raising a <A href="https://itsm.services.sap/sp?id=sc_cat_item&amp;sys_id=b760c5611b5b78d4614e744c8b4bcbd7&amp;sysparm_category=e15706fc0a0a0aa7007fc21e1ab70c2f" target="_self" rel="nofollow noopener noreferrer">SAP ticket</A>. Then proceed with Sub-account creation from <A href="https://sap-papm-cn40.cockpit.cn40.platform.sapcloud.cn/" target="_self" rel="nofollow noopener noreferrer">Alibaba BTP Cockpit</A>.<BR />Below is the list of inputs needed for the SAP ticket<BR />a. Description : Request on-boarding of CN40 Data Workbench Saa<BR />b. Component : XX-HST-CDC<BR />c. Priority : Medium<BR />d. System : SCP<BR />e. Main impact : Globalization<BR />f. Please fill out this <A href="https://wiki.one.int.sap/wiki/display/HCPCoreOrg/Get+a+Global+Account+on+BTP@AliCloud?preview=/3365020956/3397989135/onboarding%20template_09_09_2020.xlsx#GetaGlobalAccountonBTP@AliCloud-GetaGlobalAccountforac-live" target="_self" rel="nofollow noopener noreferrer">Excel sheet</A>&nbsp;, in the entitlement section add <STRONG>“SAP Profitability and Performance Management Cloud | papm-service”</STRONG> and select plan as <STRONG>default</STRONG>.<BR />g. Attach the excel sheet to the ticket.</P><P>While selecting the region for the sub-account please select cf-cn40 to select Alibaba hyper-scaler.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-05-03 at 1.58.42 PM.png" style="width: 653px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/105414iBD51EC350DC8100A/image-size/large?v=v2&amp;px=999" role="button" title="Screenshot 2024-05-03 at 1.58.42 PM.png" alt="Screenshot 2024-05-03 at 1.58.42 PM.png" /></span></P><H4 id="toc-hId-1055192227"><STRONG>Subscribe PaPM Cloud from Subaccount</STRONG></H4><P><SPAN>Follow the steps below to subscribe to PaPM Cloud. For more detailed instructions, refer to the corresponding blog post</SPAN>&nbsp;<STRONG><A href="https://community.sap.com/t5/financial-management-blogs-by-sap/sap-profitability-and-performance-management-cloud-subscription/ba-p/13518196" target="_self">SAP Profitability and Performance Management Cloud: Subscription &amp; Decommission</A>.</STRONG></P><P>In the Alibaba sub-account you can find a <STRONG>“Create”</STRONG> button on your <SPAN>upper right corner</SPAN>.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image (21)-2.jpg" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/105294i78977609064D110E/image-size/large?v=v2&amp;px=999" role="button" title="image (21)-2.jpg" alt="image (21)-2.jpg" /></span></P><P>After clicking on<STRONG> “Create”</STRONG> button you would get a pop up. Search for <STRONG>SAP PaPM</STRONG> in the Service section and select Plan as <STRONG>default</STRONG>, then click on <STRONG>“Create”</STRONG>.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image (16).png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/103082iD219C046538F05CD/image-size/large?v=v2&amp;px=999" role="button" title="image (16).png" alt="image (16).png" /></span></P><P>It will take few moments to complete the subscription process.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image (11).png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/103083iFD7AAF267D361D54/image-size/large?v=v2&amp;px=999" role="button" title="image (11).png" alt="image (11).png" /></span></P><H4 id="toc-hId-858678722"><STRONG>Create a role collection and add users</STRONG></H4><P>For creation of role collection and addition of users please go through this blog post <A href="https://community.sap.com/t5/financial-management-blogs-by-sap/sap-papm-cloud-basic-administration/ba-p/13523210" target="_self">SAP PaPM Cloud: Basic Administration</A>.</P><H4 id="toc-hId-662165217"><STRONG>Start using PaPM Cloud</STRONG></H4><P>Go the the subscription page and click on SAP PaPM.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image (11).png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/103084i42858CCA57153B62/image-size/large?v=v2&amp;px=999" role="button" title="image (11).png" alt="image (11).png" /></span></P><P>Authenticate yourself and now you are good to use SAP PaPM cloud.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image-20240410-115148.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/103086i251E937CFCE3B8D7/image-size/large?v=v2&amp;px=999" role="button" title="image-20240410-115148.png" alt="image-20240410-115148.png" /></span></P> 2024-05-07T09:23:15.419000+02:00 https://community.sap.com/t5/financial-management-blogs-by-sap/sap-papm-cloud-um-introduction-to-important-action-buttons/ba-p/13697842 SAP PaPM Cloud UM: Introduction to Important Action Buttons 2024-05-10T16:14:41.295000+02:00 ARRamos https://community.sap.com/t5/user/viewprofilepage/user-id/706059 <P style=" text-align : justify; ">Oh, hi there! I see you keep coming back for more blogposts related to SAP&nbsp; Profitability and Performance Management Cloud - Universal Model (SAP PaPM Cloud UM). Well, you’re in luck today because this blogpost will introduce some modeling features which you will find useful in your Universal Model journey.</P><P style=" text-align : justify; ">Action Buttons like Activate, which you might be familiar of also exist in Universal Model. In Universal Model though, we do have some more buttons like Remove and Undeploy All. In continuation to this blogpost entitled&nbsp;<A class="" href="https://community.sap.com/t5/financial-management-blogs-by-sap/sap-papm-cloud-universal-model-deploy-your-environment-via-manage/ba-p/13674641" target="_blank"><SPAN class=""><SPAN class="">SAP PaPM Cloud Universal Model: Deploy your environment via Manage Containers</SPAN></SPAN></A><SPAN class=""><SPAN class="">,</SPAN></SPAN><SPAN class=""> <SPAN class="">I</SPAN><SPAN class=""> will be </SPAN><SPAN class="">discussing</SPAN><SPAN class=""> more about the </SPAN><SPAN class="">how</SPAN> <SPAN class="">to</SPAN><SPAN class="">’</SPAN><SPAN class="">s</SPAN> <SPAN class="">of the </SPAN><SPAN class="">A</SPAN><SPAN class="">ction </SPAN><SPAN class="">B</SPAN><SPAN class="">uttons in Manage Environments </SPAN><SPAN class="">and other screens.<BR /><BR /></SPAN></SPAN></P><div class="lia-spoiler-container"><a class="lia-spoiler-link" href="#" rel="nofollow noopener noreferrer">Spoiler</a><noscript> (Highlight to read)</noscript><div class="lia-spoiler-border"><div class="lia-spoiler-content"><STRONG><FONT color="#333399">IMPORTANT</FONT><BR /></STRONG>Some of the action buttons can be seen on different screens. They are acting the same however, they differ on the type of entity they are dealing with.</div><noscript><div class="lia-spoiler-noscript-container"><div class="lia-spoiler-noscript-content">IMPORTANTSome of the action buttons can be seen on different screens. They are acting the same however, they differ on the type of entity they are dealing with.</div></div></noscript></div></div><P style=" text-align : justify; "><STRONG>CREATE</STRONG></P><P style=" text-align : justify; ">Before you can start modeling, ofcourse, you need to have an environment which will contain the entities you will be using for your configuration. The first button Create is solely used to mak<SPAN class="">e</SPAN><SPAN class=""> an </SPAN><SPAN class="">environment</SPAN>. The newly created environment is set to&nbsp;“<EM>Inactive</EM>”&nbsp;by default until it gets activated.</P><P style=" text-align : justify; ">For creation of environment, which I believe has already been tackled on the previous blogpost, you just need to click on Create button and choose the Environment type, add a name, description and optionally a parent folder then save it.</P><P style=" text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Create_Environment.gif" style="width: 774px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/108759iB707EE009A6405D0/image-dimensions/774x381?v=v2" width="774" height="381" role="button" title="Create_Environment.gif" alt="Create_Environment.gif" /></span></P><P style=" text-align : justify; "><STRONG>COPY</STRONG></P><P style=" text-align : justify; ">What if I want to try out some configuration without ruining my original environment? Copy button is here to save the day! <span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:">😊</span> Once you perform copy, all the functions, fields, and connections from the Original environment will be cloned to the new environment.</P><P style=" text-align : justify; ">Just search the environment you want to copy, then click on copy button. The system will prompt you to specify the number of copies, with a maximum limit of 10 copies. By default, the status of the copied environment is set to <EM>Inactive</EM>.</P><P style=" text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Copy_Environment.gif" style="width: 774px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/108762iFF5AB9F865393656/image-dimensions/774x435?v=v2" width="774" height="435" role="button" title="Copy_Environment.gif" alt="Copy_Environment.gif" /></span></P><P style=" text-align : justify; "><STRONG>ACTIVATE</STRONG></P><P style=" text-align : justify; ">Now for the activate button, as mentioned in the recent blogpost <A href="https://community.sap.com/t5/financial-management-blogs-by-sap/unveiling-the-new-functionality-in-2024-of-sap-papm-cloud-welcome-to/ba-p/13628818" target="_blank">Unveiling the new functionality in 2024 of SAP PAPM Cloud: Welcome to Universal Model!</A>, it is very important to consider the Design-Time environment and Runtime Environment. As this is exclusive to SAP PaPM UM, it allows you to refine your configurations during design time without interference on runtime environment.</P><P style=" text-align : justify; ">Activation is only possible on the environment level. Why full activation and not on a function level? The rationale is that, in the end, each of the functions will be API based. Without you being able to activate the whole environment, you cannot package the functions via API.</P><P style=" text-align : justify; ">An activated environment contains the following Runtime status:</P><TABLE width="773px"><TBODY><TR><TD width="193.75px" height="50px"><P>Status</P></TD><TD width="185.719px" height="50px"><P><FONT color="#999999">Inactive</FONT></P></TD><TD width="183.703px" height="50px"><P><FONT color="#339966">Current</FONT></P></TD><TD width="208.828px" height="50px"><P><FONT color="#FF0000">Not Current</FONT></P></TD></TR><TR><TD width="193.75px" height="160px"><P><EM>Runtime Status</EM></P></TD><TD width="185.719px" height="160px"><P><EM>There are no changes in the whole environment yet</EM></P></TD><TD width="183.703px" height="160px"><P><EM>Changes in the whole environment is saved and activated</EM></P></TD><TD width="208.828px" height="160px"><P><EM>Changes in the whole environment is saved but the environment is not yet activated</EM></P></TD></TR><TR><TD width="193.75px" height="214px"><P><EM>Runtime Field Status</EM></P></TD><TD width="185.719px" height="214px"><P><EM>There are no changes in the Fields within the selected environment yet</EM></P></TD><TD width="183.703px" height="214px"><P><EM>Changes in the Fields within the selected environment is saved and activated</EM></P></TD><TD width="208.828px" height="214px"><P><EM>Changes in the Fields within the selected environment is saved but the environment is not yet activated</EM></P></TD></TR><TR><TD width="193.75px" height="214px"><P><EM>Runtime Functions Status</EM></P></TD><TD width="185.719px" height="214px"><P><EM>There are no changes in the Functions within the selected environment yet</EM></P></TD><TD width="183.703px" height="214px"><P><EM>Changes in the Functions within the selected environment is saved and activated</EM></P></TD><TD width="208.828px" height="214px"><P><EM>Changes in the Functions within the selected environment is saved but the environment is not yet activated</EM></P></TD></TR><TR><TD width="193.75px" height="132px"><P><EM>Runtime Artifact Status</EM></P></TD><TD width="185.719px" height="132px"><P><EM>There are no stored procedures yet</EM></P></TD><TD width="183.703px" height="132px"><P><EM>All stored procedures are currently activated</EM></P></TD><TD width="208.828px" height="132px"><P><EM>All stored procedures are not activated yet</EM></P></TD></TR></TBODY></TABLE><P style=" text-align : justify; ">There are two ways on how to activate an Environment:</P><OL style=" text-align : justify; "><LI>Activate in Background: Yes</LI><LI>Activate in Background: No</LI></OL><P style=" text-align : justify; ">Activate in Background = Yes, this helps <SPAN>you perform activation in a non-interactive way or process. This means that you are free to leave or perform a parallel activity while the activation is happening in background.</SPAN></P><P style=" text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Activate_Environment_YES.gif" style="width: 778px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/108764i0B78D94CE14F9D95/image-dimensions/778x437?v=v2" width="778" height="437" role="button" title="Activate_Environment_YES.gif" alt="Activate_Environment_YES.gif" /></span></P><P style=" text-align : justify; ">Activate in <SPAN>Background = No, sometimes called dialog activation is then needing user intervention. Meaning the session or request for activation ends or terminates as soon as you leave the session such as logoff the system or visits another application.</SPAN></P><P style=" text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Activate_Environment_NO.gif" style="width: 774px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/108765i488E87D66D3FF6D2/image-dimensions/774x435?v=v2" width="774" height="435" role="button" title="Activate_Environment_NO.gif" alt="Activate_Environment_NO.gif" /></span></P><P style=" text-align : justify; ">Regardless how you activate an environment, there will be a notification message regarding the activation action.<BR /><BR /></P><div class="lia-spoiler-container"><a class="lia-spoiler-link" href="#" rel="nofollow noopener noreferrer">Spoiler</a><noscript> (Highlight to read)</noscript><div class="lia-spoiler-border"><div class="lia-spoiler-content"><P><STRONG><FONT color="#333399">IMPORTANT</FONT></STRONG></P><UL><LI><SPAN>It is advisable though to use background activation on environments that are huge and needing more time to complete.<BR /><BR /></SPAN></LI><LI>If you have environments with huge data models, then it is recommended to activate less than 30 of them in one tenant - mainly because the first time UI access after logon to the application by end users might become slower, as a lot of metadata needs to be cached by the browser. There will be also a message to warn you during activation.</LI></UL></div><noscript><div class="lia-spoiler-noscript-container"><div class="lia-spoiler-noscript-content">IMPORTANTIt is advisable though to use background activation on environments that are huge and needing more time to complete.If you have environments with huge data models, then it is recommended to activate less than 30 of them in one tenant - mainly because the first time UI access after logon to the application by end users might become slower, as a lot of metadata needs to be cached by the browser. There will be also a message to warn you during activation.</div></div></noscript></div></div><P style=" text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Activate_Environment_Limit.gif" style="width: 774px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/108766iCB616DACD8CF0857/image-dimensions/774x435?v=v2" width="774" height="435" role="button" title="Activate_Environment_Limit.gif" alt="Activate_Environment_Limit.gif" /></span></P><P style=" text-align : justify; "><STRONG>DEACTIVATE</STRONG></P><P style=" text-align : justify; ">Ofcourse, if activation is possible to be done in an environment, deactivation is also possible. By selecting the environment and choosing Deactivate button, you have the capability to delete all dependent processes, activities, comments and data associated with the runtime environment. Once the environment is already deactivated, Runtime status will be reverted to <EM>Inactive</EM>.</P><P style=" text-align : justify; "><SPAN>While deactivate button is used for one environment deactivation at a time, the <STRONG>Undeploy All</STRONG> </SPAN><SPAN>button, which can be found in Manage Tenant Settings, can do it for all active environments. </SPAN></P><div class="lia-spoiler-container"><a class="lia-spoiler-link" href="#" rel="nofollow noopener noreferrer">Spoiler</a><noscript> (Highlight to read)</noscript><div class="lia-spoiler-border"><div class="lia-spoiler-content"><P><STRONG><FONT color="#333399">IMPORTANT</FONT></STRONG></P><P><SPAN>When you deactivate an environment, all runtime artifacts including processes, reports, </SPAN>activities, comments, and data associated with the runtime environment<SPAN> will be gone</SPAN>.</P></div><noscript><div class="lia-spoiler-noscript-container"><div class="lia-spoiler-noscript-content">IMPORTANTWhen you deactivate an environment, all runtime artifacts including processes, reports, activities, comments, and data associated with the runtime environment will be gone.</div></div></noscript></div></div><P style=" text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Deactivate_Environment.gif" style="width: 770px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/108767i5B7052962F57828C/image-dimensions/770x433?v=v2" width="770" height="433" role="button" title="Deactivate_Environment.gif" alt="Deactivate_Environment.gif" /></span></P><P style=" text-align : justify; "><STRONG>RUN</STRONG></P><P style=" text-align : justify; ">Now, we have come to another action button which can be found in Manage Functions screen, the Run button.</P><P style=" text-align : justify; ">When an environment is activated, the functions inside it can already be executed. Run button gets enabled when a function is selected in Manage Functions screen.</P><P style=" text-align : justify; ">Run also has In Background = YES and In Background = NO option with the same logic as with activation.</P><P style=" text-align : justify; ">We are now done with Activation and done with Run, but I still have some related facts for you.</P><P style=" text-align : justify; ">Model functions like Model Entity can be activated but they don’t need to be executed for them to provide results.</P><P style=" text-align : justify; ">These Model Functions are treated as information functions, and they can do the functionality of their counterpart Enrichment or Processing functions. Like for example, Allocation for Model Allocation. As stated in our <A href="https://help.sap.com/docs/SAP_PROFITABILITY_PERFORMANCE_MANAGEMENT_CLOUD/a4885ec5bbe9492081483cd915857beb/20397e3507e64bb08d5e0035f209b0c1.html" target="_blank" rel="noopener noreferrer">Application Help documentation</A>, they can both be used to distribute key figures from one entity to another, using a distribution base. But from a technical aspect, the&nbsp;Model Allocation&nbsp;and&nbsp;Allocation&nbsp;functions behave in different ways. For example, upon successful activation of a&nbsp;Model Allocation&nbsp;function, the system generates an SQL view in the underlying database schema of the tenant, acting more like an information function where no procedure is created. The&nbsp;Allocation&nbsp;as an enrichment function, on the other hand, generates SAP HANA procedures that are run to populate temporary data records.</P><P style=" text-align : justify; ">This difference applies to all Model Functions and their counterpart.</P><TABLE width="770px"><TBODY><TR><TD width="374.484px"><P><STRONG>Model Functions</STRONG></P></TD><TD width="394.516px"><P><STRONG>Counterpart Functions</STRONG></P></TD></TR><TR><TD width="374.484px"><P>Model View</P></TD><TD width="394.516px"><P>View</P></TD></TR><TR><TD width="374.484px"><P>Model Join</P></TD><TD width="394.516px"><P>Join</P></TD></TR><TR><TD width="374.484px"><P>Model Calculation</P></TD><TD width="394.516px"><P>Calculation</P></TD></TR><TR><TD width="374.484px"><P>Model Derivation</P></TD><TD width="394.516px"><P>Derivation</P></TD></TR><TR><TD width="374.484px"><P>Model Allocation</P></TD><TD width="394.516px"><P>Allocation</P></TD></TR></TBODY></TABLE><P style=" text-align : justify; ">Though they can already produce results without being executed, the Run button is still enabled for a specific reason which is when you trigger the run of model function, a special _model stored procedure will be triggered in the HANA Database Library, which will test the access to the data print helpful statistical information into the event log. </P><P style=" text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Run_Model_View.gif" style="width: 774px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/108770iDD133639FDE4F945/image-dimensions/774x435?v=v2" width="774" height="435" role="button" title="Run_Model_View.gif" alt="Run_Model_View.gif" /></span></P><P style=" text-align : justify; "><STRONG>DELETE and REMOVE</STRONG></P><P style=" text-align : justify; ">An environment can also be subject for deletion or removal if it is no longer needed. Delete and Remove buttons are the ones to do the trick. How do they differ from each other then?</P><P style=" text-align : justify; ">When there are fields or functions inside an environment, you cannot delete it using the Delete button. Hence, before deleting the environment, delete such entities in line with that.</P><P style=" text-align : justify; ">With regard to the Remove button, you can utilize it even in the event that fields or functions are still present in it after the environment has been deactivated.</P><P style=" text-align : justify; ">On a <SPAN>security </SPAN>point of view, Delete button is available for users with role MODEL or MODEL_ALL. If there are dependencies, an error will occur. Remove button is only available for users with role MODEL_ALL. This will resolve all dependencies and removes everything related to the environment.</P><P style=" text-align : justify; "><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Delete_and_Remove__Environment.gif" style="width: 772px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/108771iAC71EC9759169004/image-dimensions/772x434?v=v2" width="772" height="434" role="button" title="Delete_and_Remove__Environment.gif" alt="Delete_and_Remove__Environment.gif" /></span></P><P style=" text-align : justify; ">Now I have mentioned about roles, these information will be discussed in the next blogposts.</P><P style=" text-align : justify; ">As we conclude this journey through the action buttons in SAP PaPM Cloud – Universal Model, it's evident that these very simple buttons have a big impact on how we can start with our modeling. Thank you for joining me on this exploration, and remember, the greatest adventures often begin with the smallest steps.</P><P style=" text-align : justify; ">Before I end this blogpost, I’d like to leave you with a question to entice your curiosity.<BR />Can I somehow lock my created environment so others can’t be able to makes changes to it? Are there some kind of restrictions that can be implemented in SAP PaPM Cloud – Universal Model? That’s what we will be discussing on the next blogposts so stay tuned! <span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:">😊</span></P> 2024-05-10T16:14:41.295000+02:00