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 During PO Creation

Former Member
0 Likes
4,141

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.....

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,329

Hi,

Check whether the routine and print program defined properly in NACE for the output type.

Regards,

DPM

11 REPLIES 11
Read only

Former Member
0 Likes
3,329

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.

Read only

0 Likes
3,329

Hi Kiran,

i check those parameters those are,

During perform call it goes to run-time error.

Read only

0 Likes
3,329

Hi Balaji

Can you please add screen shot of the code where it is getting called and giving dump

Nabheet

Read only

0 Likes
3,329

Hi Nabheet,

Screen Shot:

Read only

0 Likes
3,329

what is the values of P_arout and P_APROG!

can you check it in debug mode

Read only

0 Likes
3,329

Hi Kiran,

Read only

0 Likes
3,329

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

Read only

Former Member
0 Likes
3,330

Hi,

Check whether the routine and print program defined properly in NACE for the output type.

Regards,

DPM

Read only

Former Member
0 Likes
3,329

Hello,

Please check the routine TEXT_SYMBOL_REPLACE in the program SAPMM06E.

Read only

srivijay_dinnimath
Active Participant
0 Likes
3,329

Hi Balaji,

Please check whether you have implemented any of these notes 214504 and 312296.

Srivijay

Read only

Former Member
0 Likes
3,329

Hi All,

Thanks for your help.

issue is resolved by changing the output type in NACE