cancel
Showing results for 
Search instead for 
Did you mean: 

Error in forward navigation

Former Member
0 Kudos

when we tried for forward navigation (e.g) creating screen from call screen statement causes dump.

Error is :

CL_ENH_TOOL_CLIF==============CP .this program misses an data object

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Can you please some more details of the ABAP dump.

Regards.

Ruchit.

Former Member
0 Kudos

The following syntax error occurred in the program

CL_ENH_TOOL_CLIF==============CP :

"The data object "L_INTF_NEW_METH_PARAM" does not have a component call"

Error Analysis in abap trace:

The following syntax error was found in the program

CL_ENH_TOOL_CLIF==============CP :

"The data object "L_INTF_NEW_METH_PARAM" does not have a component call"

Former Member
0 Kudos

Hi,

Its about an activation bug when they update your system probably, cause if you try to open that class in se24, probably you will get dumps also and if you make a syntax check you will get also other "component doesnt exist" msges too. Try check problems in last "mass activation" process.

Btw, CL_ENH_TOOL_CLIF is for Enhancement Tool for Classes .

I hope this leads...

Edited by: Arda CAKIR on Oct 28, 2008 7:37 AM