Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

dump into RSNASTED program routine ALE_PROCESSING

Former Member
0 Likes
2,335

HI All,

I'm having a dump from VL02N transaction code when I navigate to the Extras Menu -> Delivery Output -> Header.

The error is PERFORM_PARAMETER_MISSING.

Program SAPLV61B

Include LV61BF0N

Row 821

Module type (FORM)

Module Name NNAST_AENDE_CHECK

Error Analysis:

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_DYN_CALL_PARAM_MISSING', was

not caught in

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

A PERFORM was used to call the routine "ALE_PROCESSING" of the program

"RSNASTED".

The current call contains 0 actual parameter(s),

but the routine "ALE_PROCESSING" expects 2 parameters.

I've checked the standard application and I see the include program LV61BF0N calls the standard routine ALE_PROCESSING of the program RSNASTED with no parameters and it expects 2 parameters.

I don't know how to resolve because the problem from the SAP standard.

Any body can help me?

thanks in advance.

Alex.

5 REPLIES 5
Read only

Former Member
0 Likes
1,356

Since the problem is with standard SAP code, your first step should be to look for notes, if cannot find any that are applicable, you should raise a message with OSS.

The forum cannot really help with SAP standard code.

Rob

Read only

0 Likes
1,356

I was thinking it may be due to configurations done in the partner profiles(WE20) or output types(NACE).

It is possible?

Alex.

Read only

Former Member
0 Likes
1,356

Hi,

Please check SAP Note : 889034

Regards,

Srini.

Read only

0 Likes
1,356

In addition to that note I've checked the note 395569. So the issue was resolved removing the Multiple Issuing flag from the output types customizing(NACE tcode).

Thanks,

Alex.

Read only

Former Member
0 Likes
1,356

Hi Alexis,

Thanks, your suggestion helped fixed similar issue we had

Thanks,

Tejinder