SAP for Public Sector Discussions
Foster conversations about citizen engagement, resource optimization, and service delivery improvements in the public sector using SAP.
cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime error while creating CI Group and FC Group

Former Member
0 Kudos

Sir/Madam,

Before we start configuring fund management in the IMG we could not find "Public Sector Management (PSM)"

Basis person then activated EA-PS component and then we could see PSM node in the SPRO.We have configured fund management.

Then created Commitment Item and Fund Center Master. Now we are trying to create Commitment Item Group (TCode: FM_SETS_FIPEX1) and Fund Center Group (TCode:FM_SETS_FICTR1) but getting below mentioned ABAP Runtime Error.

Please suggest the solution.

Runtime Errors         MOVE_TO_LIT_NOTALLOWED_NODATA
Date and Time          30.03.2012 14:27:09

  Short text
     Error at assignment: Overwritten protected field.

  What happened?
     Error in the ABAP Application Program

     The current ABAP program "SAPLGUMD" had to be terminated because it
     come across a statement that unfortunately cannot be executed.

  Error analysis
     A new value is to be assigned to the field "<TABLE>", although this
     entirely or partly protected against changes.

     The following are protected against changes:
     - Character literals or numeric literals
     - Constants (CONSTANTS)
     - Parameters of the category IMPORTING REFERENCE for functions and
     methods
     - Untyped field symbols not yet assigned a field using ASSIGN
     - TABLES parameters if the actual parameter is protected against cha
     - USING reference parameters and CHANGING parameters for FORMs, if t
     actual parameter is protected against changes and
     - Accesses using field symbols if the field assigned using ASSIGN is

protected (or partially protected, e.g. key components of an internal
table with the type SORTED or HASHED TABLE) against changes
- Accesses using references, if the field bound to the reference is
protected (or partially protected) against changes
- External write accesses to READ-ONLY attributes,
- Content of a shared object area instance accessed using a shared lock
(ATTACH_FOR_READ).

Trigger Location of Runtime Error

    Program                                 SAPLGUMD

    Include                                 LGUMDU03

    Row                                     46

    Module type                             (FUNCTION)

    Module Name                             G_READ_VALUE

- Nilesh

1 REPLY 1

iklovski
Active Contributor
0 Kudos

Hi,

Please, follow instructions from note 939958.

Regards,

Eli