on ‎2019 Dec 06 3:23 PM
Hello all:
I want to add a GenericValue to xml that is sent to b1i when I make a cash-in or cash-out. but I don't know the exitName or where to find it.
For example, when I create a receipt, I can add my GenericValues here;

Anyone know the exitName or where can I find all the ExitNames?
Thanks in advance.
Jose.
Request clarification before answering.
Hi José,
for cash in and cash out receipts, we offer two exit points:
BusinessOneServiceWrapper.beforePostPay
BusinessOneServiceWrapper.afterPostPayThe parameter for the first exist point is the request about to be sent out and is the exit point for you to extend the payload by the generic values. The second exit point has the response from B1i as its parameter.
joerg.ceo The class PluginExitPoints lists all exit points as Java String constants to be used in your plugin coding.
Best regards,
Armin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Short update, I found the PluginExitPoints class, but it does not seem to contain an exit handler for the payment transaction:

Also, I can't see how to reference each exit point correctly, such as safely matching:
BUSINESS_ONE_SERVICE_WRAPPER_BEFORE_POST_INVOICE
to
BusinessOneServiceWrapper.beforePostInvoiceRequest
Any suggestions or documentation available for this?
Thanks,
Joerg.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi josehrmatos,
I am referencing https://answers.sap.com/questions/12926401/pluginat-in-pay-inpay-out.html?childToView=12928151#answe...
Let me check on monday or tuesday if I can find a solution.
Regards
Robert
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Robert and Ricardo!
Please be aware that Ricardo's question that was referenced is not the same. We are specifically looking to enlarge the message sent to B1i for payments, while Ricardo's question is formulated to be looking for a hook upon creation of the payment in CCO itself.
Thanks in advance and best regards,
Joerg.
Hi josehrmatos
I have exactly the same question. Please can anybody help us?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.