ABAP Runtime Errors

DBPROC_DYNAMIC_NO_SCALAR SAP ABAP Runtime Error dbproc dynamic no scalar







DBPROC_DYNAMIC_NO_SCALAR is an ABAP runtime error which you may come across when using or developing within an SAP system. See below for the standard details explaining what it means and how you can avoid or fix this runtime error.

Short Dump Classification: A - ABAP Programming Error

You can view further information about a runtme error by using transaction code ST22 which will show you this and all runtime erros that have happen in your SAP system.

Also check out the Comments section below to view or add related contributions and example screen shots.


DBPROC_DYNAMIC_NO_SCALAR ABAP Runtime Error

If the definition of the procedure has changed on the database, you might have to resynchronize the database procedure proxy. Type conflict during database procedure call. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

Correct the database procedure call. Pay particular attention to the cardinalities. Cardinality problem detected during evaluation of parameter <runtime parameter> in database procedure <runtime parameter>.

In the present case, parameter <runtime parameter> had a scalar type (data element for example). An internal table was submitted at runtime however..