Ansicht
Dokumentation

SPRX_PROXY_EXISTS - suchen nach lokalen bereits existierenden Proxies

SPRX_PROXY_EXISTS - suchen nach lokalen bereits existierenden Proxies

rdisp/max_wprun_time - Maximum work process run time   ABAP Short Reference  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

Checks whether a proxy object exists.

The proxy can be indentified by either the ABAP key or the Enterprise Services Repository key.

Example

  • Search using ABAP key

Search for an outbound proxy with the name 'CO_MY_OUTBOUND'.


ABAP_OBJECT-OBJECT = 'CLAS'.
ABAP_OBJECT-OBJ_NAME = 'CO_MY_OUTBOUND'.

  • Search using ESR key

Search for an inbound message interface 'MyInboundInterface' in namespace 'http://my_namespace'.


IFR-TYPE = 'ifmmessif'.
IFR-NAME = 'MyInboundInterface'.
IFR-NAMESPACE = 'http://my_namespace'.

  • Search for a consumer proxy for a Web Service MyWebService in namespace'http://my_namespace'.


IFR-TYPE = 'ifmmessif'.
IFR-NAME = 'MyWebService'.
IFR-NAMESPACE = 'http://my_namespace'.
IFR-GEN_APPL = 'WEBSERVICES'.

If there are multiple consumer proxies in different packages for the Web service concerned, the return table contains multiple lines that specify the relevant packages.

Notes

Further information





Parameters

ABAP_OBJECT
IFR_ID
RESULT

Exceptions

NOT_FOUND
PARAMETER_ERROR

Function Group

SPRX_SEARCH

ABAP Short Reference   CL_GUI_FRONTEND_SERVICES - Frontend Services  
This documentation is copyright by SAP AG.

Length: 1553 Date: 20240523 Time: 113835     sap01-206 ( 25 ms )