cancel
Showing results for 
Search instead for 
Did you mean: 

Please provide steps to create custom PPF action definition and PPF method call

1,883

Hello TM experts ,

Please help me to create CUSTOM PPF action definition with method call and provide the steps for the same.

Regards,

Upendra

Accepted Solutions (0)

Answers (2)

Answers (2)

jeffalcant
Explorer

Hi Upendra,

Check the TM Enhacement Guide document.
It haas a step by step to create a custom PPF.
Reference https://launchpad.support.sap.com/#/notes/1759813
Direct link to the document: help.sap.com/doc/PRODUCTION/c7dab057b713442294901f1f7cbe069d/9.5.0/en-US/TM9xEnhancementGuide_2017.pdf

BR,
Jefferson

t_jungesblut
Participant
0 Kudos

Hi Jefferson,

thanks for the link! Do you know whether or not a proficiency in ABAP or BRF+ is a requirement for implementing and using custom PPF-actions and methods?

Regards,

Tim

petra_just
Active Participant
0 Kudos

Hi Tim,

when you create a custom PPF action, it is purely customizing. It depends what you do with the method call. if you want to trigger custom coding, you need to be able to code this custom coding, means create a method within the correct class and assign it as method call in the processing of the ppf action. For this, you need basic ABAP knowledge. regarding BRF+, I do not think you will need it. There are places where you can use conditions to influence PPF, but you can very well configure ppf without using conditions.

Hope that helps

Petra