Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Modify data in Segment E1IDBW1 for Basic Type PAYEXT2002 msg typ PAYEXT

Former Member
0 Likes
826

Hi All,

I need help for user-exit that can modify segment E1DBW1 during creation IDOC using program RFFOEDI1. Right now I`ve tried quite a lot of user-exit based on notes 1163193 and so far I couldnt find it the suitable one. Also based on notes 1164524 "Here a few exits were provided that can be used to update this segment 001(for REMADV), 002(for PAYEXT), 003(for DIRDEB) and then executes the BTE 00002441."

so far only stop at EXIT_SAPLIEDP_002, but when i checked during debugging mode, looks like segment E1DBW1 not populated yet. Segment E1DBW1 only exist in edidd_table when FM IHC_BTE_00002441_PAYEXT get called.

Does anybody ever get the same requirement? Kindly help me on this. Thanks!

Regards,

willy

3 REPLIES 3
Read only

former_member344738
Discoverer
0 Likes
659

Hi

I'm running into the same issue you had with Segment E1IDBW1. Were you able to find a solution. If you have found a solution, could you please provide any additional information to help me further along with this segment. At this time, i have included segment E1IDBW1 in tcode OBAZ for idoc type PAYEXT. Also, i have included logic in the user exit EXIT_SAPLIEDP_002 to modify the E1IDBW1 fields. I do get the segment to appear in the idoc PAYEXT, however, i cannot modify the E1IDBW1 fields, even though they are user defined text fields.

Any additional information would be greatly appreciated.

Thanks

Penny

Read only

0 Likes
659

Hi Penny,

I have the same problem but my control is not at all stopping in the user exit 'EXIT_SAPLIEDP_002' which i have implemented for the message type PAYEXT and the idoc type PEXR2002.

I want to change some data in the segment E1IDB02 but I am not able to do it.

Could you please send the details like how you are able to stop the control in the user exit ?

Thanks in advance.

kalikonda.

Read only

Former Member
0 Likes
659

Hi Willy,

I have the same problem but my control is not at all stopping in the user exit 'EXIT_SAPLIEDP_002' which i have implemented for the message type PAYEXT and the idoc type PEXR2002.

I want to change some data in the segment E1IDB02 but I am not able to do it.

Could you please send the details like how you are able to stop the control in the user exit ?

Thanks in advance.

kalikonda.