2014 Feb 13 5:23 AM
Dear All,
How to change the subject line of mail sent on payment advice rffoavis_fpaym?
Thanks,
Jitesh
2014 Feb 13 5:50 AM
Hi Jitesh
It is send via subroutine avis_oeffnen. Inside it below mentioned BTE is called. Please implement this BTE and change ITCPO-TDTITLE
CALL FUNCTION 'OPEN_FI_PERFORM_00002050_P'
EXPORTING
i_reguh = reguh
i_gjahr = regud-gjahr
i_nacha = finaa-nacha
i_aforn = hlp_formular
CHANGING
c_itcpo = itcpo
c_archive_index = toa_dara
c_archive_params = arc_params.
IF itcpo-tdarmod GT 1 AND par_anzp NE 0. "#EC PORTABLE
par_anzp = 0.
PERFORM message USING '384'.
ENDIF.
Nabheet
Dear All,
How to change the subject line of mail sent on payment advice rffoavis_fpaym?
Thanks,
Jitesh
2014 Feb 13 5:50 AM
Hi Jitesh
It is send via subroutine avis_oeffnen. Inside it below mentioned BTE is called. Please implement this BTE and change ITCPO-TDTITLE
CALL FUNCTION 'OPEN_FI_PERFORM_00002050_P'
EXPORTING
i_reguh = reguh
i_gjahr = regud-gjahr
i_nacha = finaa-nacha
i_aforn = hlp_formular
CHANGING
c_itcpo = itcpo
c_archive_index = toa_dara
c_archive_params = arc_params.
IF itcpo-tdarmod GT 1 AND par_anzp NE 0. "#EC PORTABLE
par_anzp = 0.
PERFORM message USING '384'.
ENDIF.
Nabheet
2014 Mar 06 5:47 AM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |