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

EDI processing with file at app server

Former Member
0 Likes
448

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

2 REPLIES 2
Read only

Former Member
0 Likes
385

use function module IDOC_INPUT_<MESSAGE TYPE> in partner profile for inbound idoc

Read only

Former Member
0 Likes
385

better to develop unix script for creation of file in appropriate format and created inbound IDOCs.