Application Development 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: 

Runtime Error in Standard Include

Former Member
0 Kudos

Hi,

After upgrading from SAP 4.7 E to ECC 6.0, we have facing few problem in execution of Reports..

Main problem is that, it called Standard INCLUDES..

Error:-

****************************

Short text

Format error with IMPORT.

What happened?

Error in the ABAP Application Program

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

come across a statement that unfortunately cannot be executed.

****************************

But, this program called a standard INCLUDE HINPAYMACRO ... that dump goes in it.

What's the problem...plz clear..

Thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Pls let me know, what is the errror message mentioned in the DUMP

Regards

MD

4 REPLIES 4

Former Member
0 Kudos

Pls let me know, what is the errror message mentioned in the DUMP

Regards

MD

0 Kudos

Hi,

Error Message is:....

*****************************************************

Short text

Format error with IMPORT.

What happened?

Error in the ABAP Application Program

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

come across a statement that unfortunately cannot be executed.

What can you do?

Note down which actions and inputs caused the error.

To process the problem further, contact you SAP system

administrator.

Using Transaction ST22 for ABAP Dump Analysis, you can look

at and manage termination messages, and you can also

keep them for a long time.

Error analysis

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_IMPORT_FORMAT_ERROR', was not

caught in procedure "IMP-RESULT-CLSTR" "(FORM)", nor was it propagated by a RAISING

clause.

Since the caller of the procedure could not have anticipated that the

exception would occur, the current program is terminated.

The reason for the exception is:

When attempting to IMPORT the object "EPF", there was a format error.

Unable to read an IMPORT dataset.

The dataset may have been processed using SQL and is

thus no longer readable for the IMPORT.

How to correct the error

Determine which actions resulted in the destruction of the

dataset.

The exception must either be prevented, caught within proedure

"IMP-RESULT-CLSTR" "(FORM)", or its possible occurrence must be declared in the

RAISING clause of the procedure.

**********************

This is complete error message...

Now plz. tell...

0 Kudos

Dump is due to cause of your ZHINCANN1 program,not from standard one.

Might be your are passing some variable from Export but nowhere it is collecting.

Possibly must see in form IMP-RESULT-CLSTR.

Moreover from ST22 you can direct goto debugger you may be able to see what field causing exception.

PS: Answer is purely on assumption and imaginary

0 Kudos

Hi

Answer is purely on assumption and imaginary

Pls refer to OSS Note : Note 1157311 - IMPORT_FORMAT_ERROR - During Upgrade

Pls take opinion from Basis team before implementing the same

Regards

MD