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

Populating field

Former Member
0 Likes
380

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!

2 REPLIES 2
Read only

Former Member
0 Likes
352

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

Read only

0 Likes
352

I have nt tried this yet. But looks like I could get this one done. Thanks Naren!