Friday 13 September 2013

What are the different parameter Types?

TEXT_PARAMETER
DATA_PARAMETER

Text_Parameter: When a single value passed as a parameter to the called form, the parameter type must be set to ‘’Text_Parameter’.

Data_Parameter: When a record group is being passed as a parameter, the parameter type must be set to ‘Data_parameter’.
When the value of a data parameter being passed to a called product is always the name of a record group defined in the current form. Data parameters are used to pass data to products invoked with the RUN_PRODUCT built-in subprogram.


No comments:

Post a Comment