Hi,
I had appled patches in my Development server and now I am unable to access spam tcode.
I have applied ABA and BASIS patches sucessfully .....
That shows error, I am sending the detail of error . PLEASE HELP ASAP.
Runtime Errors SYNTAX_ERROR
Date and Time 26.12.2008 12:02:50
Short text
Syntax error in program "CL_SFW_SYSTEM_SETTINGS========CP ".
What happened?
Error in the ABAP Application Program
The current ABAP program "CL_SFW_RO_FACTORY=============CP" had to be
terminated because it has
come across a statement that unfortunately cannot be executed.
The following syntax error occurred in program
"CL_SFW_SYSTEM_SETTINGS========CP " in include
"CL_SFW_SYSTEM_SETTINGS========CM00K " in
line 9:
"Type "SFW_BFSET_SELECTED" is unknown"
" "
" "
" "
The include has been created and last changed by:
Created by: "SAP "
Last changed by: "SAP "
Error in the ABAP Application Program
The current ABAP program "CL_SFW_RO_FACTORY=============CP" had to be
terminated because it has
come across a statement that unfortunately cannot be executed.
method init.
me->system_settings = cl_sfw_system_settings=>get_instance( ). endmethod.
method if_sfw_system_settings~are_local_changes_allowed.
local_changes = me->system_settings->are_local_changes_allowed( ).
endmethod.
method if_sfw_system_settings~get_bfunc_switch_on_time.
switch_on_time = me->system_settings->get_bfunc_switch_on_time( bfunc = bfunc ).
endmethod.
method if_sfw_system_settings~get_selected_bfset.
bfset = me->system_settings->get_selected_bfset( state = state ).
endmethod.
method if_sfw_system_settings~get_switched_on_bfuncs.
bfuncs = me->system_settings->get_switched_on_bfuncs( state = state ).
endmethod.
method if_sfw_system_settings~is_bfset_selected.
selected = me->system_settings->is_bfset_selected( bfset = bfset state = state ).
endmethod.
method if_sfw_system_settings~is_bfunc_switched_on.
switched_on = me->system_settings->is_bfunc_switched_on( bfunc = bfunc state = state ).
endmethod.
method if_sfw_system_settings~is_client_dependent.
client_dependent = me->system_settings->is_client_dependent( ).
endmethod.
endclass.
Regards,