Symptom
When you executing transaction FS00 on your production system, it will display Client XXX has status 'not modifiable' error message.
Read more...
Environment
This KBA applies for all SAP Products based on Netweaver
Keywords
Table maintenance, Information System, Financial Statement, FE 146, Customizing, Mandant &1 hat den Status "nicht änderbar"
RFGSBSTR / RFGSBSTR
FORM / %_SEL_SCREEN
DATA: client_state LIKE t000-cccoractiv.
CALL FUNCTION 'VIEW_GET_CLIENT_STATE'
IMPORTING
transp_state = client_state
EXCEPTIONS
OTHERS = 1.
IF client_state = '2'. " client unchangeable
DATA: l_msgty LIKE t100c-msgts.
CALL FUNCTION 'READ_CUSTOMIZED_MESSAGE'
EXPORTING
i_arbgb = 'FE'
i_dtype = 'E'
i_msgnr = '146'
IMPORTING
e_msgty = l_msgty.
IF l_msgty = 'E'.
*...... toggle from change to display
m2_upda = false.
m2_disp = true.
MESSAGE e146 WITH sy-mandt.
ELSE. , KBA , BC-CUS-TOL-TME , View Maintenance Tool , FI-GL-GL , Basic Functions , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.