Hi,
there are two standard webdynpro components dpr_project_o and dpr_phase_o.for this i have created two implementations
Here based on project type selection in dpr_project_o the phase types should come.
How can i do it?
i have checked there are two badi's : DPR_ATTRIBUTES AND DPR_EVENTS.
When i search on internet i have got one process to solve it which is suggested by SAP
Below response from SAP might help you to achieve below functionality
a suitable validation for task type and phase type in an implementation of BAdIs DPR_ATTRIBUTES (method VERIFY_ATTRIBUTES and/or method CHECK) or DPR_EVENTS (method ON_EVENT), all of these BAdI methods are processed when changing the task type in a task or phase. Your SAP Consultant should be able to assist you with carrying out such a BAdI implementation. Please do note that these BAdI methods however can only be used to validate the "task type" or "phase type" after the user has selected one in the frontend (and reject values which are not allowed according to your custom logic), not to restrict the values which are available to the user in the dropdown.
Please note we need to hide other phase type whenever we select project type as Resource management.
Please help me out..
Regards,
Srikanth