cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to delete orphaned generated objects in SAP BTP ABAP

lutzi3
Participant

During development test using generators in a SAP BTP ABAP instance the system sometimes creates objects which are not accessible in BTP / Eclipse for instance SICF services or gateway vocabulary annotations. When you try to delete these objects the system tells you: SAPGUI is not available in project ... .

Is there a way to get rid of these orphaned objects ?

View Entire Topic
andrewfloriano
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Lutz,

This error means that object is possibly associated with a feature or function that relies on the SAP GUI which isn't available in the Steampunk (ABAP in Cloud) platform.

ABAP Steampunk works on a different technology stack than traditional on-premise ABAP systems. Some functionalities which require the traditional SAP GUI are not supported yet in this cloud-based environment.

To resolve this issue, if possible, you'd need to find a way to access that object through a supported interface on your current Cloud Platform.

Kind Regards,

lutzi3
Participant
0 Kudos

Is there an released API for that ? The objects are leftovers from SAP standard generation templates ...