InterviewSolution
Saved Bookmarks
| 1. |
I Have Some Housekeeping Abaps That I Have To Create Variants For. There Are Cases When I Have To Specify A Time Interval For The Abap In The Variant. If I Explicitly Enter A Start And End Date They Will Remain At That Current Date Continuously. Is There Any Way To Dynamically Enter Dates In The Variant? |
|
Answer» In TRANSACTION SE38 ENTER the VARIANT name and CHOOSE the attributes radio button. Here you can set the field to “selection variable.” Then, under selection variables button, you can define that it is SY -DATE+7. In transaction SE38 enter the variant name and choose the attributes radio button. Here you can set the field to “selection variable.” Then, under selection variables button, you can define that it is SY -DATE+7. |
|