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: 

Run time Error in FMBBC

Former Member
0 Kudos

Hi

Completed PSM-FM (BCS) configuration in test system (IDES). Tried post budget entry through FMBBC but found the following error

i am getting an error as soon as i press check button in button

Runtime Errors   GETWA_NOT_ASSIGNED
Date and Time    23.06.2012 09:09:17

Short text

Field symbol has not yet been assigned.

 

What happened?

Error in the ABAP Application Program

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

 

Error analysis

You attempted to access an unassigned field symbol
(data segment 32771).

This error may occur if
- You address a typed field symbol before it has been set with
ASSIGN
- You address a field symbol that pointed to the line of an
internal table that was deleted
- You address a field symbol that was previously reset using
UNASSIGN or that pointed to a local field that no
longer exists
- You address a global function interface, although the
respective function module is not active - that is, is
not in the list of active calls. The list of active calls

can be taken from this short dump.

and so on .

.

After ran the std. program - RGZZGLUX. now i can able to post FMBBC entries. However General Ledger posting not available. Don't find any table entries in reports such as B/S, T/B & P&L account.

I heard that the data will go away if you implement BCS in between. Please suggest how do handle when we migrate the data into quality & production environment. What would be precautionary measure to be taken before implement PSM-FM.

Suggest how to overcome this kind of error when we move to production box

Thanks & Regards

IBrahim N

Message was edited by: Natan Teren

3 REPLIES 3

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Check with Budgeting Workbench under configuration steps

former_member211458
Participant
0 Kudos

Is very important if not mentioned above, the problem is described in note SAP. 976 463.

Please keep it for future implementations and take into account the recommendations described there.

before running the program correction

Saludos,

Augusto