Application Development and Automation 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: 
Read only

VA05 default date range

Former Member
0 Likes
904

Hello all,

In transaction VA05, how to default the SO searching date range from 'today' to 'today' ?

Does transaction variant work for it ? How to achieve it??

Or by user exits ??

Thanks a lot!

2 REPLIES 2
Read only

Former Member
0 Likes
570

Hi,

To the extent i know we can create the transaction variant using the transaction SHD0 na dcan use that but it does not provide the facility to put values in a generic way just like sy-datum for the data field.

some times user also create the variant for the report program there we can create the variant and in the attribute section set the screen-variable property for that variable and then by selecting that variable and going for the selection variable you can set the current date or some other function available.

Regards,

amit

Read only

0 Likes
570

while creating the tranaction we can define the type of the transaction for the report and can define the variant there that will be used while calling that report using the transaction

regards,

amit