cancel
Showing results for 
Search instead for 
Did you mean: 

IT 2011

Former Member
0 Kudos

Hi,

_**While creating P10 ,P20 entries through IT201.I am getting dump.** Please let me know the error.

Runtime Errors IMPORT_FORMAT_ERROR

Except. CX_SY_IMPORT_FORMAT_ERROR

Date and Time 08.06.2011 09:21:16

Short text

Format error with IMPORT.

What happened?

Error in the ABAP Application Program

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

come across a statement that unfortunately cannot be executed.

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 "INSERT_TEVEN" "(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 "NT1", 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.

Missing RAISING Clause in Interface

Program SAPUP50R

Include UP50RF50

Row 362

Module type (FORM)

Module Name INSERT_TEVEN

-Kiran

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

problem solved

rajasekhar_reddy3
Active Contributor
0 Kudos

Hi Kiran ,

Can you let me know what program are you running to upload the events is it a z-program or standard code ...

Former Member
0 Kudos

Thanks for the reply.

We have a BDC through that we upload bulk time entries. For all other employees its working fine.Only for one employee its not even getting uploaded through IT2011 and getting dump while saving p10/p20.

Kiran.

Edited by: kiranm113 on Jun 8, 2011 8:20 AM

BradKrahe
Product and Topic Expert
Product and Topic Expert
0 Kudos

Can you manually create IT2011 for this employee via PA30?

Former Member
0 Kudos

Thanks for your reply.

Manually also unable to create P10/p20 entries and unable also unable to delete,when trying to delete also i am getting the dump.

This is happening only for a Single employee.

- kiran

BradKrahe
Product and Topic Expert
Product and Topic Expert
0 Kudos

Have you checked SM12 transaction to see if there are any rogue locked records?

Otherwise i would use SE16n or something similar and check the table entries for this employee as it sounds like it maybe an individual record. Then delete the record via SE16n - if you have access.

Former Member
0 Kudos

HI

Check IT 7 for the specific empl compared with other empl for whom it is working fine.

Regards

Raahul

Former Member
0 Kudos

Problem solved by deleting the entries in the cluster table B1, INT1 in PCL1 file for this particular employee`s last time data entered.

Problem is because of inconsistency in importing the records in INT1 Table which captures unprocessed time events.

Executed the Report: RPUPD100 to delete the records.

Edited by: kiranm113 on Jun 9, 2011 9:48 AM

Edited by: kiranm113 on Jun 9, 2011 9:49 AM