Hi all,
i have to make a function module
in which there is two import parameter and two table
in one table all the found records are store and in the other error message
like this(here et_return is a table )
ET_RETURN-TYPE = 'E'.
ET_RETURN-MESSAGE = 'Personalnummer & matnr existiert nicht in Infotyp 9993 !' .
APPEND ET_RETURN.
here &matnr is a runtime vaule which is not coming
please help me with the same
my doubt is how i can have
this error message at output
'Personalnummer 450 existiert nicht in Infotyp 9993 !
where 450 is enter at run time.
thanks in advance
anuj