Hi Suseel,
Even if you have single field in your work area, you need to provide field name to FM to get that value converted.
CALL FUNCTION 'CONVERSION_EXIT_EQUNR_OUTPUT'
EXPORTING
input = ls_asset-equnr
IMPORTING
output = ls_asset_out-equnr.
Hi Suseel,
Even if you have single field in your work area, you need to provide field name to FM to get that value converted.
CALL FUNCTION 'CONVERSION_EXIT_EQUNR_OUTPUT'
EXPORTING
input = ls_asset-equnr
IMPORTING
output = ls_asset_out-equnr.