https://raw.githubusercontent.com/ajmaradiaga/feeds/main/scmt/topics/SAP-Readiness-Check-blog-posts.xml SAP Community - SAP Readiness Check 2024-05-20T11:13:33.154945+00:00 python-feedgen SAP Readiness Check blog posts in SAP Community https://community.sap.com/t5/enterprise-resource-planning-blogs-by-members/custom-code-remediation/ba-p/13549450 Custom Code Remediation 2023-06-02T20:37:27+02:00 bhawna-v_16 https://community.sap.com/t5/user/viewprofilepage/user-id/144085 <STRONG><U>Overview</U></STRONG><STRONG>: </STRONG><BR /> <BR /> Since, it was introduced twenty years ago, SAP ECC (Enterprise Central Component) has been a widely used Enterprise Resource Planning (ERP) tool. But as digitalization, cloud computing, and the demand for real-time data processing have increased, SAP ECC has become antiquated and unable to satisfy the needs of modern business. New and enhanced functionality to run the business processes simpler, faster and smarter, will only be available on S/4 HANA.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/06/1-3.png" /></P><BR /> As part of this journey, learnings from one of the S/4 HANA brownfield implementation projects for one of the manufacturing customers has been discussed in this white paper.<BR /> <BR /> The target audience for this white-paper are Consultants, Senior-Consultants, Principal Consultants, Project Managers, Delivery Managers and SMEs.<BR /> <BR /> <STRONG><U>Introduction</U></STRONG><STRONG>: </STRONG><BR /> <BR /> As an ABAP developer working on a HANA Migration Project, I must perform the "Code Remediation" activity and modify certain ABAP code to prevent any potential functional difficulties during the HANA migration.<BR /> <BR /> For doing Code Remediation, you will run <STRONG>ABAP Test Cockpit (ATC)</STRONG> on your SAP S/4HANA system using the various <STRONG>ATC </STRONG><STRONG>check variants</STRONG> which SAP provides, and you will receive a lengthy list of ATC findings that you must need to resolve.<BR /> <BR /> There are multiple ATC check variants which SAP provides as when you plan to move S/4 HANA –<BR /> <OL><BR /> <LI><STRONG>S4HANA_READINESS</STRONG></LI><BR /> <LI><STRONG>S4HANA_READINESS_NO_FLE </STRONG>(As of S4HANA 2021, SAP has come up with this check variant only for customers who don’t want to chang0065 the extended material number length.)</LI><BR /> </OL><BR /> <STRONG>Note: We perform code remediation only on custom objects. For standard objects SAP will take care.</STRONG><BR /> <BR /> <STRONG><U>How to get the ATC Findings in Eclipse ADT</U></STRONG><STRONG>:</STRONG><BR /> <OL><BR /> <LI>Open the Program in Eclipse and click on <STRONG>Run As</STRONG> button (yellow highlighted) in Eclipse. <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/06/2-3.png" /></LI><BR /> <LI>Select the option <STRONG>ABAP Test Cockpit with</STRONG> from the given options. <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/06/3-2.png" /></LI><BR /> <LI>Enter the <STRONG>S4HANA_READINESS_2021_NO_FLE</STRONG> Check Variant suggested by SAP. <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/06/4-1.png" /></LI><BR /> <LI>Click on <STRONG>OK button</STRONG> and you will receive the list of ATC Findings. <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/06/5-1.png" /></LI><BR /> </OL><BR /> <STRONG>Note: I’m showing you here through Eclipse ADT but you can also get these ATC findings via SAP GUI.</STRONG><BR /> <BR /> <STRONG><U>Procedure of resolving ATC Findings</U></STRONG><STRONG>:</STRONG><BR /> <BR /> We can resolve the ATC finding in three ways:<BR /> <UL><BR /> <LI><STRONG><U>By implementing Semi-Automatic Adjustments</U></STRONG><STRONG>:</STRONG> Perform Quick Fixes or Recommended Quick Fixes on one object at a time.</LI><BR /> </UL><BR /> <OL><BR /> <LI>Issues belong to priority 1 and 2 must be fixed.<IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/06/6-1.png" /></LI><BR /> <LI><SPAN style="font-size: 1rem">When you click on Recommended Quick Fixes, you will get this pop-up. </SPAN><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/06/7.png" /><SPAN style="font-size: 1rem">&nbsp; &nbsp; &nbsp; &nbsp; </SPAN></LI><BR /> <LI><SPAN style="font-size: 1rem">It will ask for Transport Request (TR).&nbsp; </SPAN></LI><BR /> <LI><SPAN style="font-size: 1rem">Once you will enter the TR, we will be able to see the recommended quick fix for the&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;required ATC Finding.</SPAN></LI><BR /> </OL><BR /> <UL><BR /> <LI><STRONG><U>By implementing ATC Mass Fixes</U></STRONG><STRONG>: </STRONG>This functionality can only be used in Eclipse not in GUI. <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/06/8-2.png" /></LI><BR /> <LI><STRONG><U>Read suggested notes against ATC Findings:</U></STRONG> You have to read the whole <STRONG style="font-size: 1rem">SAP Note</STRONG><SPAN style="font-size: 1rem"> (highlighted) on </SPAN><STRONG style="font-size: 1rem">SAP SUPPORT PORTAL</STRONG><SPAN style="font-size: 1rem">. Based on which the developer decides whether to implement the suggested change or not.&nbsp; </SPAN><SPAN style="font-size: 1rem">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</SPAN></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/06/9-1.png" height="425" width="563" /></P><BR /> <STRONG><U>Conclusion</U></STRONG><STRONG>: </STRONG><BR /> <BR /> As you begin to plan the conversion of your ECC system to the S/4 HANA system, you begin to realize that a very large number of ABAP objects will have to be adapted to run on the S/4 HANA database. You need to follow all the above steps’ screenshots to perform the remediation using Eclipse ADT. Eclipse ADT will help you the most to resolve the ATC findings swiftly.<BR /> <BR /> We can resolve Reports, Function Groups using eclipse other than these like enhancements, tables, views we can resolve it using SAP GUI.<BR /> <BR /> For Smart forms, we didn’t get any specific criteria yet to remediate it. 2023-06-02T20:37:27+02:00 https://community.sap.com/t5/enterprise-resource-planning-blogs-by-sap/sap-activate-methodology-for-sap-s-4hana-upgrade-and-product-integration/ba-p/13561060 SAP Activate Methodology for SAP S/4HANA Upgrade and Product Integration – New Release 23Q2 2023-06-15T11:46:59+02:00 astridtschense https://community.sap.com/t5/user/viewprofilepage/user-id/37278 We have published the new release of the transition roadmap for SAP S/4HANA Upgrade and Product Integration, in SAP Roadmap Viewer as well as in SAP Cloud ALM.<BR /> <BR /> The latest enhancements focus on the <STRONG>project team enablement</STRONG>, explaining the available offerings for SAP Enterprise Support customers, SAP MaxAttention/SAP Active Attention customers, and customers with an SAP Value Assurance engagement.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/06/project_team.png" /></P><BR /> In addition, we have added self-enablement materials, especially accelerators to learning journeys, for<BR /> <UL><BR /> <LI>SAP Signavio Process Insights and SAP Signavio</LI><BR /> <LI>SAP Cloud ALM</LI><BR /> <LI>SAP Business Technology Platform</LI><BR /> <LI>SAP S/4HANA Analytics</LI><BR /> </UL><BR /> &nbsp;<BR /> <BR /> The <STRONG>analytics</STRONG> workstream is updated entirely, now reflecting the most important analytics landscape options, including SAP S/4HANA embedded analytics, SAP Analytics Cloud, and SAP Datasphere.<BR /> <BR /> For <STRONG>SAP Readiness Check</STRONG>, we have added two accelerators “Functional Review Workshop Guide for System Conversion” and “Technical Review Workshop Guide for System Conversion”, which are valid also for preparing an upgrade of SAP S/4HANA and give good guidance how to work with the SAP Readiness Check analysis results.<BR /> <BR /> The end of <STRONG>compatibility pack</STRONG> usage rights is coming closer (end of 2025, with exceptions), and to make customers aware that action may be required, we have added a new section on compatibility scope with links to the latest information.<BR /> <BR /> As always, accelerators have been updated throughout the road map, to link you to newest information on <STRONG>SAP S/4HANA release 2022 FPS02</STRONG>.<BR /> <BR /> The structure on activity / deliverables level has not changed.<BR /> <BR /> You can find the new release of the Transition Roadmap for SAP S/4HANA upgrade and Product Integration in the <A href="https://go.support.sap.com/roadmapviewer/#/group//roadmapOverviewPage/MATS4HANA" target="_blank" rel="noopener noreferrer">SAP Roadmap Viewer</A> and in the SAP Activate templates in SAP Cloud ALM. 2023-06-15T11:46:59+02:00 https://community.sap.com/t5/technology-blogs-by-sap/sap-business-transformation-center-digital-blueprint/ba-p/13570978 SAP Business Transformation Center - Digital Blueprint 2023-06-29T22:00:31+02:00 MatthiasSchilka https://community.sap.com/t5/user/viewprofilepage/user-id/104253 <H1 id="toc-hId-834759023">Introduction</H1><BR /> The SAP Business Transformation Center – Digital Blueprint covers a tool-based support within the transition of SAP ECC customers to SAP S/4HANA Cloud, private edition and SAP S/4HANA On Premise. Besides known approaches like New Implementation (aka Greenfield) or System Conversion (aka Brownfield), a partial transfer of data (aka Selective Data Transition) is frequently requested due to various business reasons. This has not been covered by a SAP standard product answer yet.<BR /> <BR /> Based on existing SAP Readiness Check Capabilities and integrated in SAP Cloud ALM, SAP Business Transformation Center – Digital Blueprint provides<BR /> <UL><BR /> <LI>Data Insights</LI><BR /> <LI>Visualizations</LI><BR /> <LI>Recommendations</LI><BR /> </UL><BR /> supporting scoping activities of to-be transferred data as part of a Selective Data Transition to SAP S/4HANA.<BR /> <BR /> Considering an overall transition process, this first increment of the SAP Business Transformation Center hits the Access&amp;Insights part as a starting point.<BR /> <BR /> &nbsp;<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/06/01_Tacho.jpg" height="350" width="692" /></P><BR /> <P class="image_caption" style="text-align: center;font-style: italic">Focus of the Digital Blueprint Increment</P><BR /> &nbsp;<BR /> <BR /> As result, customers receive a Digital Blueprint of their scoped data serving as a preparation step before deploying it to SAP S/4HANA.<BR /> <H1 id="toc-hId-638245518">Usage Guide</H1><BR /> The prerequisites and the subsequent execution steps for the creation of a Digital Blueprint are described within the following sections.<BR /> <H2 id="toc-hId-570814732">Prerequisites</H2><BR /> <H3 id="toc-hId-503383946"><STRONG>Cloud ALM Tenant</STRONG></H3><BR /> If you do not yet use Cloud ALM in your system landscape, you need to provision your tenant at first. It is included in SAP Cloud Service subscriptions and SAP Enterprise Support. Additionally, the sequence of the required steps including further details can be found in support.sap.com or directly following this <A href="https://support.sap.com/content/dam/support/en_us/library/ssp/alm/sap-cloud-alm/transformation/SAP_BTC_Quickstart.pdf" target="_blank" rel="noopener noreferrer">link</A> leading to a Quick Start Guide for SAP Business Transformation Center.<BR /> <H3 id="toc-hId-306870441"><STRONG>Run Data Collection in ECC Source System</STRONG></H3><BR /> The first step is to create and extract a data profile of the ECC source system. The SAP Readiness Check for Usage &amp; Data Profiling is used for this purpose, which has also been supplemented with SAP Business Transformation Center specific content. SAP Note 3275056 is therefore mandatory for the use of SAP Business Transformation Center. As the note describes, ABAP program RC_UDP_START_DMR2 needs to be executed to create a zip file containing information about ECC source data in an XML format.<BR /> <BR /> &nbsp;<BR /> <H2 id="toc-hId--18725783">Execution Steps</H2><BR /> <STRONG>Step 1: Provision Source File in SAP Business Transformation Center</STRONG><BR /> <BR /> To upload the extracted data profile of your ECC source system, the Fiori App “Manage Analysis Files” is used. Simply create a new entry by adding a title, optional short description and upload the zip file extracted from the ECC source system. During the upload, first data validations are already done to avoid invalid data input. Having the source file successfully introduced, you can optionally have a first overview about some technical details of the source system as well as extracted company codes and transformation objects data.<BR /> <BR /> &nbsp;<BR /> <BR /> <STRONG>Step 2: Create a Digital Blueprint </STRONG><BR /> <BR /> As a next step, a working instance of the uploaded source file is created – the Digital Blueprint. Choose the Fiori App “Manage Digital Blueprints” and create a new entry by providing a name, optional description and assign it to an analysis file created in Step 1.<BR /> <BR /> After the successful creation of your Digital Blueprint, you get a list overview of in scope company codes and transformation objects. As up to now no scoping activities took place, all extracted company codes and transformation objects are displayed.<BR /> <BR /> The assigned analysis file of step 1 is updated with the created Digital Blueprint. This ensures a clear transparency within the overall process flow and allows the creation of several Digital Blueprints for a single analysis file e.g. for comparison purposes. Choose Fiori App “Manage Analysis Files”, select your entry and verify section “Digital Blueprint” which points to the linked name of the Digital Blueprint.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/06/02_DigiBP-1.jpg" /></P><BR /> <P class="image_caption" style="text-align: center;font-style: italic">Analysis File &amp; Digital Blueprint</P><BR /> &nbsp;<BR /> <BR /> <STRONG>Step 3: Get an Overview of the initial Data Situation</STRONG><BR /> <BR /> In step 1 and 2 first list overviews about extracted and scoped data are available. As one step further, the Fiori App “Digital Blueprint Overview” provides a total overview with adjustable cards visualizing the general data occurrence and scoping effects. Additionally, derived system hints are summarized on company code and transformation object level. A data count summary and technical details of the source system serve as a round up for this overview.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/06/03_DigiBPOverview.jpg" /></P><BR /> <P class="image_caption" style="text-align: center;font-style: italic">Initial Overview</P><BR /> &nbsp;<BR /> <BR /> <STRONG>Step 4: Scope Company Codes</STRONG><BR /> <BR /> After gaining first insights in the overall usage of your source system, a closer look into company code data is done. You can either enter the company code view by choosing the Fiori App “Select Company Codes” or by directly starting it from the Digital Blueprint Overview by clicking on card for company codes. The App introduces company code details covered by an adjustable chart and table view. The general purpose as well as the various attributes of the app are extensively documented in the integrated help. It can be accessed by clicking on the question mark icon on the upper right of the screen. This is valid for all Fiori Apps within the SAP Business Transformation Center.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/06/04_CCHelp.jpg" /></P><BR /> <P class="image_caption" style="text-align: center;font-style: italic">Company Code Overview &amp; InApp Help</P><BR /> A click on a single entry in the table view reveals further data of a company code. Besides general attributes it contains assigned organization units, related transformation objects and open items from a financial perspective. For a large amount of transformation objects, a yearly data distribution chart is available.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/06/05_YrlDistr.jpg" /></P><BR /> <P class="image_caption" style="text-align: center;font-style: italic">Yearly Distribution of a Transformation Object</P><BR /> &nbsp;<BR /> <BR /> On top of these company code data extracted from the source system, there are also SAP Business Transformation Center internally derived data – namely the system hints. These text notes are displayed in the table view and in the detailed view. They indicate certain data situations which can be considered as an advice for scoping decisions. The consideration is optional and does not necessarily need to be followed.<BR /> <BR /> Having these company code data at hand, a data driven scoping discussion can start. For example, with the usage of the “Last Activity” and “Data Count” figures, information about current or last business activities are provided, indicating the relevancy of a company code.<BR /> <BR /> In this way, sometimes cumbersome discussions with various business departments can be reduced, especially if parts of a company have been sold in the past.<BR /> <BR /> Once decided if a company code shall be transferred to the target system, the scoping status is set. This can be done either on single company code level or in mass edit for several entries. Declaring a company code out of scope results in an exclusion of all related transformation objects with their respective data counts as well.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/06/06_CCOoS.jpg" /></P><BR /> <P class="image_caption" style="text-align: center;font-style: italic">Scoped Company Codes</P><BR /> &nbsp;<BR /> <BR /> <STRONG>Step 5: Scope Transformation Objects</STRONG><BR /> <BR /> A second perspective for scoping activities are Transformation Objects. To access them, you can start the Fiori App “Select Transformation Objects” or use the Digital Blueprint Overview by clicking on the Transformation Object Card.<BR /> <BR /> Similar like for company codes, a chart and a table provide a first overview grouped by SAP application components. The integrated documentation supports in answering potential questions e.g. about specific fields and their purpose.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/06/07_TO.jpg" /></P><BR /> <P class="image_caption" style="text-align: center;font-style: italic">Transformation Object Overview &amp; InApp Help</P><BR /> &nbsp;<BR /> <BR /> Choosing the detail view of a single transformation object leads to general data as well as a distribution along its assigned company codes including last activity dates and related data counts.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/06/08_TODetails.jpg" /></P><BR /> <P class="image_caption" style="text-align: center;font-style: italic">Transformation Object Details</P><BR /> The scoping decision can be set in the edit mode of the detail view or for mass selected objects in the table overview.<BR /> <BR /> Transformation Objects to be discussed at all can be identified by the columns “Last Activity” as well as “Total Data Count” and “Relevant Data Count”.<BR /> <BR /> Relevant count in this context means, how many data sets of a specific transformation object would be affected by a scoping decision considering an already done scoping on company code level. In other words, the relevant data count indicates dependencies between the company code and the transformation object perspective. In this way, the impact of scoping decisions is immediately reflected in these figures.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/06/09_TODetailsRelevantData.jpg" /></P><BR /> <P class="image_caption" style="text-align: center;font-style: italic">Example Relevant Data Count</P><BR /> &nbsp;<BR /> <BR /> Declaring a transformation object out of scope, results in an exclusion of all related data counts in all assigned company codes. Reasons e.g., for the exclusion of individual objects, can be documented with name and time stamp in a dedicated comment field.<BR /> <BR /> The already known system hints are used for transformation objects as well. For example, if data for an out-of-scope object exists, a hint is raised to carefully check the dependencies based on your individual project circumstances.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/06/10_TOHints.jpg" /></P><BR /> <P class="image_caption" style="text-align: center;font-style: italic">Scoped Transformation Objects</P><BR /> &nbsp;<BR /> <BR /> <STRONG>Step 6: Get an Overview of the scoped Data Situation</STRONG><BR /> <BR /> As a last step, the result of the scoping activities is summarized in the Digital Blueprint Overview. Optionally, a second Digital Blueprint could be created right away, e.g. for an alternative scope by using the button “Create New Digital Blueprint” on the upper right corner of the screen.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/06/11_DigiBPOverview.jpg" /></P><BR /> <P class="image_caption" style="text-align: center;font-style: italic">Overview after Scoping</P><BR /> &nbsp;<BR /> <H1 id="toc-hId--344322007">Further Information &amp; Outlook</H1><BR /> SAP Business Transformation Center – Digital Blueprint was publicly announced in May 2023. Further sources of information can be found under:<BR /> <UL><BR /> <LI><A href="https://support.sap.com/en/alm/sap-cloud-alm/transformation/btc.html" target="_blank" rel="noopener noreferrer">Support Page</A><BR /> <UL><BR /> <LI><A href="https://support.sap.com/content/dam/support/en_us/library/ssp/alm/sap-cloud-alm/transformation/SAP_BTC_Quickstart.pdf" target="_blank" rel="noopener noreferrer">Quick Start Guide</A></LI><BR /> <LI><A href="https://help.sap.com/docs/BTC/a7013f15eff94911b8b42be2dfda15ef/244347852ded482da00e6d32085ac507.html?locale=en-US" target="_blank" rel="noopener noreferrer">Application Help</A></LI><BR /> <LI><A href="https://launchpad.support.sap.com/#/notes/3328319" target="_blank" rel="noopener noreferrer">FAQ Note</A></LI><BR /> </UL><BR /> </LI><BR /> </UL><BR /> A test tenant for playground purposes is available <A href="https://support.sap.com/en/alm/demo-systems/cloud-alm-demo-system.html?anchorId=section" target="_blank" rel="noopener noreferrer">here</A> as part of Cloud ALM demo tenants. Please follow the instructions for access data and check for already uploaded demo source files to create your own Digital Blueprint.<BR /> <BR /> Being a Cloud-native application, new features are delivered incrementally on a frequent basis. <A href="https://help.sap.com/docs/BTC/bb576dec14c84baa885b875006c68c1c/3cb85baa57884ae7bb8f8bf7fdd75ca8.html" target="_blank" rel="noopener noreferrer">Here</A> you can get an overview about the latest increments within the What´s New Section in the SAP help portal.<BR /> <BR /> The roadmap of SAP Business Transformation Center contains various topics – among others it’s the deployment of the scoped data into an empty SAP S/4HANA target system as well as further capabilities around system hints and custom enhancements. Details can be found within the <A href="https://roadmaps.sap.com/board?SC=252EF753CFDE1EEDA4CFE9C9FEE6AA55&amp;range=FIRST-LAST#Q2%202023" target="_blank" rel="noopener noreferrer">SAP Roadmap Explorer</A> under the solution capability “Business and Data Transformation”.<BR /> <BR /> &nbsp;<BR /> <H1 id="toc-hId--540835512">Conclusion</H1><BR /> Following this blog post supports you in your first hands-on activites with the newly released SAP Business Transformation Center and its first increment - the Digital Blueprint.<BR /> <BR /> If you like to get more information - or even better, get a direct solution look &amp; feel&nbsp; - make yourself familar with the above mentioned additonal sources<BR /> <BR /> Looking forward to hear your feedback, proposals for improvement as well as general thoughts, simply hit the comment section below!<BR /> <BR /> &nbsp; 2023-06-29T22:00:31+02:00 https://community.sap.com/t5/enterprise-resource-planning-blogs-by-sap/new-sap-activate-road-map-version-23q3-transition-to-sap-s-4hana-on-premise/ba-p/13549891 New SAP Activate road map version 23Q3 – “Transition to SAP S/4HANA” (on premise) 2023-06-30T18:13:47+02:00 christoph_nake https://community.sap.com/t5/user/viewprofilepage/user-id/206410 The 23Q3 release of the “Transition to SAP S/4HANA” (on premise) road map has been published, and here are the most important things we have changed for you:<BR /> <UL><BR /> <LI>As always,&nbsp;<STRONG>accelerators have been updated</STRONG> throughout the road map, to link you to newest information on SAP S/4HANA release 2022 FPS01 (e.g. release notes, feature scope description etc.). Many broken links have been fixed.</LI><BR /> <LI>The usage of <STRONG>SAP Cloud ALM in SAP S/4HANA implementations</STRONG> has been detailed in the road map. For less complex projects, implementation functionality of SAP Cloud ALM could be sufficient for project support. Because SAP Cloud ALM is a public cloud solution, there is no&nbsp; installation, and setup and configuration runs very fast - see <A href="https://support.sap.com/en/alm/sap-cloud-alm/implementation/sap-cloud-alm-implementation-expert-portal.html" target="_blank" rel="noopener noreferrer">Expert Portal for SAP Cloud ALM</A> for details. <STRONG>Therefore we list SAP Cloud ALM now in parallel to SAP Solution Manager w/ Focused Build</STRONG>.</LI><BR /> <LI><STRONG>Embedded analytics</STRONG> plays an important role in SAP S/4HANA. Activities and tasks related to that topic have been updated.</LI><BR /> <LI><STRONG>SAP Readiness Check</STRONG> content has been streamlined. Instead of describing all functionality, reference is given to the always-up-to-date functional reference deck “<A href="https://help.sap.com/doc/bb0e7ba5158c424ab7ce010228bf1de1/200/en-US/Key%20Feature%20Overview%20SAP%20Readiness%20Check.pdf" target="_blank" rel="noopener noreferrer">SAP Readiness Check - Key Feature Overview</A>".</LI><BR /> <LI><STRONG>SAP Enterprise Support</STRONG> can help Enterprise Support customers significantly in the project. Service &amp; learning content description from there have been leveraged throughout the road map. For instance, the request for an important "<A href="https://support.sap.com/content/dam/support/en_us/library/ssp/offerings-and-programs/sap-enterprise-support/enterprise-support-academy/continuous-quality-check-improvement-services/CQC%20for%20Transformation%20Assessment_InfoSheet_SAP%20S4HANA_OnPrem.pdf" target="_blank" rel="noopener noreferrer">CQC for Transformation Assessment</A>" is now listed at the right three places in the project.</LI><BR /> </UL><BR /> You can find the new release of the “<A href="https://go.support.sap.com/roadmapviewer/?sap-language=EN#/group//roadmapOverviewPage/S4HANATRANSONPRE" target="_blank" rel="noopener noreferrer">Transition to SAP S/4HANA</A>” road map in the “<A href="https://go.support.sap.com/roadmapviewer/?sap-language=EN#" target="_blank" rel="noopener noreferrer">SAP Roadmap Viewer</A>”. And as you already know, we will push the updated content into SAP Cloud ALM for you within the upcoming days.<BR /> <BR /> I hope you will enjoy it! 2023-06-30T18:13:47+02:00 https://community.sap.com/t5/enterprise-resource-planning-blogs-by-sap/new-sap-readiness-check-scenario-sap-readiness-check-for-sap-datasphere-sap/ba-p/13567370 New SAP Readiness Check Scenario – SAP Readiness Check for SAP Datasphere, SAP BW bridge 2023-07-26T11:05:03+02:00 astridtschense https://community.sap.com/t5/user/viewprofilepage/user-id/37278 <P>SAP Readiness Check for SAP Datasphere, SAP BW bridge is a self-service toolset to assess the status of your existing SAP BW 7.x or SAP BW/4HANA system in preparation for a conversion to SAP Datasphere, SAP BW bridge. SAP Readiness Check evaluates the compatibility of the analyzed source system with SAP Datasphere, SAP BW bridge and provides a comprehensive overview of various topics required to be analyzed for the conversion process. As a result, the toolset helps to identify required preparative activities and even possible pre-projects for your system well before the transition project starts. Additionally, SAP Readiness Check enables you to understand respective effort and implications. This early insight means that you can scope and plan your transition project with a higher degree of accuracy.<BR /><BR />Since the SAP BW systems in the environment may differ, we recommend running SAP Readiness Check for SAP Datasphere, SAP BW bridge for every system you are planning to convert.<BR /><BR />The tool includes the following system-specific information about adjustments required for the conversion to SAP Datasphere, SAP BW bridge:<BR /><BR /></P><UL><UL><LI>Overview of active SAP BW objects</LI></UL></UL><P>&nbsp;</P><UL><UL><LI>Compatibility of SAP BW objects</LI></UL></UL><P>&nbsp;</P><UL><UL><LI>Readiness of connected source systems</LI></UL></UL><P>&nbsp;</P><UL><UL><LI>Add-on inventory</LI></UL></UL><P>&nbsp;</P><UL><UL><LI>Compatibility of custom code</LI></UL></UL><P><BR /><BR /></P><P><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/07/Picture-1-9.png" border="0" /></P><P><BR />&nbsp;<BR /><BR /><STRONG>Details</STRONG><BR /><BR /><U>Overview of active SAP BW Objects</U><BR /><BR />The <EM>Object Overview</EM> check scans your complete SAP BW 7.x system for active SAP BW object types. This list will help you identify which objects are being used. Further analysis with the object compatibility section and the precheck tool (see SAP Note <A href="https://me.sap.com/notes/3141688" target="_blank" rel="noopener noreferrer">3141688</A>) can be performed to assist in the project planning.</P><P><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/07/Picture-2-4.png" border="0" /></P><P><BR />The<EM> Recently Use Count</EM> in the details table indicates that the SAP BW object has been identified by the available statistics, and that the object was used within the past two years of the SAP Readiness Check execution.</P><P><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/07/Picture-3-4.png" border="0" /></P><P><BR />&nbsp;<BR /><BR /><U>Compatibility of SAP BW Objects</U><BR /><BR />The <EM>Object Compatibility</EM> check scans your complete SAP BW 7.x system for all types of SAP BW objects. For each SAP BW object type, the check counts the number of instances, for example, the number of InfoCubes configured in your system and determines if the objects are compatible with SAP Datasphere, SAP BW bridge.</P><P><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/07/Picture-4-13.png" border="0" /></P><P><BR />&nbsp;<BR /><BR />Incompatible objects are split into objects that can be converted automatically (you can see which tool to use in the detailed view) and objects that will require a manual redesign, or a deletion. If incompatible objects are found, the corresponding simplification item and a link to its documentation are displayed.</P><P><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/07/Picture-5-4.png" border="0" /></P><P><BR />If you want a detailed analysis that tells you which individual objects in your system are compatible with SAP Datasphere, SAP BW bridge, can be converted automatically, or need manual redesign, install and run the precheck tool (see SAP Note <A href="https://me.sap.com/notes/3141688" target="_blank" rel="noopener noreferrer">3141688</A>).<BR /><BR />&nbsp;<BR /><BR /><U>Add-ons</U><BR /><BR />The <EM>Add-Ons</EM> check provides an overview of the add-ons that are installed in the analyzed system. Add-ons are not supported in SAP Datasphere, SAP BW bridge.</P><P><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/07/Picture-6-3.png" border="0" /></P><P><BR />&nbsp;<BR /><BR />If there are third-party add-ons found in the analyzed system, contact the vendor directly to confirm if there is a recommendation for use cases in SAP Datasphere, SAP BW bridge.<BR /><BR />&nbsp;<BR /><BR /><U>Source System Readiness</U><BR /><BR />With SAP Datasphere, SAP BW bridge, several source system types are no longer available and must be replaced or redesigned with compatible alternatives. In most cases (source systems in any SAP NetWeaver application), this means using operational data provisioning (ODP) source systems instead of those based on service API (SAPI).</P><P><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/07/Picture-7-2.png" border="0" /></P><P><BR />&nbsp;<BR /><BR />The Source System Readiness – Details section shows the connected source systems, connection type, status, and corresponding information or an error message for the source system.<BR /><BR />SAP Datasphere, SAP BW bridge only supports ODP-based source systems. Supported ODP contexts are:<BR /><BR />ODP – BW<BR /><BR />ODP – SAP (Extractors)<BR /><BR />ODP – ABAP CDS Views<BR /><BR />ODP – SLT</P><P><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/07/Picture-8-2.png" border="0" /></P><P><BR />&nbsp;<BR /><BR /><U>Custom Code Compatibility</U><BR /><BR />Custom code may appear at various places in a typical SAP BW system. Most prominent is usually business logic implemented in transformations, which is used to enhance, check, and modify data during loading activities. But there are many more occasions in which custom code can be and is used in an SAP BW application.<BR /><BR />As part of the code clean-up activities when developing the SAP Datasphere, SAP BW bridge code line, obsolete data types, APIs, function modules, and so on have been removed. Due to this, some custom code may not be compatible with SAP Datasphere, SAP BW bridge anymore (syntax errors or non-functioning).</P><P><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/07/Picture-9-2.png" border="0" /></P><P><BR />&nbsp;<BR /><BR />The charts in the <EM>Custom Code Compatibility</EM> details view show an overview of potential custom code compatibility issues. The issues are grouped by the area they were found in (that is, the SAP BW object the custom code is related to), and by type.<BR /><BR />In the section below, you can switch between data tables, which contain all findings by area, including information about how to resolve the issue and where to find more information.</P><P><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/07/Picture-10-2.png" border="0" /></P><P><BR />&nbsp;<BR /><BR /><STRONG>Data Collection for SAP Readiness Check for SAP Datasphere, SAP BW bridge</STRONG><BR /><BR />To perform the data collection for SAP Readiness Check for SAP Datasphere, SAP BW bridge, implement <A href="https://me.sap.com/notes/3352301" target="_blank" rel="noopener noreferrer">SAP Note 3352301 – SAP Readiness Check for SAP Datasphere BW Bridge - Central Note</A>.<BR /><BR />Execute the program RC_BW_COLLECT_ANALYSIS_DATA via transaction SA38 in the productive client of the production system to schedule and download the data archive by performing the following three steps:<BR /><BR /></P><OL><OL><LI>Select&nbsp;<EM>SAP Datasphere. SAP BW Bridge </EM>in the report UI.</LI></OL></OL><P>&nbsp;</P><OL><OL><LI>Choose&nbsp;<EM>Schedule Analysis </EM>to schedule the master job to collect data.</LI></OL></OL><P>&nbsp;</P><OL><OL><LI>Once the data collection jobs finish, choose the&nbsp;<EM>Download Analysis Data </EM>option from within the program RC_BW_COLLECT_ANALYSIS_DATA.</LI></OL></OL><P><BR /><BR />Create the new SAP Readiness Check analysis by performing the following steps:<BR /><BR /></P><OL><OL><LI>Open the&nbsp;<A href="https://me.sap.com/readinesscheck" target="_blank" rel="noopener noreferrer">SAP Readiness Check landing page</A>.</LI></OL></OL><P>&nbsp;</P><OL><OL><LI>Choose&nbsp;<EM>Start New Analysis</EM>, complete the presented form, and choose <EM>Create</EM>. At this point, the data contained within the compressed file is being uploaded and processed in the SAP Readiness Check application, which is a cloud-based solution owned by SAP.<BR />Once the data is completely processed, the analysis status will change from&nbsp;<EM>In Preparation </EM>to&nbsp;<EM>Available</EM>, which indicates that the analysis is available for viewing.</LI></OL></OL><P><BR /><BR />Optional: To generate an offline version of the results in a word processing program, choose&nbsp;<EM>Generate Document </EM>at the top of the dashboard view.</P> 2023-07-26T11:05:03+02:00 https://community.sap.com/t5/enterprise-resource-planning-blogs-by-sap/flat-file-interfaces-in-integration-analysis-of-sap-readiness-check/ba-p/13577220 Flat File Interfaces in Integration Analysis of SAP Readiness Check 2023-08-09T11:15:51+02:00 astridtschense https://community.sap.com/t5/user/viewprofilepage/user-id/37278 <P>We are happy to announce the availability of the flat file interfaces analysis as part of the integration analysis in SAP Readiness Check for SAP S/4HANA and SAP Readiness Check for SAP S/4HANA upgrades.<BR /><BR />File-based integration provides the ability to exchange files with third-party or legacy systems that do not support messaging. A flat file interface (FFI) is a definition (or mapping) of a file to be processed. It identifies the data fields within the file. This powerful interface type enables application developers to access data from a file as they would handle a message or a page buffer. Flat file interfaces are part of many customers’ business processes, as they are easy to implement and allow the processing of huge amounts of data.<BR /><BR />Key Features:<BR /><BR /></P><UL><UL><LI>Gain an overview of active flat file interfaces within the system</LI></UL></UL><P>&nbsp;</P><UL><UL><LI>Receive a list of customer-specific interfaces</LI></UL></UL><P>&nbsp;</P><UL><UL><LI>Get a list of flat file interfaces impacted by the conversion or upgrade</LI></UL></UL><P>&nbsp;</P><UL><UL><LI>Learn more about the simplification items impacting flat file interfaces</LI></UL></UL><P><BR /><BR /></P><P><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/dashboard.png" border="0" /></P><P><BR />Figure 1: Integration Dashboard Card with Flat File Interface Type<BR /><BR />The setup of the flat file interface analysis view is aligned with the other interface types in the SAP Readiness Check integration view.<BR /><BR />&nbsp;<BR /><BR /><STRONG>Detailed View</STRONG></P><P><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/detail.png" border="0" /></P><P><BR />Figure 2: Flat file interface view<BR /><BR />The detailed view for Flat File Interfaces shows the total number of flat file interfaces, and the trace runtime.<BR /><BR />There are four filter options available to adjust the result list items in the view:<BR /><BR /></P><UL><UL><LI>Object Type: describes the direction and distinguishes between inbound and outbound interfaces.</LI></UL></UL><P>&nbsp;</P><UL><UL><LI>Category: allows the user to display the results based on the attributes SAP, customer or partner interfaces</LI></UL></UL><P>&nbsp;</P><UL><UL><LI>Application Component: the user can filter the results based on the application component (e.g. FI, CO, SD etc.)</LI></UL></UL><P>&nbsp;</P><UL><UL><LI>Development Class: possibility to filter based on the development package</LI></UL></UL><P><BR /><BR />&nbsp;<BR /><BR />The Impact Analysis chart and table subsection provide an overview of discovered interfaces and the results of the impact analysis performed by SAP Readiness Check. The analysis focuses on the most critical impact types that require immediate action during a system conversion.<BR /><BR />&nbsp;<BR /><BR /><STRONG>Understand how flat file interface discovery works</STRONG><BR /><BR />Flat file interfaces are not centrally managed in an SAP system in contrast to other interface types, for example, IDocs or OData services. Therefore, a special method is needed to identify file interfaces of an analyzed system:<BR /><BR /></P><UL><UL><LI>Flat file interfaces use the OPEN DATASET ABAP command to access the underlying file system. Therefore, the usage of the OPEN DATASET command in ABAP development objects can be used to identify flat file activities.</LI></UL></UL><P>&nbsp;</P><UL><UL><LI>When called, the OPEN DATASET command performs an implicit authorization check (S_DATASET), which can be recorded in the <STRONG>aggregated authorization trace</STRONG> (transaction code: STUSOBTRACE). The authorization trace provides not only information about the calling program but also about the call stack entry point, the activity type (read, write, or delete), and the file path.</LI></UL></UL><P>&nbsp;</P><UL><UL><LI>The data for the flat file interface analysis is collected with the <STRONG>file interface discovery tool</STRONG>. The tool reads the data from the authorization trace, aggregates it, and enhances it with additional information, like the corresponding development class or the related application component. Additionally, the data collector provides filter capabilities to exclude system files, such as SAP-transport-management-related file accesses.</LI></UL></UL><P><BR /><BR /><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/Picture-1-1.png" border="0" /><BR /><BR />Figure 3: Overview of the data collection process for the flat file interface analysis<BR /><BR />To keep the data volume as low as possible, SAP standard interfaces (e.g., transport system interfaces) are filtered out and not displayed in the results list. However, these interfaces can be reviewed within the flat file interface tool.<BR /><BR />To activate the aggregated authorization trace and start the file interface discovery tool, follow the steps described in <A href="https://me.sap.com/notes/3322944" target="_blank" rel="noopener noreferrer">SAP Note 3322944 - File interface discovery for SAP Readiness Check </A><BR /><BR /><STRONG>&nbsp;</STRONG><BR /><BR /><STRONG>When to perform the analysis</STRONG><BR /><BR />The flat file interface discovery is decoupled from the rest of the SAP Readiness Check analysis. The data collection phase for the flat file interfaces does not interfere with or extend the execution runtime of other SAP Readiness Check data collectors. The data collection can be performed either before or after running the other SAP Readiness Check data collectors. The analysis interval of the authorization trace defines the precision of the analysis results. The recommendation is to run the trace for <STRONG>at least one week, or better for a month</STRONG>.</P><P><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/08/Picture-2.png" border="0" /></P><P><BR />Figure 4: Overview of how to perform SAP Readiness Check with the flat file interface analysis</P><P class=""><SPAN>The flat file interface analysis data can be added to an already existing analysis within the SAP Readiness Check cloud application and it can be refreshed periodically by downloading a new export and uploading it again to the same analysis.</SPAN></P><P><BR />&nbsp;<BR /><BR />For information about the other interface types in the Integration analysis in SAP Readiness Check, refer to this blog series:<BR /><BR /></P><UL><UL><LI><A href="https://blogs.sap.com/2021/09/27/extended-integration-analysis-in-sap-readiness-check-is-now-live/" target="_blank" rel="noopener noreferrer"><U>Extended Integration Analysis in SAP Readiness Check Is Now Live</U></A>&nbsp;– Provides a short summary of the extended functionality; areas of improvement, supported interfaces, and an overview of the results.</LI></UL></UL><P>&nbsp;</P><UL><UL><LI><A href="https://blogs.sap.com/2021/09/27/extended-integration-analysis-in-sap-readiness-check-prerequisites-and-data-collection/" target="_blank" rel="noopener noreferrer"><U>Extended Integration Analysis in SAP Readiness Check – Prerequisites and Data Collection</U></A>&nbsp;– What you need to install and why; what data is collected and transmitted to perform the analysis; and what option you have if you prefer to limit the data submitted for analysis.</LI></UL></UL><P>&nbsp;</P><UL><UL><LI><A href="https://blogs.sap.com/2021/09/27/extended-integration-analysis-in-sap-readiness-check-impact-analysis-in-detail/" target="_blank" rel="noopener noreferrer"><U>Extended Integration Analysis in SAP Readiness Check – Impact Analysis in Detail</U></A>&nbsp;– How the new&nbsp;<EM>Integration</EM>&nbsp;check analyzes your system; which data sources are considered; how impact types are defined, and what they mean from a practical perspective.</LI></UL></UL><P>&nbsp;</P><UL><UL><LI><A href="https://blogs.sap.com/2021/09/27/extended-integration-analysis-in-sap-readiness-check-findings-next-steps-and-examples/" target="_blank" rel="noopener noreferrer"><U>Extended Integration Analysis in SAP Readiness Check – Findings, Next Steps, and Examples</U></A>&nbsp;– How to interpret and address the findings;&nbsp;we will walk through the next steps proposed by SAP Readiness Check using real examples.</LI></UL></UL><P>&nbsp;</P> 2023-08-09T11:15:51+02:00 https://community.sap.com/t5/enterprise-resource-planning-blogs-by-sap/sap-readiness-check-availability-for-the-new-sap-s-4hana-release/ba-p/13579179 SAP Readiness Check Availability for the new SAP S/4HANA Release 2023-09-14T09:30:08+02:00 astridtschense https://community.sap.com/t5/user/viewprofilepage/user-id/37278 Dear All,<BR /> <BR /> with the new release SAP S/4HANA 2023 available for customers since October 11th, the SAP Readiness Check team receives questions when SAP Readiness Check for this new SAP S/4HANA release will be available.<BR /> <BR /> However, SAP Readiness Check itself does not release new versions of SAP Readiness Check for each new SAP S/4HANA product version. Instead, we treat product versions as master data within our toolset. This new master data is automatically accessible once it is maintained and released by the associated SAP Readiness Check data sources (e.g., maintenance planner, simplification item catalog, etc.) at the time of the product version release.<BR /> <BR /> Just follow the steps in this blog to create a new SAP Readiness Check analysis for the new SAP S/4HANA release:&nbsp;<A href="https://blogs.sap.com/2023/10/12/sap-readiness-check-how-to-update-your-implementation-of-sap-readiness-check-to-support-sap-s-4hana-2023/" target="_blank" rel="noopener noreferrer">https://blogs.sap.com/2023/10/12/sap-readiness-check-how-to-update-your-implementation-of-sap-readiness-check-to-support-sap-s-4hana-2023/</A><BR /> <BR /> &nbsp;<BR /> <BR /> <STRONG>Did you know?</STRONG><BR /> <BR /> Check out the new SAP Readiness Check workshop guides provided in the SAP Activate Roadmaps for SAP S/4HANA (both on premise and PCE):<BR /> <BR /> <A href="https://support.sap.com/content/dam/SAAP/SAP_Activate/S4H_1031%20Functional%20Review%20Workshop%20Guide%20for%20System%20Conversion.pptx" target="_blank" rel="noopener noreferrer"><STRONG>Guide for a Functional Review Workshop</STRONG></A><BR /> Conduct functional review workshops to review simplification items, financial data quality, and customer vendor integration analysis from the SAP Readiness Check for SAP S/4HANA.<BR /> <BR /> <A href="https://support.sap.com/content/dam/SAAP/SAP_Activate/S4H_1032%20Technical%20Review%20Workshop%20Guide%20for%20System%20Conversion.pptx" target="_blank" rel="noopener noreferrer"><STRONG>Guide for a Technical Review Workshop</STRONG></A><BR /> The purpose of the workshop is to deep dive into Add-on compatibility, active business functions, SAP S/4HANA sizing, and custom code analysis from the SAP Readiness Check for planning and preparing system conversion to S/4HANA.<BR /> <BR /> &nbsp;<BR /> <BR /> Links to the activities/tasks in the SAP Activate Roadmaps:<BR /> <BR /> SAP Activate Methodology for Transition to SAP S/4HANA (on premise): <A href="https://go.support.sap.com/roadmapviewer/#/group//roadmap/S4HANATRANSONPRE/node/901B0E6D3F501EE6B1DAD80B85F6014C:" target="_blank" rel="noopener noreferrer">Check the Conversion Readiness of SAP ERP</A><BR /> <BR /> SAP Activate Methodology for RISE with SAP S/4HANA Cloud, private edition: <A href="https://go.support.sap.com/roadmapviewer/#/group//roadmap/a11ec6d657054bf9/node/FA163EF018EC1EECB78AEC08A2295858" target="_blank" rel="noopener noreferrer">Conversion Readiness Assessment</A> 2023-09-14T09:30:08+02:00 https://community.sap.com/t5/enterprise-resource-planning-blogs-by-sap/sap-readiness-check-how-to-update-your-implementation-of-sap-readiness/ba-p/13578674 SAP Readiness Check - How to Update Your Implementation of SAP Readiness Check to Support SAP S/4HANA 2023 2023-10-12T09:27:23+02:00 astridtschense https://community.sap.com/t5/user/viewprofilepage/user-id/37278 <P>Dear All,<BR /><BR />On October 11th, SAP released the latest version of SAP S/4HANA Cloud, private edition / SAP S/4HANA on premise.<BR /><BR />SAP Readiness Check supports the new release of SAP S/4HANA as a target product version immediately when the new product version is released to customers. However, if the data collectors for SAP Readiness Check were initially implemented before the official release date, you may need to <STRONG>update your local replica of the simplification item catalog</STRONG>.<BR /><BR /><STRONG>To determine whether any action is required</STRONG>, go to transaction SA38 in the system to be analyzed and run report RC_COLLECT_ANALYSIS_DATA. If the latest SAP S/4HANA release is not yet visible in the <EM>Target S/4HANA Version</EM> list, the local replica of the simplification item catalog needs to be updated (the screenshot below already shows the latest version).</P><P><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/10/report_version-1.png" border="0" /></P><P><BR />&nbsp;<BR /><BR />To update the Simplification Item Catalog, perform the following steps:<BR /><BR /></P><OL><OL><LI>Execute the report /SDF/RC_START_CHECK in the source system via transaction SA38.</LI></OL></OL><P>&nbsp;</P><OL><OL><LI>Choose the <EM>Update Catalog with latest version from SAP</EM> button.</LI></OL></OL><P><BR /><BR /></P><P><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/10/update_cata.png" border="0" /></P><P><BR />&nbsp;<BR /><BR />As a result, the local replica of the simplification item catalog will be updated. You can now run report RC_COLLECT_ANALYSIS_DATA again, and the <EM>Target S/4HANA Version</EM>&nbsp;list will now include the latest generally available SAP S/4HANA product versions.<BR /><BR />-------------------<BR /><BR /><STRONG>Manual Upload of the Simplification Item Catalog</STRONG><BR /><BR />Alternatively, if the SAP-SUPPORT_PORTAL RFC destination is unable to connect with the SAP support backbone, <STRONG>you can update the simplification item catalog content manually</STRONG>:<BR /><BR /></P><OL><OL><LI>Open the simplification item catalog content in <A href="https://me.sap.com/sic/overview" target="_blank" rel="noopener noreferrer">SAP for Me</A></LI></OL></OL><P>&nbsp;</P><OL><OL><LI>Choose the <EM>Download Simplification Item</EM> icon to download the content to your local computer.<IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/10/sic_download.png" border="0" /></LI></OL></OL><P>&nbsp;</P><OL><OL><LI>Run the report /SDF/RC_START_CHECK.</LI></OL></OL><P>&nbsp;</P><OL><OL><LI>Choose the <EM>Upload Simplification Item Catalog from the file</EM> button and upload the content from where you saved it in step 2.<IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/10/catalo_upload.png" border="0" /></LI></OL></OL><P>&nbsp;</P><OL><OL><LI>Now you can execute report RC_COLLECT_ANALYSIS_DATA again. The latest SAP S/4HANA product versions will now be visible in the <EM>Target S/4HANA Version</EM> list. Proceed as described in&nbsp;SAP Note <A href="https://launchpad.support.sap.com/#/notes/2913617" target="_blank" rel="noopener noreferrer">2913617</A> (SAP S/4HANA conversions) or SAP Note <A href="https://launchpad.support.sap.com/#/notes/3059197" target="_blank" rel="noopener noreferrer">3059197</A> (SAP S/4HANA upgrades) to perform the data collection and create the new analysis.</LI></OL></OL><P><BR /><BR />&nbsp;<BR /><BR /><STRONG>Additional Information</STRONG><BR /><BR />To <STRONG>update the check classes</STRONG> used by the simplification item check and the consistency check, follow the steps defined in SAP Note&nbsp;<A href="https://launchpad.support.sap.com/#/notes/2502552" target="_blank" rel="noopener noreferrer">2502552</A> (version 105 or higher).&nbsp; If you have previously implemented this Note, pay special attention to steps 7 and 8 in the <EM>Solution</EM> section of the Note for guidance on updating the implementation.<BR /><BR />To <STRONG>update the simplification database</STRONG>, which is used by ABAP test cockpit, follow the guidance in SAP Note <A href="https://launchpad.support.sap.com/#/notes/2241080" target="_blank" rel="noopener noreferrer">2241080</A>.<BR /><BR />To update the <STRONG>ABAP test cockpit custom code check variant for SAP S/4HANA 2023</STRONG>, follow the guidance in SAP Note <A title="https://me.sap.com/notes/3365357" href="https://me.sap.com/notes/3365357" target="_blank" rel="noopener noreferrer">3365357</A>.<BR /><BR />&nbsp;</P> 2023-10-12T09:27:23+02:00 https://community.sap.com/t5/enterprise-resource-planning-blogs-by-sap/enhanced-custom-code-analysis-in-sap-readiness-check-for-sap-s-4hana/ba-p/13580469 Enhanced Custom Code Analysis in SAP Readiness Check for SAP S/4HANA Upgrades 2023-10-18T10:38:52+02:00 astridtschense https://community.sap.com/t5/user/viewprofilepage/user-id/37278 <P>In SAP Readiness Check for SAP S/4HANA upgrades, the Custom Code Analysis check now provides enhanced visibility to the ABAP test cockpit findings related to the target SAP S/4HANA product version. By creating a baseline of existing findings (that is, historical findings left over from a past SAP ERP conversion or SAP S/4HANA upgrade project) and exemptions in the ABAP test cockpit before running SAP Readiness Check, you can exclude these results from the check and focus on findings that are relevant for your upgrade project.<BR /><BR />In addition, the custom code analysis has been integrated into the data collection framework of SAP Readiness Check for SAP S/4HANA upgrades to assist in the data collection process.<BR /><BR />&nbsp;</P><H3 id="toc-hId-1093843147"><STRONG>Custom Code Analysis – Overview</STRONG></H3><P><BR />With a baseline in place, the Custom Code Analysis check dashboard tile shows the <EM>Filtered Results Overview</EM> to provide more clarity on the new findings you should review before the upgrade.</P><P><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/10/tile-2.png" border="0" /></P><P><BR />&nbsp;</P><H3 id="toc-hId-897329642"><STRONG>Details View</STRONG></H3><P>&nbsp;</P><P><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/10/details.jpg" border="0" /></P><P><BR />The total number of findings and the number of distinct custom code objects with findings are provided at the top of the detail view.<BR /><BR />The detail view offers several <STRONG>charts</STRONG> to break down the number of findings by different criteria (which also allows filtering the custom code items table below):<BR /><BR /></P><UL><LI><STRONG>By Exemption State<BR /></STRONG>The chart “By Exemption State” shows the number of findings that are exempted (excluded) in the ABAP test cockpit.</LI><UL><LI><EM>Unresolved:</EM> Findings that are not resolved. These are the findings you should take care of.</LI></UL></UL><UL><UL><LI><EM>In Baseline: </EM>Findings exempted due to the inclusion in a baseline (this can be the baseline for SAP Readiness Check or another baseline created in the ABAP test cockpit).</LI></UL></UL><UL><UL><LI><EM>Exempted:</EM> Approved exemptions, as well as exempted findings using a pragma code or pseudo comment.</LI></UL></UL><P>&nbsp;</P><UL><LI><STRONG>By Remediation Type<BR /></STRONG>The Remediation Type categorizes the nature of the required custom code change:</LI></UL><P>&nbsp;</P><UL><UL><LI><EM>Functional with/without Quick Fixes</EM><BR />Findings of the type Functional Redesign require an application expert to review the corresponding simplification item and help with the right approach for custom code adaptation.<BR />The Quick Fix Support identifies findings that have a quick fix for automated custom code refactoring. Quick fixes are best applied individually, allowing the adjustment of all corresponding findings with a single click.</LI></UL></UL><UL><UL><LI><EM>Technical with/without Quick Fixes<BR /></EM>Technical code adaptation does not require application knowledge and can be performed either automatically with the help of a quick fix or manually by an ABAP developer.</LI></UL></UL><P>&nbsp;</P><UL><LI><STRONG>By Priority<BR /></STRONG>The Priority (Error, Warning, and Information) helps you to focus on the most critical findings. We recommend resolving all errors and warnings. Please also review the findings of type Information and adjust at least those supported by quick fixes.<BR /><BR /></LI><LI><STRONG>By Scope Information </STRONG>(only available if you have used the SAP Fiori app Custom Code Migration):<BR /><UL><LI><EM>In Scope</EM>: The ABAP custom code that is included in the scope for your custom code project, which is determined based on selected ABAP packages in your development system and usage information.</LI></UL><UL><LI><EM>Out of Scope</EM>: The ABAP custom code that is excluded from the scope for your custom code project, which is based on selected ABAP packages in your development system and usage information. This information helps you reduce the number of custom code objects to be updated and minimizes the effort for custom code remediation if you perform a decommission of unused custom code objects.<BR />If the Custom Code Migration app is not used, the Scope Information for all items will be <EM>In Scope</EM> by default.</LI></UL></LI></UL><P>&nbsp;</P><UL><LI><STRONG>Usage Information</STRONG> (only available if you have used the SAP Fiori app Custom Code Migration):</LI></UL><P>&nbsp;</P><UL><UL><LI><EM>Used</EM>: The related custom code objects are used and require remediation for the target SAP S/4HANA release.</LI></UL></UL><UL><UL><LI><EM>Referenced</EM>: The related custom code objects are statically referenced by used objects.</LI></UL></UL><UL><UL><LI><EM>Not Used</EM>: The related custom code objects are not detected as used and are therefore potential candidates for decommissioning.</LI></UL></UL><UL><UL><LI><EM>Unknown</EM>: No usage data could be retrieved.</LI></UL></UL><P><BR /><BR /></P><UL><LI><STRONG>Application Component<BR /></STRONG><EM>Application Component</EM> helps you to identify which functional teams need to be involved in the remediation activities and to group the custom code items. The application component is derived from the SAP Note assigned to the custom code item.</LI></UL><P>&nbsp;<BR /><BR />The <STRONG>table</STRONG> in the lower portion of the detail view lists all identified custom code items with columns containing the filter criteria described above. You may open the settings to select all columns you want to display in the table.</P><P><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/10/columns.png" border="0" /></P><P><BR />Please note:<BR /><BR />When the ABAP test cockpit is used to collect the custom code analysis data, the SAP Readiness Check results include an estimate for the portion of findings that potentially have quick fix support. Whereas, when the SAP Fiori app Custom Code Migration is used to collect the custom code analysis data, SAP Readiness Check identifies actual quick fix support for the findings. For more information on how to run the required tools, see the <A href="https://help.sap.com/doc/760ce610a2af4174a329d2d8315378e2/latest" target="_blank" rel="noopener noreferrer">Upgrade Guide for SAP S/4HANA</A>. See SAP Note <A href="https://me.sap.com/notes/2866977" target="_blank" rel="noopener noreferrer">2866977</A> for more information on quick fix coverage.<BR /><BR />&nbsp;<BR /><BR /><STRONG>Data Collection</STRONG><BR /><BR />The SAP Readiness Check data collection framework has been enhanced to enable the collection of custom code analysis data for the SAP Readiness Check for SAP S/4HANA Upgrades scenario. The prerequisite for using the embedded custom code analysis data collection, including the baseline functionality, is the enablement of the ABAP test cockpit. The process for establishing an ABAP test cockpit system for performing this analysis is documented in the <A href="https://help.sap.com/doc/9dcbc5e47ba54a5cbb509afaa49dd5a1/LATEST/en-US/CustomCodeMigration_EndToEnd.pdf" target="_blank" rel="noopener noreferrer">Custom Code Migration Guide for SAP S/4HANA 2023</A>.<BR /><BR />The report RC_COLLECT_ANALYSIS_DATA creates a first ABAP test cockpit run for the existing SAP S/4HANA release (in which the report is run) and adds this run to the baseline. A second ABAP test cockpit run is then triggered for the target SAP S/4HANA release as selected in the field <EM>Target S/4HANA Version</EM>. The results are exported and can then provide enhanced visibility to the ABAP test cockpit findings related to the target SAP S/4HANA product version.</P><H4 id="toc-hId-829898856">Procedure</H4><OL><LI>In a non-productive system, go to transaction SE38, and execute the report RC_COLLECT_ANALYSIS_DATA.</LI><LI>Select the <EM>Custom Code Analysis</EM> option and click the <EM>Schedule Analysis </EM>button.<IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/10/report.png" border="0" />Once the scheduled jobs are in status <EM>Finished</EM>, in the report click on the <EM>Download Analysis Data </EM>button.</LI><LI>The downloaded archive file can be added to an existing SAP Readiness Check for SAP S/4HANA upgrade analysis with the same target product version.</LI></OL><P><BR /><BR />&nbsp;<BR /><BR /><STRONG>Additional Information</STRONG><BR /><BR />The custom code analysis in SAP Readiness Check for SAP S/4HANA upgrades supports the baseline analysis feature available within the ABAP test cockpit. A baseline analysis is an evaluation of the system targeting the current SAP S/4HANA product version. The baseline analysis can then be leveraged in a subsequent run of the ABAP test cockpit to exclude any findings that may have been left over from a previous SAP ERP conversion or SAP S/4HANA upgrade project. Collecting the custom code analysis data using the ABAP test cockpit via the SAP Readiness Check data collection framework automatically initiates a baseline analysis against the current SAP S/4HANA product version and then a subsequent run against the target SAP S/4HANA product version. Alternatively, the baseline and subsequent ABAP test cockpit runs can be triggered and managed manually in the ABAP test cockpit. The resulting exempted findings, which were generated from the baseline analysis, can be filtered with the <EM>By Exemption State</EM> chart within SAP Readiness Check for SAP S/4HANA upgrades.</P> 2023-10-18T10:38:52+02:00 https://community.sap.com/t5/enterprise-resource-planning-blogs-by-sap/new-check-for-app-availability-in-sap-readiness-check-for-sap-s-4hana-and/ba-p/13580428 New Check for App Availability in SAP Readiness Check for SAP S/4HANA and SAP Readiness Check for SAP S/4HANA upgrades 2023-10-18T10:41:12+02:00 astridtschense https://community.sap.com/t5/user/viewprofilepage/user-id/37278 <P>In converting to SAP S/4HANA or upgrading SAP S/4HANA product versions, changes in the user interface can significantly impact the customers’ business processes.<BR /><BR />Customers want to know in advance – meaning before the conversion or upgrade - which UI elements (Fiori, SAP GUI transactions, and Web Dynpro) will be deprecated, unavailable, or available with a successor in the target SAP S/4HANA release they are converting or upgrading their current system to.<BR /><BR />&nbsp;</P><H3 id="toc-hId-1093843022"><STRONG>App Availability Overview</STRONG></H3><P><BR />Leveraging the <A href="https://help.sap.com/docs/SAP%20Fiori%20Apps%20Reference%20Library/187a50cf8191418ab7b52505fcef1789/5d5ede164e4a4e95b32431c02c58dfac.html" target="_blank" rel="noopener noreferrer">SAP Fiori Upgrade Impact Analysis</A> in the <A href="https://fioriappslibrary.hana.ondemand.com/" target="_blank" rel="noopener nofollow noreferrer">SAP Fiori Apps Reference Library</A>, and based on system usage statistics, this check identifies apps using technology types SAP GUI, SAP Fiori, and Web Dynpro in the source system, which may need your attention. The check then assigns the identified apps (note that transactions in SAP GUI are considered apps in this context) to one of the following status categories:<BR /><BR /></P><UL><UL><LI><STRONG>Deprecated:</STRONG> Apps assigned to this category are still supported but outdated. The apps are considered to be in maintenance mode, and there are no new features available. If possible, the apps should not be used. You can, however, still use them, but they may no longer be supported in the future and may even be removed. The apps are usually replaced with successor apps.</LI></UL></UL><P>&nbsp;</P><UL><UL><LI><STRONG>Unavailable</STRONG>: Apps assigned to this category are not supported any longer. The apps may not work as expected and can no longer be used.</LI></UL></UL><P>&nbsp;</P><UL><UL><LI><STRONG>Available with Successor</STRONG>: Apps assigned to this category are still available in the target release; however, successor apps are available. We recommend that you use the successor app where it’s available.</LI></UL></UL><P><BR /><BR /></P><P><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/10/tile.png" border="0" width="311" height="260" /></P><P><BR />Please note that the check shows not <STRONG>all</STRONG> deprecated or unavailable apps but only those the customer uses based on data from the previous 12 months. Also, note that this check does not include apps that will still be available in the target release.<BR /><BR />&nbsp;</P><H3 id="toc-hId-897329517"><STRONG>Details View</STRONG></H3><P><BR />The details provide information to assist customers and partners in scoping and planning the required activities.</P><P><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/10/detail.png" border="0" /></P><P><BR />As a next step, we recommend reviewing the apps presented in the table. You can download the results using the <EM>Export to Spreadsheet</EM> function at the top of the table to follow up on the findings. Alternatively, you can manually maintain the scoping evaluation status of each app and its recommended successor (if available) in the <EM>Scoping Evaluation Status</EM> column in the table.<BR /><BR />Learn more about recommended successor apps by following the links provided in the <EM>Successor ID</EM> and <EM>SAP Note</EM> columns in the table. The links will take you to the successor SAP Fiori apps in the <A href="https://fioriappslibrary.hana.ondemand.com/" target="_blank" rel="noopener nofollow noreferrer">SAP Fiori Apps Reference Library</A> and to relevant SAP Notes, helping you assess the applicability of recommended successors for your organization. If an identified app and its recommended successor are not relevant for you, you can change the scoping evaluation status to <EM>Out of Scope</EM>.<BR /><BR />The <EM>By Scoping Evaluation Status</EM> bar chart at the top right of the screen provides an overview of the progress of this assessment and enables you to filter the table content by choosing the status <EM>In Scope</EM>, <EM>Out of Scope</EM>, or <EM>New</EM>.<BR /><BR />In addition, the table content can be filtered by technology type (<EM>SAP GUI, SAP Fiori App, </EM>or<EM> Web Dynpro</EM>) and by status (<EM>Deprecated, Unavailable, </EM>or<EM> Available with Successor</EM>).</P><H3 id="toc-hId-700816012">&nbsp;</H3><P>&nbsp;</P><H3 id="toc-hId-504302507"><STRONG>Data Collection</STRONG></H3><P><BR />For this check, the SAP Readiness Check data collection framework captures the SAP GUI and Web Dynpro usage information from ST03N within the source system. Note that this check only displays results if usage data collected contains 12 or more months of usage statistics. For the SAP Fiori applications, the required app IDs are collected in two parts:<BR /><BR /></P><OL><OL><LI>The ST03N is used to collect the information about the used OData services.</LI></OL></OL><P>&nbsp;</P><OL><OL><LI>The /SDF/FIORI_ANALYSIS report reads the activated SAP Fiori app IDs and connects them with the corresponding used OData services.</LI></OL></OL><P><BR /><BR />Note that this check is client dependent. If your production system has multiple productive clients, the analysis must be run in each client.<BR /><BR />To create a new SAP Readiness Check analysis for planning an SAP S/4HANA conversion, follow the description in <A href="https://me.sap.com/notes/2913617" target="_blank" rel="noopener noreferrer">SAP Note 2913617 – SAP Readiness Check for SAP S/4HANA</A>.<BR /><BR />To create a new SAP Readiness Check analysis for planning an SAP S/4HANA upgrade, follow <A href="https://me.sap.com/notes/3059197" target="_blank" rel="noopener noreferrer">SAP Note&nbsp; 3059197 – SAP Readiness Check for SAP S/4HANA upgrades</A>.<BR /><BR />To update an existing SAP Readiness Check analysis with the new App Availability check, you need to run the analysis for App Availability in program <EM>RC_COLLECT_ANALYSIS_DATA</EM> and upload the data collection archive to the existing SAP Readiness Check analysis.</P><P><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/10/collection-1.png" border="0" /></P><P><BR />Note that an update of an existing analysis is only possible for the same target SAP S/4HANA version.</P> 2023-10-18T10:41:12+02:00 https://community.sap.com/t5/enterprise-resource-planning-blogs-by-sap/sap-readiness-check-optimization/ba-p/13578152 SAP Readiness Check Optimization 2023-11-06T18:39:47+01:00 gilbert_wong https://community.sap.com/t5/user/viewprofilepage/user-id/121904 You are preparing your move from SAP ERP system to SAP S/4HANA using the “System Conversion” approach and would like to perform an analysis of your system by running the SAP Readiness Check tool for SAP S/4HANA, to help scope and plan your conversion project.<BR /> <BR /> From years of experience as member of SAP S/4HANA Customer Care and RIG team, I have found running our SAP Readiness Check at the beginning of any conversion project to be essential to gain an understanding of the most important aspects for an SAP ERP 6.0 system conversion to SAP S/4HANA.<BR /> <BR /> First, make sure you always read and apply the latest updated SAP Readiness Check SAP Notes.<BR /> <UL><BR /> <LI><B>SAP Note</B>&nbsp;<B>2913617 - SAP Readiness Check for SAP S/4HANA</B></LI><BR /> </UL><BR /> To perform an SAP Readiness Check analysis, proceed as follows:<BR /> <BR /> Step 1: Environment Preparation<BR /> <UL><BR /> <LI>Implement the preparation SAP Notes defined within SAP Note 2913617 in your development environment.</LI><BR /> <LI>Transport the SAP Notes to the productive SAP ERP 6.0 system to be analyzed.</LI><BR /> <LI>Optional: To get the latest product version information and simplification items from SAP, choose&nbsp;Update Catalog with latest version from SAP&nbsp;in report /SDF/RC_START_CHECK via transaction SA38.</LI><BR /> </UL><BR /> Step 2: Data Collection<BR /> <UL><BR /> <LI>Execute the SAP Readiness Check data collection report (RC_COLLECT_ANALYSIS_DATA) in your production or copy of production environment.</LI><BR /> <LI>Choose&nbsp;Schedule Analysis&nbsp;to schedule the master job to collect data.</LI><BR /> <LI>Select the&nbsp;Download Analysis Data&nbsp;option in the data collection report once the collection process completes.</LI><BR /> <LI>Optional: Review the data collected in the compressed file.</LI><BR /> <LI>Optional: Alter the data collected as required to address any potential data protection concerns and then repackage the contents.</LI><BR /> <LI>Optional: Check the XML file content via the browser.</LI><BR /> </UL><BR /> Step 3: Analysis Creation<BR /> <UL><BR /> <LI>Open the&nbsp;<A href="https://me.sap.com/readinesscheck" target="_blank" rel="noopener noreferrer">SAP Readiness Check landing page</A>.</LI><BR /> <LI>Choose&nbsp;Start New Analysis, complete the presented form, and choose Create. At this point, the data contained within the compressed file is being uploaded and processed in the SAP Readiness Check application, which is a cloud-based solution owned by SAP.</LI><BR /> <LI>Once the data is completely processed, the analysis status will change from&nbsp;In Preparation&nbsp;to&nbsp;Available, which indicates that the analysis is available for viewing.</LI><BR /> <LI>Optional: To generate an offline version of the results in a word processing program, choose&nbsp;Generate Document&nbsp;at the top of the dashboard view.</LI><BR /> </UL><BR /> Step 4: Custom Code Analysis (Recommended)<BR /> <BR /> SAP Readiness Check should be executed in the&nbsp;<B>production system</B>&nbsp;and&nbsp;<B>must be run in the productive client</B>, with the exception of the simplification item consistency check (Simplification Item Consistency&nbsp;checkbox). This ensures that all checks are executed properly.<BR /> <BR /> While executing the SAP Readiness Check data collection report (RC_COLLECT_ANALYSIS_DATA) with all scope selection selected, you noticed that the report runs for a long time.&nbsp; Instead of selecting all scope selection in <B>RC_COLLECT_ANALYSIS_DATA, </B>you can split the scope selections and upload the results as they finish.&nbsp; You can upload the outputs as each report/scope selection completes.<BR /> <BR /> <B>Recommendations</B>:&nbsp; Reduce the number of scope selections per run.&nbsp; You can upload the output after each successful run.<BR /> <BR /> Execute report <B>RC_COLLECT_ANALYSIS_DATA</B> using transaction code <B>SE38</B>.&nbsp; Select individual "Scope Selection" and schedule them individually.&nbsp; In this example, we selected all "Scope Selection", except for&nbsp; "<B>Financial Data Quality</B>".&nbsp; We will be running "<B>Financial Data Quality</B>" on its own with optimized parallel jobs.&nbsp;&nbsp; Select "<B>Schedule Analysis</B>" to start Readiness Check report.&nbsp; Save zip files to be uploaded to the SAP Readiness Check dashboard.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/11/RC-image-1.jpg" /></P><BR /> Next, select <B>“Expert Mode”</B>.&nbsp; Here you can optimize the number of parallel jobs for General Ledger, Asset Accounting and Material Ledger in scope selection <B>"Financial Data Quality"</B>.&nbsp; Run the Financial Data Quality on its own with optimized settings.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/11/RC-image-2.jpg" /></P><BR /> After enabling "<B>Expert Mode</B>", you will now have the option to maintain parallel jobs for scope selection "F<B>inancial Data Quality</B>".&nbsp; Check whether values for parallel jobs and entries are populated.&nbsp; If not, you can either do it manually or use the "<B>Apply Recommended Parallel Job Values</B>" button.&nbsp; Select "<B>Schedule Analysis</B>" to start Readiness Check report.&nbsp; Save zip files to be uploaded to the SAP Readiness Check dashboard.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/11/RC-image-3.jpg" /></P><BR /> After completing the all scope selections for <B>RC_COLLECT_ANALYSIS_DATA</B> report, you will now upload results into the SAP Readiness Check cloud application.<BR /> <BR /> <B>Upload the Collected Data</B><BR /> <BR /> To upload the collected data, take the following steps:<BR /> <UL><BR /> <LI>Launch the landing page for the SAP Readiness Check cloud application (link: <A href="https://me.sap.com/readinesscheck" target="_blank" rel="noopener noreferrer">https://me.sap.com/readinesscheck</A>).</LI><BR /> <LI>Choose Start New Analysis.</LI><BR /> <LI>Provide a name for the analysis, locate the ZIP file that was generated from the program RC_COLLECT_ANALYSIS_DATA, review and acknowledge the Terms of Use and Disclaimer, and then choose Create.</LI><BR /> <LI>After a short period of time, usually less than half an hour, the status of the analysis will change from In Preparation to Available. You will need to refresh your browser or choose Refresh to get the updated status.</LI><BR /> <LI>Once the analysis is Available, you can open the analysis to find an interactive dashboard where you can explore the results of the analysis. The Learn More side panel and the embedded help capabilities can assist you as you explore and start to capture next steps.</LI><BR /> </UL><BR /> <B>How to share SAP Readiness results with SAP</B><BR /> <BR /> Once the analysis is created, it is visible to all s-users that belong to the same customer number. No additional setup is required. If you want to share the analysis with SAP or partners, you can proceed as follows:<BR /> <UL><BR /> <LI>Choose&nbsp;Settings&nbsp;at the top of the dashboard view to maintain the email addresses of the SAP and/or partner employees that you want to grant access to your analysis results. The prerequisite is that the email address provided must be associated with an SAP ID Service account. Please also note that there is no email notification generated as part of this process. Once the email address is assigned, you will need to provide the URL to your analysis to the intended recipient.</LI><BR /> <LI>Create a new s-user account linked to the customer number used in the creation of the analysis.</LI><BR /> <LI>Use the&nbsp;Generate Document&nbsp;function at the top of the dashboard view to generate an offline version of the analysis in a word processing program to distribute the results.</LI><BR /> </UL><BR /> If you have any issues, please open an incident with the following component.<BR /> <BR /> <B>SV-SCS-S4R SAP Readiness Check</B><B>&nbsp;</B><BR /> <BR /> <EM>Brought to you by the SAP S/4HANA Customer Care and RIG team</EM> 2023-11-06T18:39:47+01:00 https://community.sap.com/t5/enterprise-resource-planning-blogs-by-sap/integration-of-sap-readiness-check-for-sap-s-4hana-to-calm-project-and-task/ba-p/13581287 Integration of SAP Readiness Check for SAP S/4HANA to CALM Project and Task Management (PTM) 2023-11-16T09:18:40+01:00 astridtschense https://community.sap.com/t5/user/viewprofilepage/user-id/37278 <P class=""><SPAN class=""><SPAN>Since July it has been possible for customers to process their SAP Readiness Check results in their own SAP Cloud ALM tenant. Now, customers can leverage an extended integration option for SAP Readiness Check for SAP S/4HANA and SAP Readiness Check for SAP S/4HANA upgrades with SAP Cloud ALM for Project and Task Management.</SPAN></SPAN></P><P>&nbsp;</P><P class=""><SPAN class=""><SPAN>The integration with SAP Cloud ALM enables you to set up references between SAP Readiness Check findings and your SAP Cloud ALM project. With this integration functionality, you can create new and assign existing follow-ups to the findings within your SAP Readiness Check analysis, and manage these follow-ups in your SAP Cloud ALM project. </SPAN></SPAN></P><P>&nbsp;</P><P class=""><SPAN class=""><SPAN>&nbsp;</SPAN></SPAN></P><P>&nbsp;</P><P class=""><SPAN class=""><SPAN>In this first version, the creation of requirements and user stories is supported (the support of features and issues/action items are planned) for SAP Readiness Check for SAP S/4HANA and SAP Readiness Check for SAP S/4HANA upgrades. The integration of further SAP Readiness Check scenarios is already under development. </SPAN></SPAN></P><P>&nbsp;</P><P><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/11/Picture-1-5.png" border="0" /></P><P><BR />&nbsp;<BR /><BR /><STRONG>SAP Readiness Check Integration App</STRONG><BR /><BR />To activate the integration for the current SAP Readiness Check analysis, go to the <EM>SAP Readiness Check Integration</EM> app on the SAP Cloud ALM launchpad.</P><P><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/11/Picture-2-3.png" border="0" /></P><P>&nbsp;</P><P class=""><SPAN class=""><SPAN><BR />The customizing is inactive by default. Customers can decide which SAP Readiness Check scenarios should be enabled individually. The customizing is visible for users who are assigned to the role “Readiness Check Analysis Administrator”.&nbsp;</SPAN></SPAN></P><P>&nbsp;</P><P class=""><SPAN class=""><SPAN>&nbsp;</SPAN></SPAN></P><P>&nbsp;</P><P class=""><SPAN class=""><SPAN>If a scenario is activated for integration, customers can manually select the analysis or analyses they want to integrate.</SPAN></SPAN></P><P>&nbsp;</P><P><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/11/Picture-3-1.png" border="0" /></P><P><BR />Detailed configuration of the integration is performed in the activated SAP Readiness Check analysis.<BR /><BR />&nbsp;<BR /><BR /><STRONG>Configuration in SAP Readiness Check</STRONG><BR /><BR />The integration is selected and configured individually within the detail view of the individual checks.<BR /><BR /><U>Example – Activities related to Simplification Items Check</U><BR /><BR />To use the integration functionality, you can select one or more findings in the <EM>Items</EM> table within the check results and choose the <EM>Follow-Up</EM> option from above the table.</P><P><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/11/Picture-4-1.png" border="0" /></P><P><BR />By choosing <EM>Create New</EM> or <EM>Assign to Existing </EM>in the dropdown list, the subsequent popup windows guide you through the process of creating one or more follow-ups for the selected items or assigning the selected items to an existing follow-up.</P><P><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/11/Picture-5-1.png" border="0" /></P><P><BR />Note that new follow-ups can only be created for findings in the <EM>Items</EM> table if no follow-ups have been assigned yet.<BR /><BR />The selected items can be bundled into requirements or user stories and assigned to a target project in SAP Cloud ALM. You can enter the title of the follow-up document that will be created in SAP Cloud ALM.<BR /><BR />The <EM>Follow-Up Status</EM> column indicates the progress of the creation and assignment of follow-ups:<BR /><BR /></P><UL><UL><LI><EM>Assigned</EM> (in all checks except the<EM> Simplification Items </EM>check): You can create one follow-up for each SAP Readiness Check finding. If a finding is already assigned to a follow-up, the follow-up status is <EM>Assigned</EM>.</LI></UL></UL><P>&nbsp;</P><UL><UL><LI><EM>Partially</EM> (only in the<EM> Simplification Items </EM>check): You can create one or more follow-ups for activities and/or consistency checks belonging to one simplification item. If there are any activities and/or consistency checks related to a simplification item that are not assigned to follow-ups yet, the follow-up status is <EM>Partially</EM>.</LI></UL></UL><P>&nbsp;</P><UL><UL><LI><EM>All Assigned</EM> (only in the<EM> Simplification Items </EM>check): You can create one or more follow-ups for activities and/or consistency checks belonging to one simplification item. If all activities and/or consistency checks related to a simplification item are assigned to follow-ups, the follow-up status is <EM>All Assigned</EM></LI></UL></UL><P><BR /><BR />&nbsp;<BR /><BR /><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/11/Picture-6-1.png" border="0" /><BR /><BR />&nbsp;<BR /><BR />To view follow-ups of your SAP Readiness Check findings in SAP Cloud ALM, select the status of an item in the <EM>Follow-Up Status</EM> column. The follow-up title will take you to the related requirement or user story in SAP Cloud ALM.<BR /><BR />&nbsp;<BR /><BR /><STRONG>SAP Readiness Check Items in SAP Cloud ALM</STRONG><BR /><BR />The follow-up link in SAP Readiness Check opens the detail view of the user story or requirement in the assigned SAP Cloud ALM project. You can edit the follow-up, for example assign a responsible team or person, add test cases, create sub-tasks, and track the progress of each assigned item.</P><P><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/11/Picture-7-1.png" border="0" /></P><P><BR />The project is usually created with an SAP Activate Methodology template for the selected implementation method. In addition, every project contains tasks for the SAP Cloud ALM setup and potentially additional manually created items. The SAP Readiness Check integration is one additional source added to the project.<BR /><BR />You can display all tasks of the project (our example project consists of 256 tasks), or filter for the different sources of the listed tasks.</P><P><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/11/picture-9.png" border="0" /></P><P><BR />&nbsp;</P><P class=""><SPAN class=""><SPAN>Filtering for SAP Readiness Check, you may use the mass edit functionality for planning purposes and assign responsibility, define a timebox, or set a planned completion date for all items.</SPAN></SPAN></P><P>&nbsp;</P><P><IMG src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/11/Picture-8.png" border="0" /></P><P><BR />&nbsp;<BR /><BR /><STRONG>Summary</STRONG><BR /><BR />The integration of SAP Readiness Check results is currently available for SAP S/4HANA and SAP S/4HANA upgrade analyses and is limited to private SAP Cloud ALM tenants. This integration functionality allows you to thoroughly oversee and administrate your SAP Cloud ALM project, providing end-to-end traceability of SAP Readiness Check findings for preparing a conversion to SAP S/4HANA or an upgrade to a new SAP S/4HANA product version.</P> 2023-11-16T09:18:40+01:00 https://community.sap.com/t5/enterprise-resource-planning-blogs-by-members/c4c-sales-cloud-service-cloud-v2-0-readiness-check-for-migration/ba-p/13572922 C4C(Sales Cloud & Service Cloud) V2.0 Readiness check for migration 2023-11-28T17:55:18+01:00 DALJEET https://community.sap.com/t5/user/viewprofilepage/user-id/46538 <STRONG>Why do we need to run this Readiness Check?</STRONG><BR /> <BR /> Well, we need to run this readiness report like all the SAP Migrations (ECC- S4HANA, etc) this is a new readiness report provided by SAP to validate the objects that have customizations extensions etc., to validate the objects that can be migrated to C4C(Sales and Service Cloud) V2 might not have the objects as of now and maybe planned in later release.<BR /> <BR /> <STRONG>What do we need to run this Readiness Check?</STRONG><BR /> <BR /> C4C V2 TRANSITION AND READINESS REPORT-<BR /> <BR /> &nbsp;<BR /> <BR /> 1). Raise an Incident to SAP to get the access to this report.<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/11/Assign-the-WC.png" /></P><BR /> &nbsp;<BR /> <BR /> 2). Assign the WC to view the Report:<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/11/View-the-WC.png" /></P><BR /> 3). View the Readiness Report:<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/11/View-the-Report.png" /></P><BR /> 4). Click on Recalculate Objects<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/11/Recalculate-Report.png" /></P><BR /> 5). Click On the Date to get the Information below:<BR /> <BR /> &nbsp;<BR /> <BR /> What we get as the <STRONG>Output</STRONG> from this report:<BR /> <BR /> Business Objects used in the system:<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/11/Date-Recalculate.png" /></P><BR /> &nbsp;<BR /> <BR /> Extension fields:<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/11/Extensions.png" /></P><BR /> &nbsp;<BR /> <BR /> Adaptation Changes:<BR /> <P style="overflow: hidden;margin-bottom: 0px"><STRONG><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/11/Adaptations.png" /></STRONG></P><BR /> &nbsp;<BR /> <BR /> The add-on solution is your SDK/PDI custom solution:<BR /> <P style="overflow: hidden;margin-bottom: 0px"><STRONG><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/11/Addon-solution.png" /></STRONG></P><BR /> Seems like Analytical Content cannot be migrated as well:<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/11/Analytics.png" /></P><BR /> Language Adaptations: same, No migration:<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/11/Language-Adaptations.png" /></P><BR /> &nbsp;<BR /> <BR /> A note for the SAP Team: None of the <STRONG>Information Links </STRONG>works.<BR /> <BR /> <STRONG>Who needs to run this Readiness Check?</STRONG><BR /> <BR /> Organisations planning to migrate from C4C V1 to Sales &amp; Service Cloud V2.0.<BR /> <BR /> Organisations migrating from Other CRM systems like Salesforce, Microsoft etc, need not worry. They are getting the Sales &amp; Service Cloud V2.0 as a new IT Product.<BR /> <BR /> Organisations with the first CRM Tool Sales &amp; Service Cloud V2.0 should not be worried about the Readiness reports.<BR /> <BR /> Hope we see a better readiness report soon, which covers most of the Standard Objects in C4C and the Links to suggestion starts working!!<BR /> <P style="overflow: hidden;margin-bottom: 0px"><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/11/Link-not-working.png" /></P><BR /> &nbsp;<BR /> <BR /> &nbsp;<BR /> <BR /> Thanks<BR /> <BR /> Daljeet<BR /> <BR /> &nbsp; 2023-11-28T17:55:18+01:00 https://community.sap.com/t5/enterprise-resource-planning-blogs-by-sap/new-sap-activate-road-map-version-24q1-transition-to-sap-s-4hana-on-premise/ba-p/13576045 New SAP Activate road map version 24Q1 – “Transition to SAP S/4HANA” (on premise) 2023-12-01T16:43:58+01:00 christoph_nake https://community.sap.com/t5/user/viewprofilepage/user-id/206410 The new 24Q1 release of the “Transition to SAP S/4HANA” (on premise) road map has been published, and here are the most important things we have changed for you:<BR /> <UL><BR /> <LI>As always,&nbsp;<STRONG>accelerators have been updated</STRONG> throughout the road map, to reflect the newest information on SAP S/4HANA release 2023 (e.g. release notes, feature scope description etc.). Also <STRONG>updates in the SAP services area</STRONG> has been incorporated.</LI><BR /> <LI>The biggest change we did is with respect to the<STRONG> "Clean Core" methodology of SAP</STRONG>. Many customers who are moving to SAP S/4HANA use this opportunity to "clean up". SAP has defined multiple dimensions for "core cleaning": clean business processes close to the SAP standard, clean business data (<A href="https://blogs.sap.com/2023/03/15/release-of-sap-data-and-analytics-advisory-methodology/" target="_blank" rel="noopener noreferrer">DAAM</A>), clean integrations (<A href="https://blogs.sap.com/2019/02/24/integration-solution-advisory-methodology-isa-m-define-integration-guidelines-for-your-organization/" target="_blank" rel="noopener noreferrer">ISA-M</A>), clean extensions (<A href="https://blogs.sap.com/2022/04/05/introducing-sap-application-extension-methodology-version-2.0/" target="_blank" rel="noopener noreferrer">AEM</A>) according to SAP recommendations and operations. In a first step, we have incorporated a lot of information on this topic into many road map activities and tasks. To make it easier for you to find out, we added a "Clean Core" tag for you to filter related content.<BR /> <BR /> <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/blog_attachments/2023/12/Clean_Core.jpg" /><BR /> We are not done here - the next content update will further extend the "Clean Core" topic.</LI><BR /> <LI>We <STRONG>added new content</STRONG> we hope you find useful in the context of your SAP S/4HANA transformation. Three nice and relatively new topic examples (besides others) are:<BR /> <UL><BR /> <LI>The<A href="https://webinars.sap.com/customer-evolution-kit/en/saps4hana" target="_blank" rel="noopener noreferrer"><STRONG> SAP Customer Evolution Kit for SAP S/4HANA</STRONG></A>, which helps customers clarifying the WHY, WHAT and HOW on SAP S/4HANA in an early project phase.</LI><BR /> <LI>The<STRONG> <A href="https://help.sap.com/docs/ABAP_PLATFORM_NEW/9d6aa238582042678952ab3b4aa5cc71/0d8c47a6cb2440a58e804f6e0e4877d4.html" target="_blank" rel="noopener noreferrer">Data Transition Validation (DTV)</A></STRONG> is a tool that allows you to compare business data before and after a system conversion or upgrade.</LI><BR /> <LI>And finally, for developers there is a nice &amp; new <STRONG><A href="https://help.sap.com/docs/btp/btp-developers-guide/development-guidance" target="_blank" rel="noopener noreferrer">SAP BTP Developer Guide</A></STRONG> which helps you developing on SAP BTP in the right way.</LI><BR /> </UL><BR /> </LI><BR /> </UL><BR /> Some topics could not make it into this update, but they are not forgotten. For instance, updates on "Test Management" are on top of the list. Please add your ideas into the content section of this blog.<BR /> <BR /> You can find the new release of the “<A href="https://go.support.sap.com/roadmapviewer/?sap-language=EN#/group//roadmapOverviewPage/S4HANATRANSONPRE" target="_blank" rel="noopener noreferrer">Transition to SAP S/4HANA</A>” road map in the “<A href="https://go.support.sap.com/roadmapviewer/?sap-language=EN#" target="_blank" rel="noopener noreferrer">SAP Roadmap Viewer</A>”. And as you already know, we will push the updated content into SAP Cloud ALM for you within the upcoming days.<BR /> <BR /> Hopefully you will enjoy it! 2023-12-01T16:43:58+01:00 https://community.sap.com/t5/technology-blogs-by-sap/service-and-administration-capabilities-in-sap-readiness-check-for-sap/ba-p/13584301 Service and Administration Capabilities in SAP Readiness Check for SAP Cloud ALM 2024-01-29T08:37:31.446000+01:00 astridtschense https://community.sap.com/t5/user/viewprofilepage/user-id/37278 <P>Dear All,</P><P>Less than a year ago, we released <A href="https://blogs.sap.com/2023/04/27/sap-readiness-check-for-sap-cloud-alm/" target="_blank" rel="noopener noreferrer">SAP Readiness Check for SAP Cloud ALM</A><SPAN>,</SPAN> allowing you to assess SAP Solution Manager's implementation and operations capabilities. Today, we are excited to announce that the capabilities in the service and administration areas can now be evaluated in SAP Solution Manager.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Picture 1.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/54383i5183C50DFEE4F61B/image-size/medium?v=v2&amp;px=400" role="button" title="Picture 1.png" alt="Picture 1.png" /></span></P><P>&nbsp;</P><P>The analysis has been extended to show the additional capabilities in the following dashboards:</P><UL><LI>Usage in SAP Solution Manager</LI><LI>SAP Cloud ALM Capabilities</LI><LI>Availability of Relevant Capabilities</LI></UL><P>&nbsp;</P><H2 id="toc-hId-964878437">Usage in SAP Solution Manager</H2><P>The data in this section allows you to see the scope of application lifecycle management capabilities used in your SAP Solution Manager system.<BR /><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Picture 2.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/54387i413FCC01E3E9E30F/image-size/medium?v=v2&amp;px=400" role="button" title="Picture 2.png" alt="Picture 2.png" /></span></P><P>In the panel on the left, a list of scenarios is organized by area (implementation, operations, service and administration). The number of used capabilities compared to the total number of capabilities in each scenario is displayed below the scenario name.<BR /><BR />The criteria for determining the usage of each capability appear by choosing a capability card on the right side. In addition, for those capabilities with an evaluation of the types of connected managed systems, a table appears with an aggregated list of product types assigned to the identified managed systems.</P><P>Review the results of the scanned capability usage analysis by choosing a scenario in the list on the left.<BR /><BR />To explore your usage results, you can proceed as follows:</P><UL><LI>Find a specific capability or reduce the number of scenarios shown using the filter function above the list.</LI><LI>Choose a scenario to see the usage status of the corresponding capabilities.</LI><LI>See all capabilities that have been identified as used. By default, the value&nbsp;<EM>YES</EM>&nbsp;is active for all used capabilities. You can, however, override this setting as you require by choosing the toggle button. All capabilities with the&nbsp;<EM>Relevant</EM>&nbsp;toggle button set to&nbsp;<EM>YES</EM>&nbsp;will be included in the&nbsp;<EM>Availability of Relevant Capabilities</EM>&nbsp;check.</LI></UL><P>&nbsp;</P><H2 id="toc-hId-768364932">SAP Cloud ALM Capabilities</H2><P>The SAP Cloud ALM capabilities list is displayed by application lifecycle management area (implementation, operations, service and administration). You can switch between these areas by selecting the corresponding area above the chart. The table below is filtered by choosing a specific section in the chart.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Picture 3.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/54389i5D0CA3E4AAEC9842/image-size/medium?v=v2&amp;px=400" role="button" title="Picture 3.png" alt="Picture 3.png" /></span></P><P>&nbsp;</P><P>The following usage or availability categories are assigned to each capability according to the analysis results of your SAP Solution Manager system:</P><UL><LI><EM>Used</EM>: For this capability in SAP Cloud ALM, an equivalent capability in SAP Solution Manager has been identified as used. The details of the equivalent capabilities are visible by choosing the arrow button in the table.</LI><LI><EM>Not Used</EM>: For this capability in SAP Cloud ALM, an equivalent capability in SAP Solution Manager has been identified as not used.</LI><LI><EM>Only Available in SAP Cloud ALM</EM>: An equivalent capability in SAP Solution Manager does not exist for this SAP Cloud ALM capability.</LI></UL><P>&nbsp;</P><H2 id="toc-hId-571851427">Availability of Relevant Capabilities</H2><P>Visible by application lifecycle management area (implementation, operations, service and administration), this section provides a detailed list of all SAP Solution Manager capabilities set to relevant in the&nbsp;<EM>Usage in SAP Solution Manager</EM>&nbsp;check. You can switch between the areas by selecting the corresponding area above the chart.<BR /><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Picture 4.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/54393iD5EB947C07DC09B7/image-size/medium?v=v2&amp;px=400" role="button" title="Picture 4.png" alt="Picture 4.png" /></span></P><P>&nbsp;</P><P>The following categories are assigned to each capability, depending on their current availability in SAP Cloud ALM or other SAP solutions beyond SAP Solution Manager:</P><UL><LI><EM>Available in SAP Cloud ALM</EM>: These capabilities in SAP Solution Manager have corresponding capabilities currently available for productive use in SAP Cloud ALM.</LI><LI><EM>Available in Another SAP Solution</EM>: These SAP Solution Manager capabilities have equivalent capabilities not available in SAP Cloud ALM but are offered in another SAP solution.</LI><LI><EM>On SAP Cloud ALM Road Map</EM>: For these SAP Solution Manager capabilities, equivalent capabilities in SAP Cloud ALM are planned to be available in a future release.</LI><LI><EM>On SAP Cloud ALM Vision</EM>: For these SAP Solution Manager capabilities, equivalent capabilities in SAP Cloud ALM are expected but not yet planned in a future release.</LI><LI><EM>Only Available in SAP Solution Manager</EM>: These capabilities are only available in SAP Solution Manager and are not planned to be available in SAP Cloud ALM or any other SAP solution.</LI></UL><P>This information on the availability of capabilities guides you in understanding the impact and, therefore, helps you plan the transition of these capabilities from SAP Solution Manager to SAP Cloud ALM or another available SAP solution. This information helps determine whether the transition can be planned as either a single event or needs to be managed as a phased project.</P><P>&nbsp;</P><H2 id="toc-hId-375337922">How do we see Service and Administration capabilities in the analysis?</H2><P>The capabilities are evaluated in the SAP Solution Manager system by the collector program /SDF/ RC_ALM_COLLECT_DATA. To see the service and administration capabilities in the analysis, ensure you have implemented at least version 23 of the SAP Note 3236443 before collecting data and creating the output file for the analysis in the SAP Readiness Check application.</P><P>If you want to update an already existing analysis, you can use the function <EM>Update Analysis</EM> on the main dashboard to upload a new output file.</P><P>As always, we look forward to receiving your feedback!</P><P>Your SAP Readiness Check Team</P><P>&nbsp;</P> 2024-01-29T08:37:31.446000+01:00 https://community.sap.com/t5/enterprise-resource-planning-blogs-by-sap/integration-of-sap-readiness-check-for-sap-bw-4hana-with-cloud-alm-project/ba-p/13628319 Integration of SAP Readiness Check for SAP BW/4HANA with Cloud ALM Project and Task Management 2024-03-05T13:06:00.306000+01:00 astridtschense https://community.sap.com/t5/user/viewprofilepage/user-id/37278 <P>Dear All,</P><P><SPAN>When using SAP Readiness Check in your own SAP Cloud ALM tenant, you can now set up references between findings in SAP Readiness Check for SAP BW/4HANA and project and task management within SAP Cloud ALM</SPAN>.</P><P>With this integration functionality, you can create new and assign existing follow-ups to <SPAN>your SAP Readiness Check analysis findings </SPAN><SPAN>and</SPAN> manage these follow-ups in the <SPAN>specified</SPAN> SAP Cloud ALM project.</P><P><SPAN>As</SPAN><SPAN> with </SPAN><SPAN>my </SPAN><SPAN>similar</SPAN> <SPAN>S</SPAN><SPAN>AP</SPAN><SPAN> Cloud ALM </SPAN><SPAN>integration </SPAN><SPAN>announcements, this capability leverages the SAP Readiness Check </SPAN><SPAN>Integration app in SAP Cloud ALM. </SPAN><SPAN>&nbsp;</SPAN><SPAN>M</SPAN><SPAN>y</SPAN> <SPAN>recent </SPAN><SPAN>blog entitled </SPAN><SPAN>“</SPAN><SPAN>Integration of SAP Readiness Check for SAP S/4HANA to CALM Project and Task Management (PTM)</SPAN><SPAN>”</SPAN><SPAN> (<A href="https://community.sap.com/t5/enterprise-resource-planning-blogs-by-sap/integration-of-sap-readiness-check-for-sap-s-4hana-to-calm-project-and-task/ba-p/13581287" target="_blank">link</A>)</SPAN><SPAN> provide</SPAN><SPAN>s</SPAN> <SPAN>step-by-step guidance </SPAN><SPAN>on how to </SPAN><SPAN>use the SAP Readiness Check Integration app</SPAN>.</P><P>Within the SAP Readiness Check for SAP BW/4HANA, the following analyses allow the assignment of findings to <SPAN>an </SPAN>SAP Cloud ALM project:</P><UL><LI>Object Compatibility</LI><LI>Source System Readiness</LI><LI>Custom Code Compatibility</LI><LI>Add-On Compatibility</LI></UL><P>In the analysis details, you can create follow-ups per finding or assign findings to existing follow-ups.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="calm_bw.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/75694iE391F0F684EEBE57/image-size/large?v=v2&amp;px=999" role="button" title="calm_bw.png" alt="calm_bw.png" /></span></P><P>&nbsp;</P><P>When you create a new follow-up, you select a target project <SPAN>to assign</SPAN><SPAN> the</SPAN> follow-up and<SPAN> provide</SPAN> a follow-up title.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="calm_bw2.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/75695iCB569E95B70B20C1/image-size/large?v=v2&amp;px=999" role="button" title="calm_bw2.png" alt="calm_bw2.png" /></span></P><P>&nbsp;Clicking on<SPAN> the</SPAN> <EM>Create</EM><SPAN> b</SPAN><SPAN>utton completes the assignment of the</SPAN> follow-up<SPAN> item</SPAN> to the project.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="calm_bw3.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/75698iC79FCD02087492E3/image-size/large?v=v2&amp;px=999" role="button" title="calm_bw3.png" alt="calm_bw3.png" /></span></P><P>The link <SPAN>created </SPAN>in the follow-up column <SPAN>with</SPAN>in <SPAN>the </SPAN>SAP Readiness Check <SPAN>analysis results </SPAN>opens <SPAN>a detailed</SPAN> view of the user story or requirement in the assigned SAP Cloud ALM project. You can edit the follow-up, for example<SPAN>,</SPAN> assign a responsible team or person, add test cases, create sub-tasks, and track the progress of each assigned item.</P><P>For further details<SPAN>,</SPAN> you may also refer to the online help portal:</P><P><SPAN><A href="https://help.sap.com/docs/cloud-alm/applicationhelp/integrating-readiness-check?q=SAP%20Readiness%20Check#sap-readiness-check-on-sap-cloud-alm" target="_blank" rel="noopener noreferrer">SAP Cloud ALM Application Help - Integration between SAP Readiness Check and SAP Cloud ALM</A></SPAN></P><P>&nbsp;</P> 2024-03-05T13:06:00.306000+01:00 https://community.sap.com/t5/enterprise-resource-planning-blogs-by-sap/speeding-up-your-sap-hcm-move-to-the-cloud-in-2024/ba-p/13627420 Speeding up your SAP HCM move to the cloud in 2024 2024-03-05T15:16:10.277000+01:00 steveschnoll https://community.sap.com/t5/user/viewprofilepage/user-id/33542 <P><STRONG>Speeding up your SAP HCM move to the cloud in 2024</STRONG></P><P>2023 was another record-setting year for SAP customers moving their Human Capital Management processes to the cloud.&nbsp; More SAP ERP HCM customers than ever before embarked on the journey with us, from hire-to-retire, including core HR, time, payroll and much more.</P><P>New tools, services and assets are helping to accelerate and de-risk the process of moving HR to the cloud. Several are even free, or available at no extra cost to customers with SAP Support. This blog post will be the first of three in a series covering developments that may be new to many of you, specifically:</P><P>Part 1:&nbsp;&nbsp; SAP Readiness Check for SAP SuccessFactors Solutions</P><P>Part 2:&nbsp;&nbsp; SAP Customer Evolution Kit for HXM (Human Experience Management)</P><P>Part 3:&nbsp;&nbsp; Enterprise Strategy Group Economic Value study for moving from SAP ERP HCM to SAP SuccessFactors</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="steveschnoll_1-1709562374045.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/75051iABBE22AF027E8BA9/image-size/medium?v=v2&amp;px=400" role="button" title="steveschnoll_1-1709562374045.png" alt="steveschnoll_1-1709562374045.png" /></span></P><P>&nbsp;</P><P><STRONG>SAP Readiness Check for SAP SuccessFactors solutions</STRONG></P><P>From its launch in October 2022, SAP Readiness Check for SAP SuccessFactors solutions tool adoption has outpaced our most optimistic projections. Feedback from customers and partners has been universally enthusiastic, and they are telling their friends – and us. And that input has led us to make the tool even better through more than a dozen enhancements delivered in 2023, with more to come in 2024.</P><P><A href="https://www.sap.com/products/hcm/hxm-move.html?video=5e3a59f3-557e-0010-bca6-c68f7e60039b" target="_self" rel="noopener noreferrer">SAP Readiness Check for SAP SuccessFactors&nbsp;solutions</A> tool has now been run more than 500 times, in 42 countries, helping customers to accelerate and de-risk their moves beyond on-premise SAP ERP Human Capital Management.</P><P>This SAP Readiness Check tool has saved many of these customers big money on consulting costs, while providing the equivalent of an MRI or x-ray into their as-deployed HCM configuration, including integrations, customizations, and usage data for key processes. Many customers have run it several times, in order to confirm the effect of their pre-migration clean-up efforts. Customers with employee counts ranging from under 500 employees to those with over 500,000 have all accrued benefits.</P><P>Based on the analysis of the source system, the tool provides a comprehensive overview of specific parameters delivering:</P><P><STRONG>Employee Insights</STRONG></P><P>This reveals the distribution of employee master data figures per region, process, or status. Leverage this information in further discussions with an implementation partner to assess the migration project complexity.</P><P><STRONG>Organizational Structure Analysis</STRONG></P><P>Insight into the organizational structure master data will help to establish an understanding of key figures related to the allocation of employee-related data.</P><P><STRONG>Important HCM Data</STRONG></P><P>Insight into other HCM objects relevant to the HCM system setup, such as payroll calendars and payroll frequency defined within the analyzed system.</P><P><STRONG>Custom Code Analysis</STRONG></P><P>Insight into the volume and variety of custom code objects.</P><P>Understanding the status quo is a vital starting point for your HR journey to the cloud, which SAP Readiness Check for SAP SuccessFactors solutions tool delivers. The next step typically entails engaging experts to help you to understand your options, and to build your case for change. We’ve got a couple of options to help, specifically:</P><P>The <A href="https://webinars.sap.com/customer-evolution-kit/en/hxm" target="_self" rel="noopener noreferrer">SAP Customer Evolution Kit for HXM</A> provides SAP ERP HCM customers with a free workshop to help them get ready to modernize their HR system. The engagement provides customers with expert help for building a value case, interpreting their SAP Readiness Check results and mapping solutions to support their modernization.&nbsp;</P><P>Alternately, for customers just wanting to engage a specialist to review their SAP Readiness Check results, the Customer Success Services team from SAP offers <A href="https://store.sap.com/dcp/en/product/display-9999954541_live_v1/advisory-service-for-sap-readiness-check-for-sap-successfactors-solutions" target="_blank" rel="noopener noreferrer">Advisory Service for SAP Readiness Check for SAP SuccessFactors solutions</A>, available for a modest fee via the SAP Store.</P><P>More details about the SAP Customer Evolution Kit for HXM will follow in Part 2, and in Part 3 of this blog series, we will look at how customers can deliver <A href="https://www.sap.com/documents/2023/05/4adf96bd-767e-0010-bca6-c68f7e60039b.html" target="_blank" rel="noopener noreferrer">ROI (return on investment) of 100% or more</A> from their HCM evolution projects.</P><P>Please also mark your calendar and click to register for an upcoming webinar on May 16th titled "<SPAN><A href="https://event.on24.com/wcc/r/4461441/965E4863C9962772C5BFA27AE7EEA24C?partnerref=Blog-Community-PartOne" target="_self" rel="nofollow noopener noreferrer">Fast-track your HR journey to the cloud with SAP partners</A>"</SPAN></P> 2024-03-05T15:16:10.277000+01:00 https://community.sap.com/t5/enterprise-resource-planning-blogs-by-sap/speeding-up-your-sap-hcm-move-to-the-cloud-in-2024-part-2-customer/ba-p/13690955 Speeding up your SAP HCM move to the cloud in 2024 - Part 2: Customer Evolution Kit for HCM 2024-05-03T15:59:53.909000+02:00 steveschnoll https://community.sap.com/t5/user/viewprofilepage/user-id/33542 <P><STRONG>The SAP Customer Evolution Kit for HCM: Accelerating migrations for a successful, AI-enabled future</STRONG></P><P>In today's fast-paced business environment, digital transformation is no longer just an option for companies—it has become a necessity. With rapidly evolving technologies, changing customer and employee expectations, and a growing need for agility, organizations are continuously looking for ways to stay ahead of the curve. SAP, a global leader in enterprise software solutions, understands these challenges and is committed to helping its customers navigate the path to a successful digital future.</P><P>One of the key areas where SAP is assisting its customers is in human capital management (HCM), which is a critical function for businesses of all sizes. With the SAP Customer Evolution kit for HCM, organizations can accelerate their migration journey to SAP SuccessFactors, the next-generation cloud-based HCM suite, ensuring they are ready for the end of mainstream maintenance in 2025, and the end of compatibility pack rights in 2025.</P><P><STRONG>What is the SAP Customer Evolution Kit for HCM?</STRONG></P><P>The SAP Customer Evolution kit for HCM is a cost-free, quick, and efficient engagement that provides a clear and seamless path for businesses and the partners who support them to accelerate transition from their on-premise SAP HCM solution to SAP SuccessFactors. It is delivered virtually by real live SAP experts, featuring a set of tools, methodologies, and services designed to simplify and streamline the migration process, while minimizing risks and ensuring business continuity.</P><P><A href="https://events.sap.com/customer-evolution-kit/en/hcm" target="_self" rel="noopener noreferrer"><span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="HCM Evo Kit.png" style="width: 999px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/104090iDA231E69CBFBC6CE/image-size/large?v=v2&amp;px=999" role="button" title="HCM Evo Kit.png" alt="HCM Evo Kit.png" /></span></A></P><P>&nbsp;</P><P>This SAP Customer Evolution kit helps customers address the challenges associated with migrating critical HCM data, configurations, and integrations from their on-premises systems to the cloud. With its step-by-step guidance, customers can plan, execute, and validate their migration strategies, ensuring a smooth and successful transition to SAP SuccessFactors.</P><P>In <A href="https://community.sap.com/t5/enterprise-resource-planning-blogs-by-sap/speeding-up-your-sap-hcm-move-to-the-cloud-in-2024/ba-p/13627420" target="_self">Part 1 of this blog series</A>, I shared some of the features and benefits of the SAP Readiness Check for SAP SuccessFactors solutions. While SAP Readiness Checks can be run on a self-service basis, they are a bit like medical MRIs or X-rays in that, even if you could snap the picture yourself, the images are best interpreted by an expert trained in how to interpret the findings and recommend treatment plans. The SAP Customer Evolution kit for HCM provides you with the business equivalent of a radiologist, to provide expert readout of your organization’s unique SAP Readiness Check results, along with recommendations based on the findings.</P><P><STRONG>Accelerating migrations for customers facing the end of maintenance or compatibility pack rights</STRONG></P><P>For businesses currently running on SAP HCM on-premises solutions, the clock is ticking. SAP has announced that mainstream maintenance for older enhancement packs of the on-premises HCM solution ends at the end of 2025. Many SAP S/4HANA customers running HCM and Finance together in the same environment also face expiration of compatibility pack rights at the end of 2025. This means that customers need to act now to ensure they are ready for the future while maintaining compliance and performance, as well as tapping innovations like Joule to bring relevant, reliable, responsible AI to HCM and the broader enterprise.</P><P>The SAP Customer Evolution kit for HCM offers a unique opportunity for these customers to accelerate their migration journey. Over the course of three half-day sessions, and at no charge, it provides a roadmap and best practices to assess existing landscapes, identify gaps, and define a customized migration plan that aligns with unique goals and requirements.</P><P>During these SAP Customer Evolution kit engagements, we’ve seen customers make all sorts of realizations about their legacy systems. These often include “Aha!” moments, when they realize that their current highly customized processes could be moved back to standard, easily supported standard functionality within SAP SuccessFactors HCM. Examples of such “Aha!” topics include:</P><UL><LI>Legacy customizations supporting Concurrent Employment that required multiple PERNRs in on-prem could be more readily supported using standard configuration capabilities in Employee Central</LI><LI>Grade step progression logic to support collective bargaining agreements that required custom infotypes in HCM could be supported using standard SAP SuccessFactors Employee Central and Compensation functionality</LI><LI>Support for Higher Duties and Grants and Funds accounting for Public Sector are available in SAP SuccessFactors.</LI></UL><P>These kinds of insights can rapidly demystify the legacy environment, clarify the state of the possible and provide expert guidance on how best to move forward to the cloud with the utmost confidence that all required business processes will be supported.</P><P>So, if you’re looking for a free, fast, and helpful way to get organized around your HCM move to the cloud, we have the workshop to get you going.</P><P>Lead times to engage our experts are stretching as 2025 deadlines approach. Please sign up for your free SAP <A href="https://events.sap.com/customer-evolution-kit/en/hcm" target="_self" rel="noopener noreferrer">Customer Evolution Kit for HCM</A> today!</P><P>Please also mark your calendar and click to register for an upcoming webinar on May 16th titled "<A href="https://event.on24.com/wcc/r/4461441/965E4863C9962772C5BFA27AE7EEA24C?partnerref=Blog-Community-PartTwo" target="_self" rel="nofollow noopener noreferrer">Fast-track your HR journey to the cloud with SAP partners</A>"</P><P>&nbsp;</P><P>&nbsp;</P> 2024-05-03T15:59:53.909000+02:00 https://community.sap.com/t5/human-capital-management-blogs-by-sap/speeding-up-your-sap-hcm-move-to-the-cloud-in-2024-part-2-customer/ba-p/13691223 Speeding up your SAP HCM move to the cloud in 2024 - Part 2: Customer Evolution Kit for HCM 2024-05-06T15:06:16.978000+02:00 steveschnoll https://community.sap.com/t5/user/viewprofilepage/user-id/33542 <P><STRONG>What is the SAP Customer Evolution Kit for HCM?</STRONG></P><P>The SAP <A href="https://events.sap.com/customer-evolution-kit/en/hcm" target="_self" rel="noopener noreferrer">Customer Evolution kit for HCM</A> is a cost-free, quick, and efficient engagement that provides a clear and seamless path for businesses and the partners who support them to accelerate transition from their on-premise SAP HCM solution to SAP SuccessFactors. It is delivered virtually by real live SAP experts, featuring a set of tools, methodologies, and services designed to simplify and streamline the migration process, while minimizing risks and ensuring business continuity.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="steveschnoll_0-1714763757169.png" style="width: 676px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/105725i51F4DF16ACFE4D19/image-dimensions/676x380?v=v2" width="676" height="380" role="button" title="steveschnoll_0-1714763757169.png" alt="steveschnoll_0-1714763757169.png" /></span></P><P>This SAP Customer Evolution kit helps customers address the challenges associated with migrating critical HCM data, configurations, and integrations from their on-premises systems to the cloud. With its step-by-step guidance, customers can plan, execute, and validate their migration strategies, ensuring a smooth and successful transition to SAP SuccessFactors.</P><P>In <A href="https://community.sap.com/t5/enterprise-resource-planning-blogs-by-sap/speeding-up-your-sap-hcm-move-to-the-cloud-in-2024/ba-p/13627420" target="_self">Part 1 of this blog series</A>, I shared some of the features and benefits of the SAP Readiness Check for SAP SuccessFactors solutions. While SAP Readiness Checks can be run on a self-service basis, they are a bit like medical MRIs or X-rays in that, even if you could snap the picture yourself, the images are best interpreted by an expert trained in how to interpret the findings and recommend treatment plans. The SAP Customer Evolution kit for HCM provides you with the business equivalent of a radiologist, to provide expert readout of your organization’s unique SAP Readiness Check results, along with recommendations based on the findings.</P><P><STRONG>Accelerating migrations for customers facing the end of maintenance or compatibility pack rights</STRONG></P><P>For businesses currently running on SAP HCM on-premises solutions, the clock is ticking. SAP has announced that mainstream maintenance for older enhancement packs of the on-premises HCM solution ends at the end of 2025. Many SAP S/4HANA customers running HCM and Finance together in the same environment also face expiration of compatibility pack rights at the end of 2025. This means that customers need to act now to ensure they are ready for the future while maintaining compliance and performance, as well as tapping innovations like Joule to bring relevant, reliable, responsible AI to HCM and the broader enterprise.</P><P>The SAP Customer Evolution kit for HCM offers a unique opportunity for these customers to accelerate their migration journey. Over the course of three half-day sessions, and at no charge, it provides a roadmap and best practices to assess existing landscapes, identify gaps, and define a customized migration plan that aligns with unique goals and requirements.</P><P>During these SAP Customer Evolution kit engagements, we’ve seen customers make all sorts of realizations about their legacy systems. These often include “Aha!” moments, when they realize that their current highly customized processes could be moved back to standard, easily supported standard functionality within SAP SuccessFactors HCM. Examples of such “Aha!” topics include:</P><UL><LI>Legacy customizations supporting Concurrent Employment that required multiple PERNRs in on-prem could be more readily supported using standard configuration capabilities in Employee Central</LI><LI>Grade step progression logic to support collective bargaining agreements that required custom infotypes in HCM could be supported using standard SAP SuccessFactors Employee Central and Compensation functionality</LI><LI>Support for Higher Duties and Grants and Funds accounting for Public Sector are available in SAP SuccessFactors.</LI></UL><P>These kinds of insights can rapidly demystify the legacy environment, clarify the state of the possible and provide expert guidance on how best to move forward to the cloud with the utmost confidence that all required business processes will be supported.</P><P>So, if you’re looking for a free, fast, and helpful way to get organized around your HCM move to the cloud, we have the workshop to get you going.</P><P>Lead times to engage our experts are stretching as 2025 deadlines approach. Please sign up for your free SAP<SPAN>&nbsp;</SPAN><A href="https://events.sap.com/customer-evolution-kit/en/hcm" target="_self" rel="noopener noreferrer">Customer Evolution Kit for HCM</A><SPAN>&nbsp;</SPAN>today!</P><P>Please also mark your calendar and click to register for an upcoming webinar on May 16th titled "<A href="https://event.on24.com/wcc/r/4461441/965E4863C9962772C5BFA27AE7EEA24C?partnerref=Blog-Community-PartTwo" target="_self" rel="nofollow noopener noreferrer">Fast-track your HR journey to the cloud with SAP partners</A>"</P> 2024-05-06T15:06:16.978000+02:00 https://community.sap.com/t5/enterprise-resource-planning-blogs-by-sap/enhanced-initial-data-migration-profile-in-sap-readiness-check-for-sap-erp/ba-p/13701800 Enhanced Initial Data Migration Profile in SAP Readiness Check for SAP ERP Usage and Data Profiling 2024-05-15T10:06:15.385000+02:00 astridtschense https://community.sap.com/t5/user/viewprofilepage/user-id/37278 <P>We are happy to announce the enhancement of the “Initial Data Migration Profile” in SAP Readiness Check for SAP ERP Usage and Data Profiling.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Picture 1.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/110716iAA745BB333222622/image-size/medium?v=v2&amp;px=400" role="button" title="Picture 1.png" alt="Picture 1.png" /></span></P><P><EM>Figure 1: The old and new view of the Initial Data Migration Profile</EM></P><P>The Initial Data Migration Profile of the SAP Readiness Check for SAP ERP Usage and Data Profiling analyzes important SAP ERP 6.0 data objects and their data volumes. The profile data delivers valuable input for the often tedious and costly exercise of manually scoping and assessing data objects. <STRONG>With this newest release</STRONG>, we have enhanced the data collector and revamped the user experience when reviewing the results, displaying more information, and offering additional capabilities for slicing and dicing the information.</P><P>The following list highlights the new and enhanced features that are described in more detail further below:</P><UL><LI>Where possible, a deeper level of data analysis providing more insight into the business objects</LI><LI>Filtering and grouping functions to enhance the user experience</LI><LI>Introduction of new interactive UI elements to assist in the visualization of the findings</LI><LI>The ability to run “what-if” scenarios supporting a selective data transition approach</LI><LI>Where applicable, insight into the history of the data volume</LI><LI>Identification of unused data objects and deprecated organizational units</LI></UL><H4 id="toc-hId-1272829440"><SPAN>The New Data Collector</SPAN></H4><P><SPAN>We completely redesigned the Initial Data Profile data collector from scratch, replacing the existing collector as it only provided limited information regarding the analyzed data objects. </SPAN></P><P><SPAN>The scoping and development of the new data collector was done in cooperation and collaboration with the SAP Business Data Transformation Solutions team. SAP Readiness Check for SAP ERP Usage and Data Profiling and <A href="https://community.sap.com/t5/technology-blogs-by-sap/sap-business-transformation-center-digital-blueprint/ba-p/13570978" target="_blank">SAP Business Transformation Center</A> now use the same data collector. This alignment helps expedite the move from evaluating and scoping to planning and conducting a selective data transition project.</SPAN></P><P><SPAN>Business objects are now used as data object identifiers, more commonly used to represent real-world artifacts than database table names. In total, 215 business objects are now analyzed by the data collector.</SPAN></P><P><SPAN>We have extended the analysis beyond the high-level data volume figures for many business objects and now provide insights into additional valuable data. For instance, you can now group results by organizational elements (e.g., company codes, plants, or sales organizations) depending on the attributes of the business object. </SPAN></P><P><SPAN>The data volumes can also be categorized in a historical context for business objects containing the necessary date attributes by defining year range filters. </SPAN></P><P><SPAN>Additionally, the new data collector now determines the first and last recorded activity dates for applicable business objects, helping to identify business objects no longer in use and resulting in a leaner data scope for the data migration.</SPAN></P><P><SPAN>These added values help project teams decide on the best transition approach. For instance, the Initial Data Migration Profile result can be used to evaluate the feasibility of a selective data transition approach by gaining initial insight into expected data volumes and facilitating the definition of the data scope. If the selective data transition approach is an option for your transition project, you can continue to investigate the data in detail and create a digital blueprint with the tool. </SPAN></P><H4 id="toc-hId-1076315935">The New Initial Data Migration Profile User Experience</H4><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Picture 2.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/110717i78769DF1C9735EC1/image-size/medium?v=v2&amp;px=400" role="button" title="Picture 2.png" alt="Picture 2.png" /></span></P><P><EM>Figure 2: The new Initial Data Migration Profile dashboard card</EM></P><P><SPAN>The Initial Data Migration Profile dashboard card now presents a pie chart instead of a bar chart indicating the top 6 business objects by volume (see </SPAN><SPAN>Fig. 2</SPAN><SPAN>). To open the detail view, select any item from the pie chart or the dashboard card header.</SPAN></P><P><SPAN>The detailed view of the Initial Data Migration Profile was newly created from scratch and follows a flexible column layout model, which is available in many other SAP Fiori apps. The view lets users</SPAN> quickly expand the column they want to focus on and switch between different layouts.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Picture 3.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/110718iDBA1D6C5EF791690/image-size/medium?v=v2&amp;px=400" role="button" title="Picture 3.png" alt="Picture 3.png" /></span></P><P><EM>Figure 3: The new Initial Data Migration Profile view in 1-column mode</EM></P><P>By default, the view displays a table of all analyzed business objects (<SPAN>fig. 3</SPAN>) including the following columns:</P><UL><LI>business object name</LI><LI>application component</LI><LI>related table name of the business object</LI><LI>data type (master or transactional data)</LI><LI>latest activity</LI><LI>total number of items</LI></UL><P>Initially, the table is sorted by the number of items in descending order, which can be changed using the corresponding button on the top right of the table control. The content of the table can also be exported to a spreadsheet.</P><P>To quickly search for a specific business object, start typing the object’s name into the search field on top of the table, and the table will filter accordingly.</P><P>Business objects with in-depth data analysis available have a detail indicator to the right of the last column in the row. Selecting a business object switches the view to the 2-column (detail) mode. The business object list is now shown in a compressed format on the left, while the detailed data of the selected business object is presented on the right side (see <SPAN>Fig. 4</SPAN>).</P><P>To increase the space of the detail column to full screen or to close the detail column, use the corresponding buttons in the top right corner.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Picture 4.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/110719iF418E72E5C6AF78C/image-size/medium?v=v2&amp;px=400" role="button" title="Picture 4.png" alt="Picture 4.png" /></span></P><P><EM>Figure 4: 2-column mode of the view showing the details of the selected business object</EM></P><P><SPAN>The right column within the view is divided into two parts. The filter criteria and KPIs of the selected business object are shown at the top. The lower section presents charts and tables to visualize and support analyzing the data based on the selected filter criteria.</SPAN></P><P><SPAN>The capabilities that can be used to group and filter the business object data depend on the attributes of the selected business object. For example, the “FI Documents” business object has the filter criteria year and company code available. Other business objects, like “Equipment,” do not contain any aspect of time but can be grouped by plant. Some objects do not have any grouping capability, such as the business object “Status Management.” For these business objects, no detailed data is available.</SPAN></P><P><SPAN>When the business object data contains date attributes, use the range slider control to set different intervals by year. The data is immediately filtered according to the selected range. Use the corresponding multi-select combo boxes to select filter criteria for organizational key elements, like company code or plant. All selected filter criteria are applied to the data immediately using “AND” logic. </SPAN></P><P><SPAN>The <EM>Selected Data Ratio</EM> KPI visualizes the ratio between the total data volume of the selected business object and the data volume based on the applied filter conditions. Additionally, the business object’s oldest and latest activity dates are shown in the KPI section. The values for the total and filtered data volumes are displayed to help identify unused or no longer used business objects.</SPAN></P><P><SPAN>Depending on the capabilities of the business object’s grouping criteria, you can select different options to present and examine the business object volume data using the toolbar at the top of the data section. For example, the data within the “FI Document” business object can be analyzed using the following charts and tables:</SPAN></P><P><SPAN><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Picture 5.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/110722i4DCB3F2E34F3BFD4/image-size/medium?v=v2&amp;px=400" role="button" title="Picture 5.png" alt="Picture 5.png" /></span></SPAN></P><P><EM>Figure 5: Different options to present and examine the business object data</EM></P><P><SPAN>When using the table option to view the business object detail, the table content can be exported to a spreadsheet for further processing by selecting the export button on top of the table.</SPAN></P><H4 id="toc-hId-879802430"><SPAN>Filter Criteria Views</SPAN></H4><P><SPAN>To increase usability, the new Initial Data Migration Profile allows users not only to define </SPAN>and activate filter criteria for organizational and date-related key figures (e.g., company code, plants, year of creation, etc.) but to store them persistently in filter criteria views, which – once activated – are applied to all business object data, provided the criteria fields exist in the business object (otherwise the filter criteria is ignored).</P><P>This feature supports ongoing discussions about the data migration scope: You can define filter criteria views for different data migration scenarios and use them for what-if analysis. For example, you can save filter criteria evaluating the impact of migrating 3 or 4 years of historical data to the new system or analyze the effects of carving out one or more company codes.</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Picture_added1.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/111049iF6C7A8E3A9D7677D/image-size/medium?v=v2&amp;px=400" role="button" title="Picture_added1.png" alt="Picture_added1.png" /></span></P><P><EM>Figure 6: Expand and hide the filter section</EM></P><P>To set up a filter criteria view, expand the filter section above the business object table by selecting the related button (see Fig. 6). The filter section includes a set of multi-select combo boxes for all the available filter criteria. Choosing the values in these combo boxes defines the criteria for your filtered view. To apply your view’s filter criteria, select the <EM>Go</EM> button at the bottom of the filter section (see Fig. 7).</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Picture 6.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/110723i1EEDEF26E3D5EB72/image-size/medium?v=v2&amp;px=400" role="button" title="Picture 6.png" alt="Picture 6.png" /></span></P><P><EM>Figure 7: Setting up filter criteria views which are applied to all business objects</EM></P><P>If you want to save your filtered view persistently for the analysis, select the drop-down button on top of the filter section (next to the caption “Standard”; see <SPAN>Fig. 7</SPAN> and 8). This opens the “My Views” pop-up window, which lists any existing filter criteria views of the analysis and offers buttons to either save the currently selected filter criteria into a new view or to manage existing views (see <SPAN>Fig. 8</SPAN>).</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Picture_added2.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/111055i02FF34F508604823/image-size/medium?v=v2&amp;px=400" role="button" title="Picture_added2.png" alt="Picture_added2.png" /></span></P><P><EM>Figure 8: Create and manage filter criteria views</EM></P><P>To run an SAP Readiness Check for SAP ERP Usage and Data Profiling analysis, follow the instructions described in SAP Note <SPAN><A href="https://me.sap.com/notes/3112362" target="_blank" rel="noopener noreferrer">3112362</A></SPAN>.</P><P>You can also update an existing analysis by implementing the latest version of SAP Note <SPAN><A href="https://me.sap.com/notes/3112362" target="_blank" rel="noopener noreferrer">3112362</A></SPAN> and running the analysis in your SAP ERP system again. Then, use the <EM>Update Analysis</EM> option within the header of the dashboard view within the <SPAN><A href="https://me.sap.com/readinesscheck/home" target="_blank" rel="noopener noreferrer">SAP Readiness Check</A></SPAN> cloud app to update the analysis data.</P><P>As always, we are interested in your feedback!</P><P>Your SAP Readiness Check Team</P> 2024-05-15T10:06:15.385000+02:00