‎2014 Jan 30 5:00 AM
Hi All,
I am getting the following run time error when i try to create po in me21n.
And the Keywords are,
"PERFORM_PARAMETER_MISSING" "CX_SY_DYN_CALL_PARAM_MISSING"
"SAPLV61B" or "LV61BF0N"
"NNAST_AENDE_CHECK"
Please help me its urgent.....
‎2014 Jan 30 6:24 AM
Hi,
Check whether the routine and print program defined properly in NACE for the output type.
Regards,
DPM
‎2014 Jan 30 5:07 AM
Hi,
The Dump is showing from standard transaction and at the time of NAST protocol updates! May be check the new output type configurations ( T685B).
Better to debug the below code and put the break point on
LV61BF0N ( include)
form nnast_aende_check using p_nnast structure vnast
p_kappl like t685b-kappl
p_aprog like t685b-aprog
p_arout like t685b-arout
p_first type c
p_subrc like sy-subrc.
‎2014 Jan 30 5:50 AM
Hi Kiran,
i check those parameters those are,
During perform call it goes to run-time error.
‎2014 Jan 30 5:52 AM
Hi Balaji
Can you please add screen shot of the code where it is getting called and giving dump
Nabheet
‎2014 Jan 30 6:08 AM
‎2014 Jan 30 6:10 AM
what is the values of P_arout and P_APROG!
can you check it in debug mode
‎2014 Jan 30 6:28 AM
‎2014 Jan 30 7:40 AM
Hi,
Search for OSS notes on SAPLV61B ->NNAST AENDE_CHECK . I believe some notes are not implemented in your system as in perform there are no parameters but in form there are 3 parameters.
perform (p_arout) in program (p_aprog). ( No parameters)
form text_symbol_replace tables xtlines structure tline
using xthead structure thead
snast structure nast. ( 3 parameters )
Regards,
DPM
‎2014 Jan 30 6:24 AM
Hi,
Check whether the routine and print program defined properly in NACE for the output type.
Regards,
DPM
‎2014 Jan 30 7:17 AM
Hello,
Please check the routine TEXT_SYMBOL_REPLACE in the program SAPMM06E.
‎2014 Jan 30 7:28 AM
Hi Balaji,
Please check whether you have implemented any of these notes 214504 and 312296.
Srivijay
‎2014 Jan 30 8:08 AM
Hi All,
Thanks for your help.
issue is resolved by changing the output type in NACE