2014 Sep 02 8:14 AM
Hi Experts,
small question regarding Variants;
For this Selection-Screen:
SELECTION-SCREEN BEGIN OF BLOCK bl1 WITH FRAME TITLE text-001.
SELECT-OPTIONS: s_vstel FOR likp-vstel ,
s_vkorg FOR likp-vkorg ,
s_fkdat FOR vbrk-fkdat .
SELECTION-SCREEN END OF BLOCK bl1.
Im trying to create a Variant, where I can determinate as LOW as HIGH values, but SAP offers only LOW Values to be created:
How can I mantaine LOW and HIGH Values here?
BR
Denis
2014 Sep 02 8:23 AM
Hi,
Just fill all the fields in the selection screen and save.
Both low and high values will be saved.
Regards.
2014 Sep 02 8:23 AM
Hi,
Just fill all the fields in the selection screen and save.
Both low and high values will be saved.
Regards.
2014 Sep 02 8:37 AM
Thank you for the feedback, but in case od date I'd like to perform:
LOW: sy-datum - 7
HIGH: sy-datum -2
So I can not just fill those fields in this case.
BR
2014 Sep 02 8:53 AM