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

Syntax error in Logical database created by copying standard PGQ

Arun_Prabhu_K
Active Contributor
0 Likes
498

Hi guys.

I created a logical database ZMPQ_PGQ using the copy option from SE36 with the input PGQ (logical database used by QA33).

But it showing some syntax error Field "PGQ_SP" is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement.

How to resolve this?

Thanks in advance.

Hi guys.

I created a logical database ZMPQ_PGQ using the copy option from SE36 with the input PGQ (logical database used by QA33).

But it showing some syntax error Field "PGQ_SP" is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement.

How to resolve this?

Thanks in advance.

1 REPLY 1
Read only

Tamas_Hoznek
Product and Topic Expert
Product and Topic Expert
0 Likes
402

When checking the syntax of the LDB source code, go to the location of the syntax error (in include DBZMPQ_PGQSXXX), and change all internal table references of PGQ_SP to ZMPQ_PGQ_SP.