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

getting Short Dump in OPEN CURSOR

Former Member
0 Likes
419

Hi,

    Report name RK310003(Standard program)

  

   OPEN CURSOR E_DB_CURSOR
         FOR SELECT (I_T_SELECT_CL)
                    FROM  K810003 AS KT JOIN K810004 AS TT
                    ON    KT~TRKEYNR = TT~TRKEYNR
                    WHERE (I_T_WHERE_CL)
                    GROUP BY (I_T_GROUP_BY_CL)
                    ORDER BY (I_T_ORDER_BY_CL).

It says the filed name KVGR4 does not exist in any of the tables from the FROM Clause. any idea is welcome.

Hi,

    Report name RK310003(Standard program)

  

   OPEN CURSOR E_DB_CURSOR
         FOR SELECT (I_T_SELECT_CL)
                    FROM  K810003 AS KT JOIN K810004 AS TT
                    ON    KT~TRKEYNR = TT~TRKEYNR
                    WHERE (I_T_WHERE_CL)
                    GROUP BY (I_T_GROUP_BY_CL)
                    ORDER BY (I_T_ORDER_BY_CL).

It says the filed name KVGR4 does not exist in any of the tables from the FROM Clause. any idea is welcome.

1 REPLY 1
Read only

DirkAltmann
Active Participant
0 Likes
372

Hi,

RK310003 is a generated report from CO-PA. This report has a relation to the Summarization Levels for CO-PA. My recommendation is, check the customizing. I think your field name has a typo is the field name not MVGR4?

Kind regards

Dirk