cancel
Showing results for 
Search instead for 
Did you mean: 

Parameter is not type-compatible with formal parameter

Former Member
0 Kudos

Hi Gurus,

Recently, i did a SAP_ALL profile client export from production and import into Sandbox client. Both the ECC releases are same with respect to the components.

After the complete import and post-import operations, i'm getting few dumps especially in the FI modules. for example, when i try to change the posting period it gives the errors

couple of the error dumps are like

"XBSEG-KURSR" is incompatible with the formal parameter "E_EXRATE"."

""XBKPF" is not type-compatible with formal parameter "CH_XBKPF"."

Could you please give some insight on this error and the way to solve it asap

Regards

Jagadeesh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

could you please paste first 100 lines of the dump to analyze?

Cheers,

-Sunil

Former Member
0 Kudos

Hi Sunil,

Thanks for the reply. Here are the first set of lines from dump

ShrtText

Syntax error in program "SAPLFIE1 ".

What happened?

Error in ABAP application program. The current ABAP program "SAPL0F00" had to be terminated because one of the statements could not be executed. This is probably due to an error in the ABAP program.

In program "SAPLFIE1 ", the following syntax error occurred

in the Include "LFIE1F02 " in line 724:

"In PERFORM or CALL FUNCTION "CONVERT_EXRATE_GEN", the actual parameter"

" "XBSEG-KURSR" is incompatible with the formal parameter "E_EXRATE"."

" "

" "

Author and last person to change the Include are:

Author "SAP "

Last changed by "SAP "

What can you do?

Please eliminate the error by performing a syntax check

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

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

If the problem persists, proceed as follows:

Print out the error message (using the "Print" function)

and make a note of the actions and input that caused the

error.

To resolve the problem, contact your SAP system administrator.

You can use transaction ST22 (ABAP Dump Analysis) to view and administer

termination messages, especially those beyond their normal deletion

date.

is especially useful if you want to keep a particular message.

Error analysis

In program "SAPLFIE1 ", the following syntax error occurred:

"In PERFORM or CALL FUNCTION "CONVERT_EXRATE_GEN", the actual parameter"

" "XBSEG-KURSR" is incompatible with the formal parameter "E_EXRATE"."

" "

" "

Information on where terminated

The termination occurred in the ABAP program "SAPL0F00" in "EURO_UMSETZUNG".

The main program was "SAPMSVMA ".

The termination occurred in line 1382 of the source code of the (Include)

program "L0F00I60"

of the source code of program "L0F00I60" (when calling the editor 13820).

Please let me know if you need any additional things from my side.

Regards

Jagadeesh