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 program - SAPLCNDP

Former Member
0 Likes
2,661

Syntax error in program - SAPLCNDP

We have a Syntax error window after password typing and can not login after.

-


Syntax error in program SAPLCNDP

in include CL_GUI_FRONTEND_SERVICES======CU

in line 406

Last changed by SAP

Author SAP

DEFAULT entry "'ASC'" is not type compatible with parameter "FILETYPE".

-


The reason is we have changed a structure field type by TCode SE11.

Select "VBDKA" Database table and the "LFDAT" field.

We did a Data Tyoe change from "CHAR" to "DATS".

Save and Generate, but when generate the SAP client hang and appeare this error after.

Windows 2003/oracle 9.20/SAP620

We try to find the Database Table "VBDKA" in the Oracle console, but can not find it, because we find this belong to structure NOT table. So how can we solved this error by Database change directly?

With some urgently!

Thanks!

3 REPLIES 3
Read only

Former Member
0 Likes
1,713

I hope you and your company have learnt a valuable lesson from changing standard SAP tables.

Either execute a database restore or write a blank cheque for SAP to fix it.

Read only

0 Likes
1,713

Thanks! Yes, this change is not did by us, it's our consultant, the reason why this change is just they found a field type should be a Date format not a CHAR, it's all. So I feel very sorry when I see your message, the whole change process is totally wrong. We also have no sense at the beginning, it's wrong again.

Whatever for this kind of change in the future, we will control really and do research at the beginning and this lucky thing is the change is done in our development system not PRD system, so for the problem, now the only way is restore whole database? What's the means of write a blank cheque for SAP to fix it?

Read only

Former Member
0 Likes
1,713

Hi,

i think its no where related to your table change.

it is telling that, there is type incompatability.

try to find out where exactly it is showing and why.

actually filetype is declared as data type char10.

it is type incompatible to ASC type .

try to go this way.

dont worry about chnage in standard table.

we can do it, only problem we will phase is it will be used in many standar programs, all these will be effected.

if you think the problem is with the table only,

try to retrive the orginal version and check it.