cancel
Showing results for 
Search instead for 
Did you mean: 

BAM-Like Process for ECC5

Former Member
0 Kudos

I am using BAM as described in [https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/4868] [original link is broken] [original link is broken] [original link is broken]; to call a proxy to PI when a new vendor (LFA1 object) is created in ECC6.

Now I have to do the same for an ECC5 source system, but I am told that this BAM solution is not available on ECC5. I do not have access to the ECC5 box yet to verify.

But assuming BAM is not available, can anyone tell me the best method for linking an LFA1 / Created event in ECC5 to a proxy to PI?

Thanks,

Keith

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I have access to the ECC5 server now, and see that SWF_BAM does exist. The issue with my binding from LFA1 to the proxy is that I don't know how to get the LFA1 data structure into the source side of the binding. Can anyone tell me how to do it?

It might have something to do with the ECC5 LFA1 object in SWO1 not having "Vendor.create" listed as an Event. My ECC6 system does list it as an event.

Can someone with some ABAP Objects experience share some guidance?

Thanks,

Keith

Former Member
0 Kudos

You can use the IDOC for that.

Thanks,

Hetal