cancel
Showing results for 
Search instead for 
Did you mean: 

BADI dpr_fin_gecco_calc

Former Member
0 Kudos

Hello All,

I'm trying to implement the BADI DPR_FIN_GECCO_CALC. I'm trying to implement it for the role based callculation of cost for diffrent periods. I'm able to find all the data required for it in my desired BADI except for the Distribution data. By this what I mean is the data that we put in the distribution of role.

Please let me know where to find the distribution data.

Award point for all the valid ans.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

You have to retrieve it in the program.

You can use the method get_distribution( ) from the role (class CL_DPR_PARTICIPANT).

Matthias

Former Member
0 Kudos

thanks matthis,

There is one more problem after doing all my calculation i have to update me COSS table. This is happening from the std cProjects application but I'm not able to find out how is it done. Which structure or what parameter is been modified that it gets reflected in the COSS table.

Your reply will be of great help.