SAP Function SPRX_BCKG_ACTIVATE - activate proxy (background)

Parameter Reference Type Length Default Optional Text
ABAP_OBJECT PRX_S_ABAPOBJECT u 34 X ABAP proxy key
ACTIVATE_ALL BOOLEAN C 1 SPACE touch also activate objects
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
Activating generated proxy objects.
You can activate all kind of proxies. Complex proxies can also betreated and forces the activation of all include subcomponents (of thesame namespace). Only inactive parts are taken into account.
The ABAP name or the external proxy key are used for identification. Seestructure PRX_S_EXTKEY
ACITVATE_ALL forces the activation for already active objects alsoincluding subproxies.
The same applies for parameters SHOW_LOG, DISPLAY_LOG, LOG_HANDLE andTRANSPORT_NUMBER as for function moduleSPRX_BCKG_CREATE_OR_CHANGE.