‎2008 Apr 24 9:50 AM
Hi,
In the scenario I am handling file is present at specific file path at application server in the file format required which is required by message type (It holds both control and data record required for message type ).
Could you please let me know how I trigger process for creation of inbound IDOC ?
I have create file type port defination and partner profile.
Could I use FM EDI_DATA_INCOMING ?
Regards,
Amit
‎2008 Apr 24 10:13 AM
use function module IDOC_INPUT_<MESSAGE TYPE> in partner profile for inbound idoc
‎2009 Jan 08 3:04 PM
better to develop unix script for creation of file in appropriate format and created inbound IDOCs.