Hello,
In the note 1431664 there is in point 23 the modification of structure SEPA_S_ADMIN_INT
23. In the structure SEPA_S_ADMIN_INT, change the reference of the field ERNAM to "SEPA_ERNAM", change the reference of the field ERDAT to "SEPA_ERDAT", and change the reference of the field ERTIM to "SEPA_ERTIM".
I assumed that changing reference means changing component name as I did below :
In point 26 we need to change the screen SAPLSEPA_MANDATE_UI, 0201 which used RFSEPA_WA structure which is
itself based on SEPA_S_ADMIN_INT. But it is not asked in the note to change the field definition for RFSEPA_WA-ERNAM, RFSEPA_WA-ERDAT and RFSEPA_WA-ERTIM which does not exists anymore (replaced by SEPA_ERNAM... etc). Therefore it is not possible to activate. Should I rename the field in the screen, or is there anything wrong with my modification in point 23 ?
Thanks for your help,
Manuel