2007 Jan 12 9:03 PM
Hi,
I want to save (overwrite) / create (incase it doesn't exists) a variant of a report program through a function module? Is there any SAP standard module (4.6C)? I have tried to use RS_CREATE_VARIANT to create variant but it's not working.
Regards,
Achirangshu
2007 Jan 12 9:05 PM
try FM:
RS_CHANGE_CREATED_VARIANT .
RS_VARIANT_CHANGE
- Guru
Reward points for helpful answers
2007 Jan 12 9:05 PM
try FM:
RS_CHANGE_CREATED_VARIANT .
RS_VARIANT_CHANGE
- Guru
Reward points for helpful answers
2007 Jan 13 2:53 AM
Hello Achirangshu,
I am not sure why you actually need to save the variant anyways, it could be done simply by clicking the Disk icon on the selection screen...and the user could change at any time they deem fit...
Regards,
Anyi
2023 Feb 23 9:36 AM
Function RS_VARIANT_SAVE_FROM_SELSCREEN
Call the function from AT-SELECTION-SCREEN / PAI event of SY-DYNNR you want to save variant.