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

InfoSet Query: Syntax Error while generating the program.

Former Member
0 Likes
971

Dear All,

I have a Query in CRM system which contains an Infoset based on LDB.

The InfoSet Query throws up a Syntax error while generating the program.

So, we are not able to change the Infoset using the Infoset Query through SQ01.

-


The error is as follows:-

Syntax error in program "AQZZ==/SAPQUERY/CRM_ACTMON1 ".

Error in the ABAP Application Program

The current ABAP program "CL_QUERY_OUTPUT_DEFINITION====CP" had to be

terminated because it has

come across a statement that unfortunately cannot be executed.

The following syntax error occurred in program "AQZZ==/SAPQUERY/CRM_ACTMON1 "

in include "AQZZ==/SAPQUERY/CRM_ACTMON1 " in

line 28:

""CRMT_REPORT_LOCATORLIST" must be a flat structure. You cannot use int"

"ernal tables, strings, references, or structures as components. -"

" "

" "

-


Please help me arrive at an solution, so that we are able to change the Infoset through the InfoSet Query.

Awaiting your reply as soon as possible.

Thanks and Regards,

Pankaj.

1 REPLY 1
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
554

There is an error in your query, specifically in the definition of CRMT_REPORT_LOCATORLIST. In the short dump (transaction ST22) you will see more details and the exact location of an error if you just scroll down.

I can't tell more because this problem is specific to your system, to which I have no access. Read the whole dump and look at all the objects mentioned there.