cancel
Showing results for 
Search instead for 
Did you mean: 

Month wise data

Former Member
0 Kudos

Hi Experts,

We had scenario to display monthly wise items. For this purpose, i had used

ON CHANGE WA_FINAL-PSTNG_DATE+04(02).

Total = Debit_total + Credit_total.

ENDON.

But this coding is not triggering.

Could please suggest what went wrong in my development?

Please provide suggestion to solve the issue.

Regards,

Bharat

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks all...

Former Member
0 Kudos

hi,

create new field in internal table for PSTNG_DATE+04(02).

move the data in this field

then try

ON CHANGE new field

Total = Debit_total + Credit_total.

ENDON.

Hope this will help

Dhiraj.