cancel
Showing results for 
Search instead for 
Did you mean: 

SQL code: -10692 occurred while accessing table

far_sid2103
Explorer
0 Kudos
526

Hi 

I got a dump while accessing a table dynamically, can someone please suggest what exactly is the problem here and how can it be resolved.

 

 

CREATE DATA lt_ref TYPE TABLE OF (p_lv_tabname).
    IF lt_ref IS BOUND.
      ASSIGN lt_ref->* TO <fs_tab>.
      IF <fs_tab> IS ASSIGNED.

        " Fetching records of entered table
        SELECT * FROM (p_lv_tabname) INTO TABLE <fs_tab>.

 

 

This dump comes when I execute the select query.

far_sid2103_0-1708590308262.png

Below is the table from which i am fetching data.

far_sid2103_1-1708590373204.png

Regards,

Farhan

Accepted Solutions (1)

Accepted Solutions (1)

Laszlo_Thoma
Product and Topic Expert
Product and Topic Expert
0 Kudos

Dear Farhan,

Please check:

  • 2399990 - How-To: Analyzing ABAP Short Dumps in SAP HANA Environments
    (search: 10692)
  • 2481736 - SQL code: -10692 occurred while accessing table <TABLE_NAME>

Regards,
Laszlo

Answers (0)