‎2008 Feb 01 9:43 AM
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
‎2008 Feb 01 11:13 AM
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
‎2008 Feb 01 11:17 AM
Hi,
You need to modify the standard program, so search for any user-exit or BADI available for that.
Regards,
Soumya.