ABAP Runtime Errors

DBPROC_DYNAMIC_NO_INOUT SAP ABAP Runtime Error dbproc dynamic no inout







DBPROC_DYNAMIC_NO_INOUT 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_INOUT ABAP Runtime Error

To view the definition of the database procedure known to ABAP, you might have to edit the corresponding database procedure proxy. Type error while calling a database procedure. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

Correct the type of the parameter. Database procedure <runtime parameter> was called dynamically using a parameter table. A parameter of type CHANGING was used here. INOUT parameters are not supported by CALL DATABASE PROCEDURE at present however.