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

Michael Management
Michael Management
Updated 3 year ago

Aperçu

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)

Si vous avez des questions, n’hésitez pas à Contactez-nous

Les comptes Général

Cet article a-t-il été utile?
Oui pas non
Toujours fermé?Comment pouvons-nous aider?
Back to top