on 2023 May 01 12:17 AM
Hi,
My question is about implementation of IF_EX_DPR_EVENTS in PPM tasks.
My clients expects the auto-release of Successor tasks when the current task is set as Complete.
I have achieved that "Projects" fiori tile where all the tasks of a project is shown. There is works perfectly, with the following code (Filter = ON_TTO_COMPLETED 😞
lr_task ?= ir_sender.
lr_task->IF_PPM_SCHEDULE_HOST~get_relations(
IMPORTING
et_successor = lt_successor " Table Node - Successor Node
).
But, when the user enters the "Tasks" fiori app for the same project & task, only the task assigned to the user are shown, and when user Completes that same task, again the BADI gets called (Flt = ON_TTO_COMPLETED), however the successor tasks can not be retrieved like it does in the Project app, it returns a blank list so I cannot perform the release method on the successor tasks.
What am I missing?
In the Tasks application, can I navigate to the successor tasks using another way?
Thanks in advance,
Request clarification before answering.
User | Count |
---|---|
3 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.