cancel
Showing results for 
Search instead for 
Did you mean: 

define months on current quarter

Former Member
0 Kudos

I successfully created a report with the data of ’current quarter’ and ’last quarter’.

Now I want to finetune that by adding month 1, month 2, month 3 of these quarters.

How can this be achieved?

I support by creating a variable on month, but I do not know how.

John

Accepted Solutions (0)

Answers (2)

Answers (2)

KodandaPani_KV
Active Contributor
0 Kudos

Hi,

yes karthik said correct.

already you have quater you want show the report based on the month.

add the cube level 0CALMONTH,0CALMONTH2 after map the transformatons form quater to add the cube level 0CALMONTH,0CALMONTH2 then check the data in cube level.

same calmonth obejct use the report output now check the value for month wise.

Thanks,

Phani.

karthik_vasudevan
Active Contributor
0 Kudos

Hi John

Yes, you can create customer exit variables to populate the data based on month. Get help from ABAP team in your project and do this.

Alternatively you can also achieve this in infocube level which is easier than customer exit variables. You already have quarter. I am sure you should have calculated it in transformation using some date field. Add calmonth also in the transformation and calculate it in using the same date field.

Add calmonth also in your report which will give you the output based on month.

Regards

Karthik