SAP Function SPRX_BCKG_DELETE - Delete proxy (background)

Parameter Reference Type Length Default Optional Text
ABAP_OBJECT PRX_S_ABAPOBJECT u 34 X ABAP proxy key
DELETE_IMPL_CLASS BOOLEAN C 1 SPACE X delete implementing class also
DELETE_REFERED_OBJECTS BOOLEAN C 1 SPACE X delete referred proxies also
IFR_ID PRX_S_EXTKEY v 492 X external key (ESR/WSDL-key)
PERSIST_LOG BOOLEAN C 1 ABAP_TRUE X persist log
SHOW_LOG BOOLEAN C 1 SPACE X show log

Parameter Reference Type Length Text
LOG_HANDLE BALLOGHNDL C 22 Log handle
WORST_MESSAGE_TYPE SYST-MSGTY C 1 Worst Message Type

Parameter Reference Type Length Default Optional Text
TRANSPORT_NUMBER KORRNUM C 20 X correction request numer

Exception Text
NOT_FOUND proxy not found

Functionality
Deleting generated proxy objects.
You can delete client, server, and DDIC proxies that are not referencedin other proxies.
The ABAP name or the external proxy key are used for identification. Seestructure PRX_S_EXTKEY
Both the ABAP name and Repository key are returned as return valuesduring generation by means of the function moduleSPRX_BCKG_CREATE_OR_CHANGE.
DELETE_REFERED_OBJECTS controls whether any sub objects also need to bedeleted.
DELETE_IMPL_CLASS controls whether any existing implementations alsoneed to be deleted (only relevant for inbound interface and businessobjects).
The same applies for parameters SHOW_LOG, DISPLAY_LOG, LOG_HANDLE andTRANSPORT_NUMBER as for function moduleSPRX_BCKG_CREATE_OR_CHANGE.