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 SAP-standard program

Former Member
0 Likes
1,243

Hi experts,

i am facing syntax error in sap standard program.how i can solve that error .

Error in include LFKPZTOP and errro is at line 70.

please help me ASAP.

Thanx & Rgds

Zeba

5 REPLIES 5
Read only

Former Member
0 Likes
778

Hello Zeba,

go to include LFKPZTOP and check in line 70.

if you are not able to solve that.

post the same line, so that we can understand what is error.

as of my checking the error is "iban is already defined in the include structure bus0bk ,

but i think it dosn't effect your programing.

Regards!

Edited by: Prasanth M on Feb 10, 2009 5:04 PM

Read only

Former Member
0 Likes
778

Hi Zeba,

Please paste the error so that we could give you proper suggestion.

If u r getting this error : "iban is already defined in the include structure bus0bk" then check the table where this structure is used. Somebody might have declard the IBAN field in custom structure and included it in the table and this table might be used in SAP std prg SAP std prg will not suddenly give a syntax error. Some changes might be done in some table or structure that is being called by this include.

Regards,

Saba

Edited by: Saba Sayed on Feb 10, 2009 12:56 PM

Read only

Former Member
0 Likes
778

Hi,

standard program error not possible to direct change its ask access key,so check with sap notes there is an note for particular error.

can you post error what your are getting in that program

Regards,

Madhu

Read only

Former Member
0 Likes
778

Hi,

Check this SAP note

Note 1039488 - Syntax error in SAPLFKPZ (IBAN)

It has the object LFKPZTOP

Regards

Read only

0 Likes
778

Thanx ravi .

Rgds

Zeba