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

problem with modification of idoc data.

Former Member
0 Likes
422

Hi all.

I have a outbound idoc created for message type PAYEXT and Idoc type PEXR2002,

Now based on some conditions i need to select dtaws field from REGUH table and default the data in this field in the IDoc in thesegment E1IDBW1-inpbeswe field .

How can i do this.

All helpful answers will be rewarded,,

regards,

Saroja

2 REPLIES 2
Read only

former_member182670
Contributor
0 Likes
394

If you want to change IDOC from your program you can use sequence of modules:

EDI_DOCUMENT_OPEN_FOR_EDIT

EDI_CHANGE_DATA_SEGMENT

EDI_DOCUMENT_CLOSE_EDIT

Read only

soumya_jose3
Active Contributor
0 Likes
394

Hi,

You need to modify the standard program, so search for any user-exit or BADI available for that.

Regards,

Soumya.