cancel
Showing results for 
Search instead for 
Did you mean: 
SAP Community Downtime Scheduled for This Weekend

ICR FBICR3 runtime error

Former Member
0 Kudos
135

Hello experts,

FBICR3 is performing an authority check on the field company.

When I start the transaction for a company I have authorization on, the program is running fine. When I start the transaction for a company I'm not authorized on, I get the following runtime error. With another user the program is running fine for the company.

Can anyone help me on that?

Regards,

Maria

Short text

Field symbol has not yet been assigned.

What happened?

Error in the ABAP Application Program

The current ABAP program "CL_FBICRC_SERVICES============CP" had to be

terminated because it has

come across a statement that unfortunately cannot be executed.

What can you do?

Note down which actions and inputs caused the error.

To process the problem further, contact you SAP system

administrator.

Using Transaction ST22 for ABAP Dump Analysis, you can look

at and manage termination messages, and you can also

keep them for a long time.

Error analysis

You attempted to access an unassigned field symbol

(data segment 32777).

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.

How to correct the error

If the error occures in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following

keywords:

"GETWA_NOT_ASSIGNED" " "

"CL_FBICRC_SERVICES============CP" or "CL_FBICRC_SERVICES============CM003"

"AT_SELECTION_SCREEN"

If you cannot solve the problem yourself and want to send an error

notification to SAP, include the following information:

(...)

Information on where terminated

Termination occurred in the ABAP program "CL_FBICRC_SERVICES============CP" -

in "AT_SELECTION_SCREEN".

The main program was "FBICRC003_DATA_SEL ".

In the source code you have the termination point in line 68

of the (Include) program "CL_FBICRC_SERVICES============CM003".

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You may refer to this note.

[Note 1245201|https://service.sap.com/sap/support/notes/1245201]

cheers.