How do I pass SELECT OPTIONS as input to AMDP methods?

Michael Management
Michael Management
Updated 2 year ago

Overview

You can't directly pass SELECT OPTIONS as input to ABAP Managed Database Procedures (AMDP) methods. A method called APPLY_FILTER must be used to filter based on selection screen input to avoid this limitation of AMDP. Below filtration shows the correct usage of passing SELECT OPTIONS as input to AMDP methods.

ex_demo = APPLY_FILTER( :ex_demo, :ip_demo)

If you have any questions, please don't hesitate to Contact us

Account General

Was this article helpful?
Yes No
Still stuck?How can we help?
Back to top