Hi ,
I need to configure O/p type for PO in NACE.I have attached it to Application EF created a output type.
But I am not able to find out what to give in processing routine.i am giving form routine print_form which is a subroutine used to call smartform in my driver program.
When i give that it gives me a runtime error,while executing Print preview in PO.
Short Dump :
Short text
Too many parameters specified with PERFORM.
What happened?
In a subroutine call, there were more parameters than in the
routine definition.
Error in the ABAP Application Program
The current ABAP program "RSNAST00" 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_NOT_FOUND', was
not caught in
procedure "PROGRAMM_AUFRUFEN" "(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 "PRINT_FORM" of the program
"ZZMM_PO_FORM".
This routine contains 0 formal parameters, but the current call
contains 2 actual parameters.
Useful answers will be rewarded and appreciated.
Thanks in Advance