cancel
Showing results for 
Search instead for 
Did you mean: 

BADI on PPM Project SAVE

Former Member
0 Kudos
1,373

Hi,

I am trying to validate some input on PPM (cproject)..This will be fields like Name etc.. I am not able to find any suitable way to do this.. I looked at DPR_ATTRIBUTES (methods VERIFY_ATTRIBUTES, CHECK, CHANGE_CHECK) and DPR_EVENTS (with filter ) but could not make the project into error status..!! One reason of this being is the name is not part of input parameters ( in both the BADI)

Please suggest best way to validate user input on saving Cproject.

PS: We are not using subsystem and this is for checking SAP Std fields.

Accepted Solutions (0)

Answers (1)

Answers (1)

FA1
Advisor
Advisor
0 Kudos

Hi,

you'll find the list of all available BAdIs / Methods / etc. attached to the following SAP Notes:

2183855 PPM 6.1: List of all BAdIs

1417134 PPM 5.0: List of all BAdIs

But my first guess would be that you might need to implement a subsystem.

(and use e.g. IF_DPR_APPL_PLUG_IN_SUBSYSTEM ~ PREPARE_TO_SAVE)

Kind regards,

Florian