cancel
Showing results for 
Search instead for 
Did you mean: 

profit indicator

Former Member
0 Kudos

Hi in the Completed methord of RA analysis the profit indicator is set to 'C',

When the project is set to TECO and KKA2 is run, the profit indicator is coming as 'M' Sometimes 'O',

Does the profit indicator change automatically in the RA or there is something which is incorrect.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Amlan,

Yes, this is standard system behavior. The profit indicator change is intentional and hard-coded in subroutine GET_ITABS_ROW_CORRECTIONS.

Regards, Gordon

Former Member
0 Kudos

Hi Gordon,

Thanks a lot for the reply, is there any documentation available for the profit indicator

Former Member
0 Kudos

Hi Amlan,

I can't find any documentation pertaining. The profit indicator is changed internally to allow the program to calculate the data in the right way for valuation methods that aren't 'Final results analysis'. You can see this in FG KKAG Subroutine GET_ITABS_ROW_CORRECTIONS

...............................................
  IF ITABS-GEWKZ = GREAL_CC AND 

    ITABS-RFLG3 = ENDABGR_NO.  

    ITABS-EMPKZ = ERG_RES_CC.
    ITABS-GEWKZ = GREAL_OHNE. 

  ENDIF.
ENDFORM.

..............................................

Regards, Gordon

Former Member
0 Kudos

Hi Amlan,

Check whether OSS notes 525804, 503951, 640952  can help you.

Please have a look.

Regards

Tushar

Former Member
0 Kudos

These notes does not related to the profit indicator

Answers (0)