Hello everybody,
We have a problem and this is our situation...
We have created an implementation point for the BADI PT_GEN_REQ and we want to implement the method FIND_RESP_AND_DEFAULT_NEXT_PRC, because we want to show like approver, the employeeu2019s responsible.
If an employee occupies two positions with a different occupation percentage, the approver showed should be the responsible from the position with the bigger occupation percentage.
We have debugged the program RPTREQAPPRCHK and we have realized it chooses like approver, the responsible from the position with a smaller ID. And thatu2019s our problem.
During the implementation, we have met with some additional problems. First of all, we havenu2019t any information about in-out parameters and we tried to use the commented code, but it didnu2019t work. It gave us some compiling mistakes, because there were some objects without initial values, so they pointed at NULL. And also, we donu2019t know a program to execute the BADI, do you know if there is any program for executing the method FIND_RESP_AND_DEFAULT_NEXT_PRC?
Thank you very much.