cancel
Showing results for 
Search instead for 
Did you mean: 

how to create an event in b1 IF which pushes newly created invoices to http call

SatyaDeo
Participant
0 Kudos

I would like to get the updated/newly created invoices to our web application from sap.Please help me to create an event for this.

Accepted Solutions (0)

Answers (2)

Answers (2)

kvbalakumar
Active Contributor

Hi,

If your web application has separate dB other than SAP B1 database, then you can POST the newly created Invoice using B1iF.

If your application uses SAP B1 dB only, then you can GET the relevant details using B1iF.

please check this blog to get an idea about events and transaction type: B1if – Send email to Customer when an Invoice is added

Also, check this OpenSAP course: In action - Integration Framework for SAP B1

Regards,

Bala

HuanYang
Employee
Employee
0 Kudos

Hello Rajesh,

I would suggest you use B1if to do a step for test, in which step the Inbound system can be the SAP Business One, the Outbound system can be the void and put the Http call in the processing.

Once there is updated/newly created invoice event, Event Sender(a B1if component) will send the event to B1if and then the step can be triggered.

Finally, the target system can receive the data.

Thanks

Huan Yang