Hi,
I want to know why this class and Method used in detail.
I tried to serach in SDN but all i came to know is it will do the check on Actiavtion of the method.
In One of the scenario I am using this std code to check - Order Integration with an external TMS (605)
IF cl_ops_switch_check=>ops_sfws_sc_erptms( ) = abap_true.
What does the above conditino mean ?
Does it mean that this Method will become Activated in some other external system and become abap_true...?
Appreciate any explonation to understand better about this method 'ops_sfws_sc_erptms'.
Thanks in advance!
Best Regards,
KC