cancel
Showing results for 
Search instead for 
Did you mean: 

Enhancement or BADI for E1IDB02 IDoc segment

Former Member
0 Kudos
525

I need to change some field values on the E1IDB02 segment before the IDoc is generated. Basically, I need to clear the last 90 bytes of the record and map an IBan number for the BA partner type. This is the source bank and generally, SAP does not populate that via standard mapping. I there either an Enhancement or BADI that would allow me to map values in this segment?

View Entire Topic
former_member581688
Active Contributor
0 Kudos

You should be able to use a user exit. The one you need is dependent on the Idoc message type:

REMADV - EXIT_SAPLIEDP_001

PAYEXT - EXIT_SAPLIEDP_002

DIRDEB - EXIT_SAPLIEDP_003

Regards,

Shannon

Prasenjitsbist
Participant
0 Kudos
wrong
Prasenjitsbist
Participant
0 Kudos
REMADV - EXIT_SAPLIEDP_101/102