cancel
Showing results for 
Search instead for 
Did you mean: 

Dump - PERFORM_CONFLICT_TYPE - CX_SY_DYN_CALL_ILLEGAL_TYPE - PP_ORDER

Former Member
0 Kudos

Hello,

we are trying to archive production order with the archive object PP_ORDER.

We have the dump PERFORM_CONFLICT_TYPE - CX_SY_DYN_CALL_ILLEGAL_TYPE - on program AS_FILL_ROUTINES when we tried to delete the data.

We discover that the problem is on the archive infostructure "SAP_PP_ORDER001" (field catalog SAP_PP_ORDER001): if we activate the info structure and then with transaction SARI --> staus --> insert objct PP_ORDER --> status per archive" --> fill structures

we receivece the same dump.

Any idea?

Thank you for your help.

Matteo

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,did you analyze in st22?

Former Member
0 Kudos

Yes, I analized the dump, but unfortunatelly I dont' find for the momenta a solution.

No OSS note, no forum...

This is the dump:

Runtime Errors PERFORM_CONFLICT_TYPE

Exception CX_SY_DYN_CALL_ILLEGAL_TYPE

Date and Time 24.05.2011 17:38:42

-


-


Short text

Type conflict when calling a FORM.

-


-


What happened?

Error in the ABAP Application Program

The current ABAP program "AS_FILL_ROUTINES" 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_DYN_CALL_ILLEGAL_TYPE', was

not caught in

procedure "SRCLINE_ADD_TO_ISDATA" "(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:

Call to FORM "LINES_MOVE" is incorrect:

The actual parameter no. 1 has a different data type in the

PERFORM than requested for the FORM "LINES_MOVE" in program "%_T028L0".

-


-


How to correct the error

If the error occurred in your own ABAP program or in an SAP

program you modified, try to remove the error.

If the error occures in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following

keywords:

"PERFORM_CONFLICT_TYPE" "CX_SY_DYN_CALL_ILLEGAL_TYPE"

"AS_FILL_ROUTINES" or "AS_FILL_ROUTINES"

"SRCLINE_ADD_TO_ISDATA"

If you cannot solve the problem yourself and want to send an error

notification to SAP, include the following information:

1. The description of the current problem (short dump)

Former Member
0 Kudos

Hi Matteo,

Thank you for the forum above.

I was trying to run the delete program manually after archiving (actually deleting data from the system that is older than 02.05.2012) IDOCs (intermediate documents) and got the same run time error.

Were you able to sort out the problem and how?

Regards