cancel
Showing results for 
Search instead for 
Did you mean: 

How to debug while testing RAP app in Customizing Tenant?

Expert
Active Contributor
0 Kudos
501

How to set a break-point in my created RAP app on the Customizing Tentant, since there is the data for testing. But access to the Customizing Tenant via Eclipse is not allowed (Business Role SAP_BR_DEVELOPER is not available there). So how can I see what my code is doing (and goes probably wrong) in the Customizing Tenant?

Accepted Solutions (1)

Accepted Solutions (1)

Expert
Active Contributor

In order to test (set breakpoints etc.) in the RAP code of your app, you will need to use the development client only (080) where you have the ADT installed. You cannot use the code testing in the customizing client (100) as the ABAP environment is not embedded in this client.

In order to do testing with the data in the customizing client in the development tenant, it is required that you create the necessary org entities, configurations and data sets (either manually or using migration cockpit) in the development tenant. This is a mandate as customizing & data cannot be replicated between clients in Development/Starter system as of today.

Check some details here -

1. ATC - https://help.sap.com/docs/SAP_S4HANA_CLOUD/6aa39f1ac05441e5a23f484f31e477e7/22c26ff27b9f44b7b7229a01...

2. Assuring Quality of ABAP Code - https://help.sap.com/docs/SAP_S4HANA_CLOUD/6aa39f1ac05441e5a23f484f31e477e7/22dcdf6c7cb54a19908056f2... & https://help.sap.com/docs/SAP_S4HANA_CLOUD/25cf71e63940453397a32dc2b7676947/4ec7641e6e391014adc9fffe...

Answers (0)