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: 

How to set - (minus) in selection option( variant)

Former Member
0 Kudos

Hi All,

while setting up variant for ABAP program. For one of the date input parameter, we would like to mention date = current date - 60 days.

For that we are going into selection option of the variant and by-default we are getting few option and one of them is current date +/- ??? days. When I was selecting the same its always current date + 60 days.

How to set '-' (minus) days??

Thanks

Yogi

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Instead of entering 60 days, enter -60 days.

Rob

2 REPLIES 2

Former Member
0 Kudos

Instead of entering 60 days, enter -60 days.

Rob

0 Kudos

Rob....

Bingo. Given full points.

Thanks....