cancel
Showing results for 
Search instead for 
Did you mean: 

Want to Display Current date in Excel Report

Former Member
0 Kudos

Hi,

I would like to display the current date in the first line of my Bex report.(in the header). Please help

Thanks,

Abrar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hey Abrar,

Welcome to SDN:)

Declare a Structure in the rows and make a selection in that for any date characteristic( make it 0CalDay).and then make a replacement path variable for thatuse it as input selection for that in the report and in the code update it through the sy-datum

Hope it helps.

Thanks

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can simply use Excel with a formula in the cell

=TODAY()

Regards

Former Member
0 Kudos

Thanks both.