Question:
I would like to send Delivery note by an IDOC to another non SAP
system. I could pass the data into BC from SAP .However I need to code/configure few data handling exceptions.For example I would like to
send an email, if the data structure is not correct etc.
Can I do this without Java coding? Any input will be appreciated.
Thanks
Answer:
Yes you can do that without Java.
I have implemented a complete B2B system on BC without using any Java.
Answer:
Jon,
How did you invoke a service from SAP?
Here is the scenario:
I have identified an IDOC and this IDOC will be moved to an external system using Post HTTP method.
I have connected BC using RFC mapping.
I have mapped routing rules from SAP to BC using the message Type and B2B service.
Also I have configured the flow service which has the message type (web method). How do I invoke the BC built in service to post the IDOC?
Is this the correct approach? Do I miss any important step here?
Biz