2016 Jul 14 7:46 AM
Hi All, I’m seeking if we have any direct list of standard and custom object types supported by SAP Switch framework. I understand by the implementation, Custom Switch supports all types of new enhancement techniques – Enhancement sections and Spot, standard FM extensions, Standard Methods extensions, data element and domains. Which means, when I enable the switch all objects linked to the switch will be functioning and doesn’t function when the switch is off. I could also see if we add a switch to a new report, though the switch is off, we can freely run the report without issues. Any thoughts of SAP Standard/Custom object types supported by Switch Framework. Thanks, Chand
2016 Jul 14 8:39 AM
That's listed in SAP Library - Switchable Units
Be careful with tables and table fields, you shouldn't put them in a switchable package (you would definitely lose the data if you switch off!)
2016 Jul 14 8:39 AM
That's listed in SAP Library - Switchable Units
Be careful with tables and table fields, you shouldn't put them in a switchable package (you would definitely lose the data if you switch off!)
2016 Jul 14 4:54 PM
Thank you Sandra Rossi. That's perfect link.
I have another question on the same -
i don't find an option to enable the switch effect to limited number of users. We can implement "auth check" custom code in the object to achieve the same.
Do we have any config option to limit the Switch effect to limited to certain number of users instead Instance level Switch activation.
Appreciate your inputs.
Thanks,
Chand
2016 Jul 14 6:53 PM
No, the switch Framework is related to the ABAP compiler, it's for the whole system (the byte code is not there if the switch is switched off).
2016 Jul 15 7:05 AM
thank you Sandra. I have opened other thread, related to enabling Flighting feature in SAP. pls share your thoughts.