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

PPF not get triggered

former_member379728
Participant
0 Likes
5,910

Hello all expert,

There is a Z action profile 'ZSPC_01' for postting change document, and two conditions for it(see figure 1). Usually, a posting change document should have three entries in its PPF tab. But I found one(900000000572) just had two entries(see figure 2).

I had checked the PPF log in SLG1, there was no error(all green lights). But one message shows 'Condition 1 is not fulfilled'.(see figure 3). And I don't know what' meanning? Which condition is not fulfilled ?

Best regards,

Herman

Accepted Solutions (0)

Answers (5)

Answers (5)

yaping_wang2
Active Participant
0 Likes

Your PPF action is condition driven. Did you configure the condition table and maintain the condition record in /SCWM/DLVPPFC?

former_member379728
Participant
0 Likes

Hi SRIRANGAM,

This PPF is triggered when the document state changes. But this document(900000000572) had been completed, the state can't be changed any more. So, I don't know how to go into debugging mode to check this problem.

Thanks for your help!

best regards,

Herman

0 Likes

Hi Li,

When will this particular PPF will get triggered i mean on which activity this PPF triggers ?, SPPFP is only used once the PPF is triggered & Success or errored But in your case PPF is not at all triggered.

former_member379728
Participant
0 Likes

Hi SRIRANGAM,

Thanks for your information at first .

I can put the break point in that schedule condition , but I don't know how to process it for debug the program. Or repeat the action in SPPFP ?

best regards,

Herman.

0 Likes

Hi Li,

Put the break point in schedule condition of your Z PPF Action & look for E_RC value it should be 0 if you get it as 99 then your schedule condition not met.