2013 Mar 25 7:03 AM
Hi ALL,
Need your help on EMIGALL.
I have configured PARTNER object in EMIGALL.While importing data,i am getting run time error 'Type conflict when calling a function module.'.Below is 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 "ISU_M_PARTNER_PREPARE" "(FUNCTION)", 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:
The call to the function module "ISU_M_PARTNER_PREPARE_ISU" is incorrect:
The function module interface allows you to specify only fields of a particular type under "X_AUTO".
The field "X_AUTO" specified here is a different field type.
Input file is in txt format with below content.
PART020 | INIT | 1 | ISU | 20010101 | 20200101 | |||||||||||||
PART020 | EKUN | |||||||||||||||||
PART020 | BUT000 | jakien | huend | X | MT | |||||||||||||
PART020 | BUT0BK | |||||||||||||||||
PART020 | BUT020 | I | ATTARD | ATT 1124 | KARM DEBONO | 19 | MT | 45639865 | 8763 | |||||||||
PART020 | TAXNUM | |||||||||||||||||
PART020 | BUT0ID | 99887652 | MTID | |||||||||||||||
PART020 | &ENDE |
I have tried by entering same data in EMIGALL file format,still getting same error.Code page for SAP is 4102.I have also tried file 'convert file migration' but that too is not helping.
Request you to please share your advice.
Thanks in advance.
Roopali
2013 Mar 25 10:35 PM
Hi Roopali
The problem is not linked to your data, but a discrepancy of the interface parameters of function:
Go to transaction SE37 insert the function name and press display.
Note down the type of parameter X_AUTO (on my system here it's ISUMI_PARTNER_AUTO).
This should be the same for both functions above.
If it isn't of you should look for SAP notes and/or contact SAP to report the error.
Yep
Jürgen