Symptom
The below dump occurs in Customer Governance (BS_OVP_BP) application when trying to block a customer.
Category ABAP programming error Runtime Errors MOVE_TO_LIT_NOTALLOWED_NODATA ABAP Program CL_FPM_FORM_UIBB_ASSIST=======CP Application Component BC-WD-CMP-FPM |
Short text |
Assignment error: Overwriting of a protected field. |
What happened? |
Error in the ABAP application program. The current ABAP program "CL_FPM_FORM_UIBB_ASSIST=======CP" had to be |
Error Analysis |
Field "<FIELD>-NAME" was to assigned a new value but this field is at least partly protected against changes. |
Information on where terminated |
The termination occurred in ABAP program or include "CL_FPM_FORM_UIBB_ASSIST=======CP", in "GET_CONFIGURED_FIELDS". The main program was "SAPMHTTP". |
Source Code Extract |
IF NOT iv_name IS INITIAL. READ TABLE mt_config_fields TRANSPORTING NO FIELDS WITH TABLE KEY component = iv_name. IF sy-subrc <> 0. RETURN. ENDIF. APPEND INITIAL LINE TO et_field ASSIGNING FIELD-SYMBOL(<field>). >>>>> <field>-name = iv_name. ELSE. |
Read more...
Environment
- Floorplan Manager for Web Dynpro ABAP
- Web Dynpro for ABAP
- SAP NetWeaver
- SAP Web Application Server for SAP S/4HANA
- ABAP Platform 1809
- ABAP Platform 1909
- SAP User Interface Technology 7.51 SPS 01 and above
- SAP User Interface Technology 7.52 SPS 07 and above
- SAP User Interface Technology 7.53 SPS 01 and above
- SAP User Interface Technology 7.54
Product
Keywords
MOVE_TO_LIT_NOTALLOWED_NODATA, CL_FPM_FORM_UIBB_ASSIST, GET_CONFIGURED_FIELDS, BS_OVP_BP, Overwriting, protected field, Universal resource ID /sap/bc/webdynpro/SAP/BS_OVP_BP, <field>-name = iv_name, mt_config_fields, Customer # already exists, CL_FPM_FORM_EXT_CTRL, IF_FPM_FORM_EXT_CTRL~GET_CONFIGURED_FIELDS, Customer Governance, Search Customer, Block, Block/Unblock Customer, available change request types, OK , KBA , BC-WD-CMP-FPM , Floorplanmanager , 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.