cancel
Showing results for 
Search instead for 
Did you mean: 

BAdI when activating proxy

Former Member
0 Kudos

I would like to know which BAdI (or FM) is invoked when we activate the proxy.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks

Former Member
0 Kudos

Hi,

Proxy can be invoked with using the method execute_synchronus

&

There are packages used while activatin the proxy.

"SAI_PROXY_GENTIME_PIF

SAI_PROXY_GENTIME_PIF_RESTRICT

SAI_PROXY_PUBLIC_PIF

SAI_PROXY_RUNTIME_PIF"

These are known as package interfaces.

You can go through this link for more knowledge on Package Interface :

http://help.sap.com/saphelp_nw04/helpdata/en/ea/c05d92f01011d3964000a0c94260a5/frameset.htm

and for Use Access, go through this link :

http://help.sap.com/saphelp_nw04/helpdata/en/ea/c05da0f01011d3964000a0c94260a5/frameset.htm

You have to create a four layer package structure for your Abap proxies.

For eg.

ZFIRST (Structure Package --- Level I)

---ZSECOND (Main Package --- Level II)

-


ZTHIRD (Not a Main Package --- Level III)

-


ZFOURTH(Not a Main Package --- Level IV)

Hope this will be helpful.

Thanks

Swarup