cancel
Showing results for 
Search instead for 
Did you mean: 

CRM Action Profile implement

Former Member
0 Kudos

Hi,

I have Implemented BADI = EVAL_SCHEDCOND_PPF ( Action Profile ) with condition type ZTEST1. I am unable to see this ZTEST1 condition in Processing type

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Mayur,

The action EVAL_SCHEDCOND_PPF is for evaluation of action to be scheduled. If the conditions are not met, then the action will not be scheduled.

You will need to implement :EXEC_METHODCALL_PPF BADI for action scheduling and processing.

Please let me know if you have any specific requirement.

Thanks,

Abhay

Former Member
0 Kudos

Hi Mayur,

That BADI is not suited here.. what is your requirement by the way.

use this BADI :EXEC_METHODCALL_PPF and you will get implementation F4 help.

Regards

Logu