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

ERROR PROXY

Former Member
0 Likes
561

what means of this error. and what should i do?

Error during proxy processing An exception with the type CX_SY_DYN_CALL_PARAM_MISSING occurred, but was neither handled locally, nor declared in a RAISING clause Function call of ZPI_IB_PO failed; the obligatory parameter IT_DATAPO

1 REPLY 1
Read only

former_member1716
Active Contributor
440

Hello Putri Mulia,

The error is due to the missing Mandatory Field.

There is parameter IT_DATAPO for which system is expecting data in it but you have not filled the value for the same hence this error.

Try to fill the data for IT_DATAPO and execute it should be fine.

Regards!