cancel
Showing results for 
Search instead for 
Did you mean: 

Output problem

Former Member
0 Kudos

Hi Gurus,

I have developed a invoice Smart form. where the smartform is executing well independently.

I am getting Dump when i execute the same Smarform configured with NACE thru the TcodeVF02.

In NACE i am using RLB_INVOICE as Print Output.

Below is the Dump Details which i got. pls help me to solve this.

What happened?

When calling a function module, one of the parmaeters was not

specified.

Error in the ABAP Application Program

The current ABAP program "RLB_INVOICE" had to be terminated because it has

come across a statement that unfortunately cannot be executed.

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 "PROCESSING" "(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:

When calling the function module "/1BCDWB/SF00000073", one of the parameters

needed according to the interface description was not specified.

This parameter was "V_VBELN".

Regards,

D.Bharathiraja

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

check the original smarform(SAP standard one)

check its form interface.

Copy all the form interface as it is to your smartform.

Even better if you had copied teh the original to a Z one and the done the changes...

declare the v_vbeln parameter as optional in the form interace.....a check box.....I think this paramer is of no use if u use the output type for triggering the form...

its not recognized any way..

Edited by: Pratik Mallick on Sep 23, 2008 3:48 PM