hello everybody.
in a selection-screen if i take a variant with 5 fields.in the output i should get the information of the fields in the variant as per the current date.how to do it.
You can not achieve this by saving it in a variant.
But you can do it programmatically. You save a variant with remaining 4 fields and in your report write a code so that if that data field is empty then its default value should be sy-datum.
For creation of variant have a look at below link.
http://help.sap.com/saphelp_nw2004s/helpdata/en/c0/980389e58611d194cc00a0c94260a5/content.htm
Best Regards,
Vibha
*Please mark all the helpful answers
Add a comment