cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

exitName for CCO cash-in & cash-out

former_member333938
Participant
0 Likes
693

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.

Accepted Solutions (1)

Accepted Solutions (1)

former_member280904
Participant

Hi José,

for cash in and cash out receipts, we offer two exit points:

BusinessOneServiceWrapper.beforePostPay

BusinessOneServiceWrapper.afterPostPay

The 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

JoergAldinger
Active Contributor
0 Likes

Thank you very much armin.zamani!

This seems to respond to our question. José will confirm back.

Best regards!

Joerg.

Answers (3)

Answers (3)

JoergAldinger
Active Contributor
0 Likes

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.

R_Zieschang
Active Contributor
0 Likes

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

JoergAldinger
Active Contributor
0 Likes

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.

RicardoRenteria
Participant
0 Likes

Hi josehrmatos

I have exactly the same question. Please can anybody help us?

Ask a Question