Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Variant configuration or Code.

ronaldo_aparecido
Contributor
0 Kudos

Hi Gurus

I have a field scrren type date in report,  this program has one variant.

I need the field to be displayed with the day one of month.

Ex: today is 28.08.2014  then the field needs show 01.08.2014 .

Its possible configure it in variant ?

in code i know is possible but how do it in variant?

Thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Yes, it is possible, check the example below:

Regards,

Felipe

3 REPLIES 3

Former Member
0 Kudos

Yes, it is possible, check the example below:

Regards,

Felipe

0 Kudos

Thanks Mr Felipe but  i was analazing with functional  and the problem is :

the report select data from tables of price (A530, ...etc) and he needs that the program select only the most current data selecting by the datbi and datab that tables .

I think it is possible only by code and dont by filter screen .correct ?

0 Kudos

You are correct, if the selection field depedens of some logic inside the report, you will not achieve this using variant, then you have to code the routine to fill the selection field as you expect.