Enterprise Resource Planning Blogs by SAP
Get insights and updates about cloud ERP and RISE with SAP, SAP S/4HANA and SAP S/4HANA Cloud, and more enterprise management capabilities with SAP blog posts.
cancel
Showing results for 
Search instead for 
Did you mean: 
OlgaDolinskaja
Product and Topic Expert
Product and Topic Expert

Maybe you already know, that ABAP Test Cockpit offers the option of executing the checks remotely on any ABAP system (SAP_BASIS >= 7.00). Using remote ABAP Test Cockpit infrastructure SAP customers and partners can analyze custom code in older systems using the latest ABAP Test Cockpit checks and only one central system for ABAP Test Cockpit (see blog series about Remote Code Analysis in ATC).

With SAP S/4HANA 1809, we offer the SAP Fiori Custom Code Migration App based on this remote ABAP Test Cockpit infrastructure. The App should be used for custom code analysis for SAP S/4HANA in the context of  SAP S/4HANA conversion (see also  SAP S/4HANA System Conversion – Custom code adaptation process).

NEW: Starting with the SAP Cloud Platform ABAP Environment 1908 (now named SAP Business Technology Platform (BTP) ABAP Environment) you can use SAP Fiori App Custom Code Migration in the Cloud to analyze custom code in your on-premise SAP system for SAP S/4HANA readiness. See also the blog ABAP custom code analysis using SAP Business Technology Platform.

The App performs SAP S/4HANA checks on your custom code, which needs to be migrated from your SAP Business Suite System to SAP S/4HANA and provides the analytical presentation of the ABAP Test Cockpit check results with comprehensive filtering and navigation capabilities. Beyond this the App identifies the unused custom code based on your collected usage data, and this enables you to remove it automatically during a system conversion to SAP S/4HANA.

Technical Setup

There are two options to setup the custom code analysis with SAP Fiori App Custom Code Migration:

1) Use SAP Fiori App Custom Code Migration in SAP Business Technology Platform

For technical setup instructions for using the SAP Fiori App Custom Code Migration in SAP Business Technology Platform please refer to the blog ABAP custom code analysis using SAP Business Technology Platform.

The SAP Fiori App Custom Code Migration will run in SAP SAP Business Technology Platform (BTP) ABAP Environment - formerly known as SAP Cloud Platform ABAP Environment - and will check custom code in your on-premise SAP system using the remote ATC infrastructure with RFC through SAP Cloud Connector:

The SAP Discovery Center Mission Use SAP Fiori Custom Code Migration App to Analyze Your ABAP Custom Code for SAP S/4HANA Readiness enables you to setup Custom Code Migration app in SAP BTP ABAP Environment easily using automated capabilities with CIAS (Cloud Integration Automation Service) guided workflow and execute step-by-step guided custom code analysis in your on-premise SAP ERP system.


2) Use SAP Fiori App Custom Code Migration on-premise

You need an SAP S/4HANA >=1809 system set up as a central ATC check system. Our recommendation is to use your SAP S/4HANA sandbox system. See also Remote Code Analysis in ATC – Technical Setup step by step for setup guidance.

You need also to setup and configure the SAP Fiori App Custom Code Migration on this SAP S/4HANA 1809 system. Use SAP documentation on SAP Help Portal for specific implementation and configuration information on SAP Fiori App Custom Code Migration. The SAP Note 2436688 provides all required SAP Notes for the SAP Fiori App Custom Code Migration.

The SAP Fiori App Custom Code Migration will check custom code in your SAP backend system using the remote ATC infrastructure:

Create your Custom Code Migration Project

Start Custom Code Migration App on your SAP Fiori Launchpad. You can maintain multiple custom code migration projects in the App:

  => 

Create your Custom Code Migration Project by pressing “+” (Create Object) button and entering your project data: Project Description, Target Release for your SAP S/4HANA System and RFC Destination to your SAP ERP system:

Add usage data to your Custom Code Migration Project

Now you can add usage data collected either by the ABAP Call Monitor (SCMON) and aggregated by the SUSG transaction or add usage data collected in your SAP Solution Manager system (SAP Solution Manager 7.2 SP8 is the prerequisite).

NOTE: You should collect usage data of your business processes at least for one year in order to get really reliable results for not productively used code.

For information about how to collect usage data and aggregate it in your ERP production system see the blogs: ABAP Call Monitor (SCMON) – Analyze usage of your code and Aggregate usage data in your production system with SUSG transaction.

If you collected usage data in your ERP production system, use there the SUSG transaction to create a snapshot of the usage data. Afterwards download the snapshot and upload it using the SUSG in your checked system. The App will access your checked system (and snapshot with usage data) via RFC:


You can add usage data to your Custom Code Migration Project by pressing “+” (Add) button and using F4 Help in the Usage Description field. Save your project by pressing the "Save" button.



NOTE: If you collected usage data in the SAP Solution Manager, then the App detects whether it is a SAP Solution Manager system behind the RFC destination for the usage data. Then the existing SAP Solution Manager usage data records are displayed in the selection dialog. See the blog How to upload usage data from the SAP Solution Manager to the SAP Fiori App Custom Code Migration.

Define the scope of your Custom Code Migration Project

Now you can define (based on usage data) which ABAP custom code needs to be taken over to your SAP S/4HANA system. The App will create a deletion transport in order to enable deletion of unused ABAP custom code during the system conversion to SAP S/4HANA.

Navigate to the Scope overview. You will see the graphical presentation of the detailed scope information. When you add usage data to your custom code migration project, a default scope is calculated. The default scope includes all used objects, all objects which are statically referenced by the used objects, and objects for which no usage data is available such as database tables or data elements.

Generally the following scope information categories are possible:

In scope (by object) – objects, for which usage data do not exist, for example DDIC objects like Data Elements. Such objects are always automatically in the scope.
In scope (by usage) – objects, for which usage data exist. These objects are used and therefore they are in the scope.
In scope (by reference) – objects, which are statically referenced by the objects in the scope. Such objects cannot be removed from the scope as this would lead to syntax errors.
In scope (by user selection) – objects, which were added to the scope by the user.
Not in scope – objects , which are not used (not listed in the usage data) and not statically referenced by the objects in the scope.
Not in scope (by user selection) – objects, which were removed from the scope by the user.


If you included usage data into your Custom Code Migration Project, you can click on the Scope Request Entry Points. There you will get (based on the usage data) a list of the executed request entry points (such as a specific transaction, RFC call, URL request, or ABAP report) along with all ABAP procedures that have been executed under these entry points, and you can decide, which objects you want to remove (Remove from scope) (for example based on the last usage date).



In case you want to adjust the scope manually, the App offers the possibility to add/remove packages or single objects to/from the scope (click “Scope Packages” button). This can be useful to include new developments that are not yet productively used or exclude some developments that you will not need in your new SAP S/4HANA system.

When defining the scope, you can also display the complexity of your custom code in a graphic (click Scope Packages and then go to the Packages tab):

It summarizes the number of relevant changes in accordance with the complexity of the custom code on package level (or request entry point level of the ABAP Call Monitor (SCMON) if you go to the Entry Points tab).The upper right part of the diagram represents the most complex and most frequently changed development packages. They should be removed from the scope for SAP S/4HANA migration, since they cause high TCO. SAP recommends to review these custom code developments to reconfirm the need of this functionality with the business, and reevaluate if meanwhile the same can be achieved by using SAP standard, or with in-app extensibility, or if it qualifies for a side-by-side extension on SAP BTP. 

After you defined the scope of your Custom Code Migration Project, you can create a transport request in your ERP system, which contains all information about your unused custom code (all objects that are not in scope). To do so go to the Project tab and click Save Scope as Transport Request😞


NOTE: in the newer versions of the Custom Code Migration App the button is called "Create Deletion Transport".

The transport request gets created and appears under Request/Task of your Custom Code Migration Project:


This transport request can be added to the Software Update Manager (SUM) during the SAP S/4HANA conversion, the unused objects (not in scope) will be deleted by SUM.

NOTE: In case you want to keep a backup of the unused objects we recommend to use gCTS after SAP S/4HANA system conversion to store the objects in the Git repository, see the blog How to backup custom code with gCTS for details. You can also use abapGit (see the Steps 1-3 in the tutorial Use abapGit to Transform ABAP Source Code to the Cloud on sap.com).

Analyze your custom code with SAP S/4HANA checks

As soon as you create your Custom Code Migration Project the SAP S/4HANA custom code checks are executed automatically by ATC, and the App offers you the analytical presentation of SAP S/4HANA custom code check findings.

Go to the Analysis tab and click on the “Analyze Findings” button:



Using the visual filters above you can group your ATC findings to get information on for example:

    • What are the most important (urgent) findings (-> filter Findings by Priority)
    • How many findings relate to the custom code objects you take over to SAP S/4HANA (-> filter Findings by Scope Information)
    • How many findings relate to your custom package XYZ (-> filter Findings by Package)
    • In which simplification areas do you get the most findings (->filter Findings by SAP Note Number)
    • For which findings there are Quick Fixes available and which findings you need to fix manually (->filter Findings by Quick Fix Availability, currently available with SAP S/4HANA 1809 FPS02)

Download SAP S/4HANA analysis results

Use the Export to Spreadsheet  button in the Findings table to download the analysis results:

Integration with SAP Readiness Check 2.0

You can download the check results with purpose to upload them later on to SAP Readiness Check 2.0.
To do so press Export to Spreadsheet button and select Export for SAP Readiness Check:


See the latest information about SAP Readiness Check 2.0 in the blog SAP Readiness Check for SAP S/4HANA – What’s New in November 2020.

Further information

See Documentation on SAP Fiori App Custom Code Migration on SAP Help Portal.

182 Comments
oliver_huetkoeper1
Participant
Hi Olga,

thank you very much for the blog post and this nice app. But don't you think that setting up a complete SAP S/4HANA system is a bit overdone and a waste of resources? Are there plans to downport this to NW 7.52 or to some other light system (standalone ABAP Platform)?

Thanks and best regards,
Oliver
OlgaDolinskaja
Product and Topic Expert
Product and Topic Expert
Hi Oliver,

I don't see a waste of resources here. This app is intended for the custom code analysis during the SAP S/4HANA conversion, meaning the usage of the app begins when the first SAP S/4HANA sandbox system is available in the customer landscape for the conversion. This system can then be "reused" for the custom code analysis app.

There are currently no plans to downport the app to the NW 7.52, and there is also no standalone delivery of the ABAP platform itself  (only within the SAP S/4HANA).

Best Regards,

Olga.
oliver_huetkoeper1
Participant
Hi Olga,

in your blog post you're writing "You need an SAP S/4HANA 1809 system set up as a central ATC check system". This sounds like the future central ATC should be an S/4 system. Also some of the latest improvements (like ATC quick fixes) are only available for S/4.
Therefore I am confused. Will we still be able to have a light system as central ATC system or do we need an S/4 system?

And actually we would like to start with code checks and adjustments now and we do not want to wait until the migration starts 🙂

Best regards,
Oliver
OlgaDolinskaja
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Oliver,

you need the SAP S/4HANA 1809 system for using the App and this particular use case: custom code migration to SAP S/4HANA. After custom code migration you can continue to use this system for regular ATC quality checking for example.

But you can also still use the ATC central check system on SAP NetWeaver 7.52.

Regarding the ADT Quick Fixes: they are supposed to be used on SAP S/4HANA system, where the actual the custom code adaptation should take place.  Of course you can adjust the SAP HANA issues on ERP, and would benefit from the ORDER BY  Quick Fix for example, but the Quick Fixes are available only with SAP S/4HANA 1809 and there are currently also no plans for downport them.

Best regards,

Olga.

 

 

former_member208609
Active Participant
0 Kudos
Hi Oliver,

In addition/parallel to Olga's answers for the custom code, creating a sandbox based on a copy of production is strongly recommended at early stages in the project, either before the project, or within the project. So at one point in time in your project, you will have this sandbox. I understand you want to do a workload assessment, but doing this sandbox conversion prior to the project is as well a very good way to better understand the workload of your future conversion project on many aspects ( Finance …) . Remember, a conversion IS NOT an upgrade.

Hope this helps

Best regards

Renaud

 
ThFiedler
Product and Topic Expert
Product and Topic Expert
0 Kudos
Hi Oliver,

we also plan to have the Fiori App available in SAP Cloud Platform. Then you can do remote custom code checks against your ERP system via RFC/ Cloud Connector. Would this be an option for you?

 

Regards,

Thomas.
IanStubbings
Active Participant
0 Kudos
Hi Olga

We now now have an 1809 sandbox system that I am setting up against a 7.02 system. I have scanned it and it complains that I do not have a simplification database for the ATC to work against.



So I still need the Simplification db even though I am on S/4?

Regards

Ian

 
OlgaDolinskaja
Product and Topic Expert
Product and Topic Expert
0 Kudos
Hi Ian,

yes, you need to upload the Simplification DB (the S/4 system doesn't contain it initially).

Best Regards,

Olga.
IanStubbings
Active Participant
0 Kudos
Thanks Olga.  All sorted now.

 

Regards

Ian
satinder_singh
Participant
0 Kudos
Olga, Thanks for this blog and it is indeed helpful. We have just converted our sandbox and I am trying to setup this FIORI App and I have 2 questions:

  1. For Usage, is SCMON mandatory or UPL too will work ?

  2. How to activate "filter Findings by Quick Fix Availability" and I am not getting that option. We are on 1809 FPS01 SAP_BASIS 753 001.

OlgaDolinskaja
Product and Topic Expert
Product and Topic Expert
0 Kudos
Hi Satinder,

  1. you can also upload UPL data to the Custom Code Migration App.

  2. unfortunately this is bound to the SAP Note, which was recently taken back because of problems with the implementation of the note. Very soon it will be back. Development is already close to providing the solution.


Regards,

Olga.
satinder_singh
Participant
0 Kudos
Thanks Olga for quick response. Can you please help me point the the URL that details the instructions to use UPL for this App? I was not able to figure it out in the App.
OlgaDolinskaja
Product and Topic Expert
Product and Topic Expert
0 Kudos
If you collected usage data with UPL, you need to configure RFC destination to this system with usage data from the 1809 system where the App runs and then just follow the instructions in the "Add usage data..." chapter of the blog, especially the "NOTE:..." part.

 
LukasM
Explorer
0 Kudos
Hello Thomas

the option "Custom Code Migration App" on SAP Cloud Platform sounds good.

Can you tell us, when the app/service is expected to be available?

 

Thank you.

 

regards

Lukas
0 Kudos
Hi Olga

Please,

If we adopt a migration from ECC to S/4 HANA cloud

are these tools also available even in S/4 HANA cloud?

 

Regards.
OlgaDolinskaja
Product and Topic Expert
Product and Topic Expert
0 Kudos
Hi Aimen,

no, because in the SAP S/4HANA Cloud is no custom code allowed and therefore custom code transformation to SAP S/4HANA Cloud is not possible and custom code checks don't make sense.

Regards,

Olga.

					
				
			
			
			
			
			
			
			
			
		
BaerbelWinkler
Active Contributor
0 Kudos
Hi Olga,

we currently have our central ATC-system on NW 7.52 SP02 and use it for checks on NW 7.50 SP13 EHP8 systems. Initial discussions about switching to S/4HANA sometime in the future are already happening but no firm plans have been made yet regarding the path and timeline.

To help with the planning, we are thinking about using the ATC S/4HANA readiness checks just to get a rough idea how much of our custom code will be impacted. In parallel, the regular ATC-checks  during e.g. transport release will keep happening from that central ATC-system.

Given our scenario, could it make sense - and be feasible - for us to convert our NW 7.52 central ATC system to S/HANA 1809 in the near future to help with the planning and to then be able to use the Fiori app while still using the system for the "normal" checks as we do now? Are there any issues with such an approach, or anyting we need to be aware off before actually moving in that direction? Would for example already defined baselines and granted exemptions "survive" such a conversion or would we need to start from scratch?

Thanks for any pointers you have for us!

Cheers

Bärbel
OlgaDolinskaja
Product and Topic Expert
Product and Topic Expert
Hi Bärbel,

there is no system conversion path from NW AS ABAP 7.52 to S/4HANA 1809. So you need to setup a new S/4HANA 1809 system as a central ATC check system and migrate your baseline and exemptions data in there.

Best regards,

Olga.
0 Kudos
Hi Olga,

We have SAP S/4HANA 1809 system set up as a central ATC check system.
We have also setup and configured the SAP Fiori App Custom Code Migration on this SAP S/4HANA 1809 system by following the link you shared in the blog.
Our souce system is ERP - EHP7 ECC6.0 NW 7.4 SP10 based.

So, when we Create our Custom Code Migration Project, there is one field which asks for "RFC Desination", But our source system (ERP) is an isolated system and we can't make any RFC conenction to it.
And everwhere in this case , i can see the Fiori app is trying to access the data through RFC connection to the source system (ERP).

So is there any alternative like in case of ACT NW7.51 or Higher where you suggested that we can do export/import by selecting variant: "extract based" in your old blog (https://blogs.sap.com/2016/12/12/remote-code-analysis-in-atc-one-central-check-system-for-multiple-s...)?

and after export/import Is there any way we leverage the FIORI APP feature as well to display the report result for better analysis with fiori interface ?

 

Regards,

Pawan
OlgaDolinskaja
Product and Topic Expert
Product and Topic Expert
0 Kudos
Hi Pawan,

yes, the available RFC connection is always required for the remote checks by the Custom Code Migration SAP Fiori app.

The only possibility would be to transport your code from the ERP to the S/4HANA system and then use the Custom Code Migration SAP Fiori app locally there (with RFC destination pointing to the S/4HANA system itself).

Regards,

Olga.
0 Kudos
Hi Olga,

Thanks for your input!

How we can transport the custom codes, will it create a TR or can it be done via export/import method as well. If yes, can you please help me with procedure for export/import & transport whichever is applicable in this case.

 

Regards,

Pawan
OlgaDolinskaja
Product and Topic Expert
Product and Topic Expert
0 Kudos
Hi Pawan,

create a local transport of copies in ERP, release the transport, copy the transport files to the S/4HANA system and do import.

Regards,

Olga.

 
0 Kudos
Hi Olga,

Thanks for your reply!

I got your point but wondering how we can add our Custom codes (All Z tables, Z programs or Z functional groups) in one Transport of copies.

 

 

Regards,

Pawan
OlgaDolinskaja
Product and Topic Expert
Product and Topic Expert
0 Kudos
Hi Pawan,

you can e.g. create a transport of copies per custom code package. But if you have a lot of custom code in your ERP system, then it would be too much effort. You would need to provide RFC connection to your ERP system then and check it remotely.

Regards,

Olga.
0 Kudos
Hi Olga,

 

Thank you so much for all your inputs.

Just one more query, So, transport of copies (TOC) is the recommended approach in case of isolated systems to display the data in Fiori App for better analysis, Right?

 

Regards,

Shaloo
OlgaDolinskaja
Product and Topic Expert
Product and Topic Expert
0 Kudos
Hi Pawan,

no, it is a workaround. The Custom Code Migration App is for SAP S/4HANA system conversion and the system, which must be converted to SAP S/4HANA, must be connected via RFC.

Regards,

Olga.

 

 
oliver_huetkoeper1
Participant
0 Kudos
Hi Thomas,

currently we do not have an SCP account. So this would mean we would need to setup/buy an SCP account to prepare the migration of our on prem system.

Two alternative ideas:

  • Provide the app via the support Launchpad (like the S/4 readiness check)

  • Add the app to the solution manager (which already has all the usage and CCLM data).


Best regards,
Oliver
FrankJacobs
Explorer
0 Kudos
Hi Olga,

 

What is the Note number you are referring to, that was taken back?

 

Frank

 
OlgaDolinskaja
Product and Topic Expert
Product and Topic Expert
0 Kudos
Hi Frank,

this SAP Note is still in process at SAP. It takes some time.

Regards,

Olga.
former_member182598
Active Contributor
0 Kudos
Hi thomasfiedler ,

Can you kindly advise when the Fiori App will be available in SAP Cloud Platform?

 

Thanks and Regards

Prashant
meet_vajaria
Explorer
0 Kudos
Hi thomasfiedler ,

Can you please pass the information when the app would be available in SCP?

Thank you.

Meet Vajaria
0 Kudos
Hello Olga,

It has no sense that note Note 2270689 can be implemented for release 753 when there is a Note 2752728 specified for this release 753.

Also, if you try to implement, corrections instruction are not possible, you will have sintax errors.



 

thanks and regards.

Gerardo.
OlgaDolinskaja
Product and Topic Expert
Product and Topic Expert
0 Kudos
Hi Gerardo,

due to performance problems with SNOTE, it had been not possible to include the correction instructions for release 7.53, which actually belong to note 2270689, in this note. Therefore, a new note 2752728 was created for release 7.53. 


Regards,


Olga.

IanStubbings
Active Participant
0 Kudos
Hi Olga

Just setting up the migration app but not getting any usage data shown that I can then select from.

The source system (7.02) has SCMON running and I have implemented SUSG and created a snapshot successfully.

There is currently a warning related to 'Could not determine state: GET_LOG_STATUS not installed' in SUSG for which I have requested Basis look into via note 2681069 - /SDF/SCMON extended status check API.

Is this the cause of the issue or unrelated?

Regards

Ian
OlgaDolinskaja
Product and Topic Expert
Product and Topic Expert
0 Kudos
Hi Ian,

I don't think, it could be the cause since the function module SCMON_GET_LOG_STATUS helps to detect errors in SCMON if they occured, and as far as I understood, you were successful to collect and aggregate usage data.

Regards,

Olga.
IanStubbings
Active Participant
0 Kudos
Hi Olga

Ok. Thanks for the advice.

Any tips on debugging the app to see why I am not picking up any usage? i.e. the function module used in the backend?

Thanks

Ian
0 Kudos

thank you very much for the blog post…

 

santosh_patil6
Explorer
0 Kudos
Hi Olga,

We are in the process of performing S/4HANA Conversion and have identified a list of un-used custom objects.

Kindly clarify:

  1. We can lock all the un-used custom objects into a transport request and supply it to SUM tool, and the SUM tool will delete the un-used custom objects contained in the transport request. Is it the correct understanding about deleting the un-used custom objects via SUM tool?

  2. If the point 1 is correct, please share the steps within SUM tool where we can supply this transport request containing the un-used custom objects to be deleted.


Note:

  1. We do not have the custom code migration app and unused custom objects are not generated from the custom code migration app but from the history of usage information we have been collecting.


Regards,

Santosh
OlgaDolinskaja
Product and Topic Expert
Product and Topic Expert
0 Kudos
Hi Santosh,

yes, the 1. is correct. Regarding 2. You can add this transport request in SUM in the dialog for Change Requests, Phase BIND_PATCH.

You will find in the SUM 2.0 Guide the following

"Including Support Packages and Change Requests (Phase BIND_PATCH)

The phase BIND_PATCH consists of two dialogs: In one dialog, you are asked for support packages, and in the other one for change requests..."

Regards,

Olga.

 
0 Kudos
Hi Olga & thank you for your blog,

Is the reason to set up the SAP S/4HANA 1809 system as a central ATC check system just to reuse the S/4HANA system as a central check system before the conversion or there is any other one?

In our case we already has a 7.52 system as a central check and we set up the ATC in the S/4HANA system as local for the custom code adaptations.

Your comment about the "ATC central check" has misled me a little.

Thanks for all.
OlgaDolinskaja
Product and Topic Expert
Product and Topic Expert
0 Kudos
Hi David,

you need SAP S/4HANA 1809 system if you want to use SAP Fiori App Custom Code Migration (with all its advantages), for ATC SAPGUI-based you can use a 7.52 system.

Regards,

Olga.
shirley_te
Participant
0 Kudos

Hello Olga,

You have lots of blogs that I am following as they are very informativie for our S4 HANA migration.  We have recently set up a vanilla S4 HANA 1809 to replace our central ATC system. We have SOLMAN 7.2 SP9 and UPL is running. We wanted to include usage but apparently SUSG can only be installed for SAP_BASIS 7.40 SP 08 up.  However, what we have is 7.40 SP06 and we are not going to upgrade since we will be moving to S4 soon.

  1. Can you confirm that we need SUSG in order to include usage in the Fiori app for analysis and the we cannot do so unless we upgrade our Basis component to SP08?
    1. If we cannot include usage, i would still want to use the app to analyze our custom codes, I suppose I can do so?  I can see that it shows which ones have quickfixes.  What does "Quickfixes Available but Pseudo/Pragma" mean? 
    2. In the regular ATC check from a central system (SAPGUI), I can drill into the actual line of code by clicking on the object and it does an RFC to the checked system opening up the code.  I dont seem to see that capability in the app.  Will you be able to point me to where i can see that.  I looked at the entry point but I see it to be blank.

Thank you

ST

OlgaDolinskaja
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Shirley,

you can also upload the usage data collected by UPL to the Fiori app, just provide the RFC destination to your SAP Solution Manager system. Read also above in the blog: NOTE: If you collected usage data in the SAP Solution Manager, then the App detects whether it is a SAP Solution Manager system behind the RFC destination for the usage data. Then the existing SAP Solution Manager usage data records are displayed in the selection dialog.

You can also analyze your code without uploading usage data (usage data is optional).

“Quick Fixes Available but Pseudo/Pragma” means, that such Quick Fix will just insert Pragma or Pseudocomment to suppress the finding. but will not actually fix the code. It was renamed in the SAP S/4HANA 1909 to “No Quick Fixes Available”.

To navigate to the source code lines, you need to run ATC locally in ADT in Eclipse. In the Fiori app you can drill down from the finding to the source code line only with SAP S/4HANA 1909 release.

Kind Regards,

Olga.

fabian_geywitz
Explorer
0 Kudos
Hello Olga,

we have updated our system to the new version 1909. After the update it's no longer possible to select a RFC connection to SolMan in the app, when creating a new project. How can we add UPL data from SolMan into a new project in the app with the new release 1909?

Thank you.

 

Best regards,

Fabian
OlgaDolinskaja
Product and Topic Expert
Product and Topic Expert
0 Kudos
Hi Fabian,

you must define RFC destination to your SolMan system on your 1909 system. Please verify, that the RFC destination is defined and your can access the SolMan system using it. Also your 1909 system must be setup as a central ATC check system.

Best Regards,

Olga.
0 Kudos
Hello Olga,

I have uploaded 2 snapshot from different ERP systems to S/4HANA system.

But Scoped objects and number of analysis objects always remains the same i.e. 855 objects

ERP-1

ERP -2



 

Best Regards,
OlgaDolinskaja
Product and Topic Expert
Product and Topic Expert
0 Kudos
Hi Hitesh,

the App analyzes always all objects in the system, but as you can see the "Scoped Objects" numbers are different and smaller as the overall number of  objects. This is because the "Scoped Objects"(= objects which will be taken over to SAP S/4HANA) are calculated based on your SUSG snapshots from ERP1 and ERP2. So the behavior is correct.

Regards,

Olga.
striezl
Explorer
0 Kudos

Dear Olga,

thanks for this as always very interesting blog. We have put in some effort to enable a 7.52 ERP system as central check system, but unfortunately it looks like this was not the ideal decision because the custom code migration app would run only on S/4. It would be great if SAP could downport the app to ERP. If not, hopefully people get this information earlier then us.

Kind regards

Bernhard

OlgaDolinskaja
Product and Topic Expert
Product and Topic Expert
0 Kudos
Hello Bernhard,

yes, the prerequisite for using the Custom Code Migration app is at least SAP S/4HANA 1809 system as a central ATC check system. You can read it in the "Technical Setup" chapter of this blog. The app will not be downported to the ERP.

Since the purpose of the app is to support custom code analysis during SAP S/4HANA conversion process, we recommend to reuse your first SAP S/4HANA sandbox system (which you will anyway set up in your landscape during system conversion) for setting up the app there. Alternatively you can use the app in the SAP Cloud Platform ABAP Environment.

Kind Regards,

Olga.
striezl
Explorer
0 Kudos

Dear Olga,

is it possible to get a list of elements that are not in scope (thus elements that would be part of the deletion transport) in the app? We are looking for a possibilty to

  1. Check elements suggested for deletion
  2. Drop elements from deletion list

If we don’t have this kind of control, it appears too risky to use this app for code cleaning.

Thanks for your efforts!

Kind regards

Bernhard