Application Development and Automation 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: 
Read only

9KE9 Dump Error using some Layout

Da_l
Participant
0 Likes
690

After Upgrede from 4.7 to ECC 6.0

The TR. 9KE9 send a Dump error message on select some Layout.

    READ TABLE it_hieaf INTO s_hieaf WITH KEY
                                 col = it_leadcol-col
                           fieldname = it_leadcol-fieldname   "40C
                               value = <value>
                                leaf = 'X'                    "40C
                BINARY SEARCH TRANSPORTING tabix_hieidx.
    IF sy-subrc > 0.
      MESSAGE x806 WITH 'program error'.                    "#EC NOTEXT
    ENDIF.
    APPEND s_hieaf-tabix_hieidx TO xt_comp.
  ENDLOOP.

With others layout doesn't have the Dump error message.

Do you have some answare to this error.

Where Can I review the Layout for this transaction.

Best Regards

2 REPLIES 2
Read only

paul_bakker2
Active Contributor
0 Likes
568

Hi,

This is standard SAP code, so (obviously) the first thing to do is search for a SAP note. Did you find anything?

We just upgraded as well, and had to find & apply quite a lot of followup notes.

good luck

Paul

Read only

Former Member
0 Likes
568

Hi David,

I have checked the where used list of message K9 806 in our system, but I can't find your code in any SAP include.

In which SAP include is this code? Is it SAP standard or modified (look at version history) ?

Maybe someone copied an old modifcation in SPAU which is no longer valid. The 4.0C comments show, that last changes were long ago ...

Regards,

Klaus