cancel
Showing results for 
Search instead for 
Did you mean: 

Settlement rules not getting created

Former Member
0 Kudos

Hi,

During period end, all 2nd level WBS elements are generally settked to AuCs. I had maintained the settlement strategy in such a way that all the WBS elements below 2nd level are settled to its Superior. When i tested this in one of the Client, it worked fine whereas in the new client, when I execute CJB2, system gives the message "processed with no errors", however when I check the WBS element, settlement rules are not created. What could be the problem ?

thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

former_member201206
Active Contributor
0 Kudos

Hi

A copy of text ( donot know anymore, where I got it):

*******************************************************************************

Only the wbs element with investition profile, which has the 'manage

Auc' (technical field INVMA ), will be excluded. In this situation

the automatisch generation of settlement rules is not useful.

In other case, that the wbs element has a investition profile, but

the investition profile do not has the flag 'manage Auc' ticked, is not

considered as a accompanying measure. In this situation, a autom.

settlment rule generation can be useful, that why the program do not

exclude such wbs elementen.

Please notice, in this issue, only the customizing setting of investiti-

on profile is involved, not the settlement rules.

you can take a small modification, which remove the check of the

'invma' of inves. profile, which is programed purposefully.

include LKSRGF01 form process_block

...

  • general checks

if not lt_prps-imprf is initial.

call function 'IM_TAPRF_READ'

exporting

i_ivpro = lt_prps-imprf

importing

e_taprf = ls_taprf.

if not ls_taprf-invma is initial. "invest object " delete

add 1 to stats-sal_0. "couldn't be handled

perform wla_confirm_proc_status

using p_rsthie_block-name(22)

kpepw_objstat-not_relevant

space

check_messages-off.

******************************************************

Kind regards,

Zhenbo

Edited by: Zhenbo Wang on Jul 13, 2009 5:27 PM

Answers (2)

Answers (2)

Former Member
0 Kudos

Closed

Former Member
0 Kudos

Hi,

what is the error? if you can provide the error message we can sort out the issue

Rgds

Sudhir Reddy

Former Member
0 Kudos

Hi Sudhir,

Thanks for your reply. I am not getting any errors. It is giving the message "Processed with no errors" ( Note : I had executed after removing the flag from test run, I mean update run is executed) but when I check the WBS, no rules have been generated.

thanks.

Vinodh

Former Member
0 Kudos

Hi,

have you maintained the settlement rule at project definition level?

did you check whether same configuration exists in the new client?

check whether the strategy is avaible in the project that you have created in new client?

Even somtime status plays a role, as it was program error in previous releases.

Rgds

Sudhir reddy

Former Member
0 Kudos

Hi Sudhir,

Config. is OK. I tried one project each in all the system statuses CRTD, REL & TECO. For all the projects, the settlement rule creation status remains same that is none.

thanks.

Former Member
0 Kudos

Hi,

could you check the Acct assg indicator for the wbs, which you defined for strategy?

Rgds

Sudhir Reddy