Hello SDN Community, I am converting a function module to a form in a screen module pool.
The function module has Importing, Tables and Exceptions parameters.
I have successfully declared the Importing and Tables parameters. What I can't figure out how to do is declare the Exceptions parameters.
The message I am getting is "The type 'MISSING_PARAMETER' is unknown"
Here is my form code:
form zpp_my_new_form
tables table1 type typ_table1
using value(iv_field1) type char1
value(iv_order) type aufnr
raising missing_parameter.
How would I declare the type that the compile message is talking about?
Thank you,
Dean Atteberry.
Edited by: Dean Atteberry on Mar 19, 2009 6:01 PM