ā2016 Jan 11 2:24 AM
Hi All,
Kindly need your advise regarding save variant and load variant in dialog program. I have searched for the procedure to create variant, unfortunately, found that to create variant in module pool still need the selection screen which differ from my program requirement. I have a modal pool program as below:
and i want to save variants for check box and file path, is that possible to create it in modal pool program?
Your advise is really appreciated,
Regards,
Liyana
ā2016 Jan 11 3:41 AM
Hi,
you can use Function Module RS_VARIANT_ADD to save variant.
then get variant name from VARID table and then use RS_VARIANT_CONTENTS to get variant contents.
thanks!!
ā2016 Jan 11 4:56 AM
USE BELOW FM
RS_VARIANT_SAVE_FROM_SELSCREEN
RS_VARIANT_SCREEN
RS_VARIANT_LIST
ā2016 Jan 11 5:19 AM
ā2016 Jan 11 6:14 AM
ā2016 Jan 14 7:31 AM
Thanks Joshua,
I've go through the link, but that one still need to create a selction screen for the main screen, it different from my requirement.