Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Switch Frame work supported object types

Former Member
0 Likes
704

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

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
0 Likes
666

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!)

4 REPLIES 4
Read only

Sandra_Rossi
Active Contributor
0 Likes
667

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!)

Read only

0 Likes
666

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

Read only

0 Likes
666

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).

Read only

0 Likes
666

thank you Sandra. I have opened other thread, related to enabling Flighting feature in SAP. pls share your thoughts.