Application Development 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: 

Populating value in a field of IDOC segment

Former Member
0 Kudos

Hello,

Need your help to understand the IDoc concept and issues I am facing

I have some information with me -

I have message type DELINS, and a field USR01 of segment E1EDK09.

Want to populate value in USR01, based on some logic.

This is outbound IDOC.

Could you please help me to know

1) What program/transaction will trigger this IDoc to send order to vendor?

2) Where should I write logic to populate values in field USR01 of segment E1EDK09 in DELINS?

Thanks & Regards,

Hemant

2 REPLIES 2

prakashjasti
Contributor
0 Kudos

Hi Sachin,

A function module will be assigned to this message type DELINS.

Please check the logic in it.

Regards,

Prakash.

Prakash J

raymond_giuseppi
Active Contributor
0 Kudos

Answers :

  • ME38 and other MM transactions
  • Look at IDOC_OUTPUT_DELINS

But perform some search and look at transactions like

  • WE30 IDoc Type Development
  • WE41 Process codes, outbound
  • WE81 Logical message types
  • WE82 Assign Messages for IDoc Type

Regards,

Raymond