cancel
Showing results for 
Search instead for 
Did you mean: 

Coding for set default year at Query

Former Member
0 Kudos

I'm new in coding especially in BI ABAP / USEREXIT or something else similiar ..

now I do have a case which to identify if it's possible to set the current year and other value at query variable as default value. Like example when user open the query the value for year will showed as 2008 as default value.

I believe we need to write some userexit ?? or it could be done without it? if yes mind to write the code for me..

Thanks in advance.

Rgds

Dy

Accepted Solutions (0)

Answers (1)

Answers (1)

rajkumar_kandula
Active Contributor
0 Kudos

Hi,

You can acheive this using customer exits, also while creating variable you can specify a default value for that variable.

For writing customer exits for this refer this thread