Show TOC

Outbound via Message ControlLocate this document in the navigation structure

Use

IDoc dispatch is triggered in message control and not in the application.

If you want to use message control, note the following points when developing and customizing the program.

Process

Customizing

  • In addition to making the settings above, you must create an outbound process code. The process code determines the function module of the application that creates the IDoc.

  • For the combination application / message type, you can use the following transmission media: "6" (without ALE model, no conversion of NAST recipient on corresponding logical system) and "A" (with ALE model).

  • Transmission medium 6: you should call form routine edi_processing(rsnasted) from message control. Transmission medium A: you can use form routine ale_processing(rsnasted) or write your own form routine for transmitting a call of master_idoc_distribute.

Programming

  • The interface of the function module that creates the IDoc is preset. For an example, see idoc_output_orders.

  • You do not need to call master_idoc_distribute.

  • Do not send a COMMIT WORK.