hello Gurus,
i have a problem.
after following the wiky "Different ways to keep your Interface from processing duplicate files " i decided to crate my UDF and put it inside my graphical mapping.
All works fine but in case of duplicate file i have a error in monitor like this:
<SAP:Stack>During the application mapping com/sap/xi/tf/_MM_RTTicket1_ a com.sap.aii.utilxi.misc.api.BaseRuntimeException was thrown: RuntimeException in Message-Mapping transformatio~</SAP:Stack>
I would like put a more exaustive text like "file duplicated!!!"
i put this code on end of module:
catch(Exception e){
+ throw new BaseRuntimeException(" file is already processed");+
}
but no result.
any suggestion??
if u want i can send u code of all module
thanks in advance
Alex