cancel
Showing results for 
Search instead for 
Did you mean: 

PI SHEET Calculate data

0 Kudos
500

HI All,

In PI sheet I need a "Calculate data" to calculate the duration between two dates for that I have done with the below steps:

1) I have maintained Process message categories in T.CODE (O13C) - (SCREEN-1)

2) I have maintained process instruction categories in T.CODE (O12C) - (SCREEN-2)

3) But in the PI sheet, I'm unable to get the "Calculate data" - (SCREEN-3)


Is there any CALCULATION_FORMULA to get the "Calculate data" in PI sheet

Please help me on this issue


Thanks & Regards

M.Praveen

screen-1.jpeg

screen-2.jpeg

screen-3.jpeg

Accepted Solutions (0)

Answers (1)

Answers (1)

rupesh_brahmankar
Active Contributor
0 Kudos

Hello,

You can use Characteristics like PPPI_CALCULATED_VALUE and PPPI_CALCULATION_FORMULA Calculation formula

Refer SAP help document on it,

Message Characteristics: Value to be Calculated

or you can use function call C_DURAT (function module COPF_DETERMINE_DURATION) for this.

Best Regards,

R.Brahmankar