cancel
Showing results for 
Search instead for 
Did you mean: 

BADI TO File ?

Former Member
0 Kudos

HI Experts

idon't know basics of badi. .

my question is

1.Can we carate a badi to call the pi interface.

Thanks

G.Praveen Kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

you could call the proxy from the badi and pass the data to the proxy which would then send to PI

Answers (1)

Answers (1)

Former Member
0 Kudos

the badi can call a proxy.....

Former Member
0 Kudos

Hi Barry Neaves

Thanks for replay, can you explain how we can do this.

Thanks

G.Praveen Kumar

former_member181962
Active Contributor
0 Kudos

Hi Praveen,

a BADI is a business add in which provides an option to the SAP customers to enhance standard transactions in SAP. Technically, it is an un implemented ABAP Class.

Do you mean BAPI?

Regards,

Ravi Kanth Talagana

Former Member
0 Kudos

Hi Ravi Kanth

Not BAPI , i mean Badi .

former_member181962
Active Contributor
0 Kudos

OK.

As Barry mentioned, it is still a Proxy to File scenario only.

1) You identify the Badi in se18 transaction for your transaction.

2) You implement the Badi in se19 transaction .

3) Using SPROXY transaction you generate the proxy for your inbound interface.

4) Implement the proxy class and the method execute_asynchronous

5) call the Proxyclass=>Method in your Badi Implementation.

This will trigger your scenario that you have defined in XI.

Regards,

Ravi kanth Talagana

Former Member
0 Kudos

Hi,

Ravikanth can you send me some functional specifications of badis.