Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Obsolete FM cats_display_transfer_list

Former Member
0 Kudos

Hi Experts,

While using the functin module 'cats_display_transfer_list' I am getting an Runtime error

I wan to know is this FM Obsolete, if so It can be replaced with what.

Recently we have upgraded from 4.7 to ECC 6.

Thanks,

Basheer

2 REPLIES 2

Former Member
0 Kudos

What is run time error reporting as the problem?

0 Kudos

Hi thanks for the intrest the error descriptio is as below::

Short text

Field symbol has not yet been assigned.

What happened?

Error in the ABAP Application Program

The current ABAP program "SAPLKKBL" had to be termin

come across a statement that unfortunately cannot be

Error analysis

You attempted to access an unassigned field symbol

(data segment 32773).

This error may occur if

- You address a typed field symbol before it has bee

ASSIGN

- You address a field symbol that pointed to the lin

internal table that was deleted

- You address a field symbol that was previously res

UNASSIGN or that pointed to a local field that no

longer exists

- You address a global function interface, although

respective function module is not active - that is

not in the list of active calls. The list of activ

can be taken from this short dump.