Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP HANA - Delete Database Procedure Proxy

Former Member
0 Likes
767

Hello,

I have created a database procedure proxy for testing to access a stored procedure in HANA from an abap report.

(In SAP HANA Studio: Perspective ABAP -> NEW -> Other ABAP Repository Object -> Database Procedure Proxy)

I can find the proxy with the Search-Dialogue, everything seems to be correct.

In my package I can see the interface which was generated automatically.

All ist working correct, but I don't need this test-proxy anymore.

I didn't find a way to delete the database procedure proxy.

Is it possible to delete it?

Ruediger

Hello,

I have created a database procedure proxy for testing to access a stored procedure in HANA from an abap report.

(In SAP HANA Studio: Perspective ABAP -> NEW -> Other ABAP Repository Object -> Database Procedure Proxy)

I can find the proxy with the Search-Dialogue, everything seems to be correct.

In my package I can see the interface which was generated automatically.

All ist working correct, but I don't need this test-proxy anymore.

I didn't find a way to delete the database procedure proxy.

Is it possible to delete it?

Ruediger

2 REPLIES 2
Read only

yeushengteo
Product and Topic Expert
Product and Topic Expert
0 Likes
639

Hi,

If you can use the SAPGui SE24.

Use your proxy class interface to search the database procedure (where-used), you will be able to delete the database procedure.

I use the method above. No idea how to perform the same with the ADT.

Regards.

YS

Read only

schneidertho
Product and Topic Expert
Product and Topic Expert
0 Likes
639

Hi Rüdiger,

I recall that this question has been asked before. The proxy should be visible in ADT, but there was a problem. See note 1826950

BR

Thorsten