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

runtime errors

Former Member
0 Likes
714

Moderator message: please use a meaningful subject in future

hi:

any simple syntax errors enccour when i debug my coding ,the system show the runtime errors:

in program "SAPLKBH",the following syntax error enccoured:

"the type "ZCDQ11" is unkonwn"

actually,my coding have nothing with alv and the grogram saplskbh is a system one,the infos show :

last changed by "SAP",can anyone tell me why and 'how to'

Edited by: Matt on Nov 24, 2008 2:41 PM

5 REPLIES 5
Read only

Former Member
0 Likes
673

Hello,

Please check the user exits and Badi's related to that program/transaction. There might be some declaration in the exit referring to DDIC but may not have been created there.

Hope it helps.

Thanks,

Jayant

Read only

Former Member
0 Likes
673

hi,

'ZCDQ11' is a custom one. this should have declaration part. just check for the declaration.

i checked in my server that dose not exist. some times sap it self will enhance with Z.

if you still not confirm send us the dump screen shot, that is showing the error wiht arrow mark.

Read only

former_member404244
Active Contributor
0 Likes
673

Hi,

Please check if ZCDQ11 data element exists..If yes then use 'where used list ' and see which programs it was used..

Regards,

Nagaraj

Read only

Former Member
0 Likes
673

thxs,guys,

i checked my server also,no ZCDQ11 data element exist,and no program use this data element,

i have no idea now,below this is the error infos:

Runtime Errors SYNTAX_ERROR

Date and Time 2008-11-25 21:36:19

-


-


ShrtText

Syntax error in program "SAPLSKBH ".

-


-


What happened?

Error in ABAP application program.

The current ABAP program "SAPLSLVC" had to be terminated because one of the

statements could not be executed.

This is probably due to an error in the ABAP program.

In program "SAPLSKBH ", the following syntax error occurred

in the Include "LSKBHU21 " in line 22:

"The type "ZCDQ11" is unknown."

" "

" "

" "

Author and last person to change the Include are:

Author "SAP "

Last changed by "SAP "

-


-


What can you do?

Please eliminate the error by performing a syntax check

(or an extended program check) on the program "SAPLSKBH ".

You can also perform the syntax check from the ABAP/4 Editor.

If the problem persists, proceed as follows:

Print out the error message (using the "Print" function)

and make a note of the actions and input that caused the

error.

To resolve the problem, contact your SAP system administrator.

You can use transaction ST22 (ABAP Dump Analysis) to view and administer

termination messages, especially those beyond their normal deletion

date.

is especially useful if you want to keep a particular message.

-


-


Error analysis

In program "SAPLSKBH ", the following syntax error occurred:

"The type "ZCDQ11" is unknown."

" "

" "

| " "

Read only

0 Likes
673

Hello,

Did you check include LSKBHU21 in line 22 as suggested in Dump analysis.

Seems that there have been usage of ZCDQ11 and there is no declaration of it.

Try to search with Main program check for 'ZCDQ11'.

Thanks,

Jayant