‎2007 Feb 21 9:08 PM
Hi
I want to populate a field value in the segment E1EDP19 of the outbound idoc that I genrated from VF03 transaction. Can you tell me where should I code for this purpose?
Thank you very much!
‎2007 Feb 21 9:16 PM
Hi,
Check the user exit EXIT_SAPLVEDF_002
In that user exit..Do the following..
if int_edidd-segnam = 'E1EDP19'.
modify the current row of the internal table INT_EDIDD..
Endif.
Thanks,
Naren
‎2007 Feb 21 9:32 PM
I have nt tried this yet. But looks like I could get this one done. Thanks Naren!