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

how to debug a dump error

Former Member
0 Likes
608

Hi Gurus,

I am a functional consultant. Installation of FI-CAx component has not been done properly and so we are facing issue. Can anyone help me figure out how to rectify the following error.

What happened?

Error in the ABAP Application Program

The current ABAP program "SAPLFKPT" had to be terminated because it has

come across a statement that unfortunately cannot be executed.

The following syntax error occurred in program "SAPLFSP3A " in include

"LFSP3ATOP " in

line 9:

"The data object "FKKOP" does not have a component called "APERD"."

" "

" "

" "

The include has been created and last changed by:

Created by: "SAP "

Last changed by: "SAP "

Error in the ABAP Application Program

The current ABAP program "SAPLFKPT" had to be terminated because it has

come across a statement that unfortunately cannot be executed.

What can you do?

Please eliminate the error by performing a syntax check

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

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

If the problem persists, proceed as follows:

Note down which actions and inputs caused the error.

Thanks

Santosh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
445

Well the error is showing in standard so u can do anything,

Check what custom prgrams are accesing it and see if any error in coding has been done thr, or else contact sap.

2 REPLIES 2
Read only

Former Member
0 Likes
445

Hi

Go to the specified include and check if the component exists in the field. It means that FKKOP is a structure with field named APERD within it. Also check if the spelling is correct.

Hope this helps

Regards,

Jayanthi.K

Read only

Former Member
0 Likes
446

Well the error is showing in standard so u can do anything,

Check what custom prgrams are accesing it and see if any error in coding has been done thr, or else contact sap.