cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with job RDDEXECL (STMS)

0 Kudos

Hi Coleagues

The problems is that job RDDEXECL(Execution of programs for post - import processing) is canceled during execution.

with the error:

*What happened?

Error in ABAP application program.

The current ABAP program "SAPLPRGN_UTILITIES" 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 "SAPLSUPRN ", the following syntax error occurred

in the Include "LSUPRNF3J " in line 117:

"Different number of parameters in FORM and PERFORM (routine: AUTH_NEW_"

"AUTH, number of formal parameters: 3, number of actual parameters: 2)."

" "

" "

Author and last person to change the Include are:

Author "SAP "

Last changed by "SAP "*

I have performed the checking of syntax for programs involved and checked if occur some change in this programs recently.

I not found nothing.

My sap is ECC 5.0 on Unix with oracle .

Could anyone let me know where is the issue please ?

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Marcos,

The XPRA_EXECUTION is terminated as the background job RDDEXECL is terminated with the abap short dump. From the dump

information, I could find that there is some version mismatch in the report. Can you please compare the versions of the

report and find out the changes delivered to the report.

Thank You.

Regards,

Deepika

0 Kudos

Hi Deepika

The version of this report is the same in the all environments. In the others environments this report works without problems.

More details about error:

A Thu Jan 5 21:57:51 2012

A *** ERROR => Syntax error in program SAPLSUPRN

A *** ERROR => > Include LSUPRNF3J line 117

A *** ERROR => > Different number of parameters in FORM and PERFORM (routine: AUTH_NEW_AUTH, numb

A *** ERROR => > er of formal parameters: 3, number of actual parameters: 2).

tks

Edited by: Marcos A. Magalhães Jr on Jan 5, 2012 10:32 PM

Former Member
0 Kudos

Hello Marcos,

Its clearly written in log there is something wrong with the report

""Different number of parameters in FORM and PERFORM (routine: AUTH_NEW_"

"AUTH, number of formal parameters: 3, number of actual parameters: 2)."

I will suggest you to consult an ABAPer, it seems some data-element kind of error is there, I faced these type of issues and got resolved with the help of ABAPers.

Regards,

Amit Barnawal

0 Kudos

We were with problems with in some functions called for this job. The abap checke this and solved this issue.

thanks a lot

have a nice day

Answers (0)