cancel
Showing results for 
Search instead for 
Did you mean: 

Plug Ins doc

former_member703173
Participant
0 Kudos

Hi!

in this document "SAP-EKT_58_CCO_Development_Training_DONE.pdf" there are doc about plugin described below..

Your Plug-In methods are instrumented with annotations

• @PluginAt(pluginClass = IPaymentItemManager.class, method = "isTransactionalPaymentRequired", where = POSITION.AFTER)

• @ListenToExit(exitName="initialCheckStatusMessages")

• @ManualTriggerFunction(name="doSomething", description="Function triggered by the user")

• @Schedulable("A schedulable Plugin Job")

• @JSInject(targetScreen="sales")

But . where can i find more detailed doc about plugins?

for example..wher can i find doc about methods or class avalaible?


thanks in advance

best regards

Accepted Solutions (1)

Accepted Solutions (1)

R_Zieschang
Contributor

Dear raul_campo ,

basically you can use @PluginAt to hook into all methods you can see in the namespace the ENV.jar is offering. That's the whole point of AOP.

I think there was a influence ticket for CCO which targeted on providing all possible @ListenToExits. But I am currently not quite sure, what's the status about this. I think this was joerg.ceo ticket?

For some examples you can also visit my blog series on how to develop cco plugins where I also explain how @JSInect works and how to identify the right target screens.

Part 1

If you need professional support, you can also drop us a line at info@hokona.de

Regards

Robert

JoergAldinger
Active Contributor

Hello rzieschang, hello raul_campo,

Yes, I have requested for the documentation of Exits before. This request was submitted to the customer influence site and has currently 15 votes and status of "for long-term consideration".

If you haven't yet, please for the request here.

Thanks and best regards,

Joerg.

Answers (0)