Application Development 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: 

00 671: ABAP/4 processor: PERFORM_PARAMETER_MISSING

Former Member
0 Kudos

I am getting the following error message while Posting Goods Reipt in VL32N

In Dialog box: "SAP office express info"

Message: Express document "Update was terminated" received from <User_ID>

I have received one document (message) in SAP Business Workplace regarding "Update was terminated"

I have seen the following info in the document

Error Info: 00 671: ABAP/4 processor: PERFORM_PARAMETER_MISSING

Transaction: VL32N

Update key: 4A84F043EFCC22DCE10000000A3597E4

What is the root cause for this issue? and How to avoid this issue?

4 REPLIES 4

Former Member
0 Kudos

Hi,

Somewhere in the code that is making the update a subroutine is being called. The subroutine is defined with a certain number of parameters and the call is not passing all of these. There may be a short dump that goes with this terminated update, this should have the detail of where in the code this occurs.

Regards,

Nick

0 Kudos

Short dump was not generated during VL32N execution.

0 Kudos

Hi,

Then you will need to analyse the terminated update in SM13, this will have the name of the program or function module where the termination occured.

Regards,

Nick

Clemenss
Active Contributor
0 Kudos

Hi Paul,

check if any user exits, BADIs or enhancements have been applied or changed recently.

Regards,

Clemens