Hi Folks,
We had the requirement for substituting the Witholding Tax, so we created a substitution for complete document in the Financial Accounting.
We want the BSEG Table in the form so used the following code. But we are getting the error Syntax error in substitution "ZXXXX", step "002". "Exit U109 has the incorrect type Message no. GB027 "
exits-name = 'U109'.
exits-param = c_exit_param_class.
exits-title = TEXT-904. " User Exit to calculate WHT
APPEND exits.
FORM u109 USING bool_data TYPE gb002_015
CHANGING b_result.
ENDFORM.
IN GGB1

Please help me on this :)
Regards,
Sushanth