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

Generate inbound IDOC

Former Member
0 Likes
610

Hi All,

The scenario is like... One system say S1 is sending an IDOC to second system say S2.

Now is this idoc is coming through a middle ware AMTRIX. In S2 the IDOC is coming as file and saved in UNIX path (al11).

From last 2 days IDOC is not getting generated from that file.

I guess there must be some standard program which is generating IDOC from that file which might have been running every day. We also don't know the batch job name.

Can you please tell me the name of the Standard program. Or is there ALE configuration is done ???

Any kind of input will valuable.

Thanks in advance

Satyam

Hi All,

The scenario is like... One system say S1 is sending an IDOC to second system say S2.

Now is this idoc is coming through a middle ware AMTRIX. In S2 the IDOC is coming as file and saved in UNIX path (al11).

From last 2 days IDOC is not getting generated from that file.

I guess there must be some standard program which is generating IDOC from that file which might have been running every day. We also don't know the batch job name.

Can you please tell me the name of the Standard program. Or is there ALE configuration is done ???

Any kind of input will valuable.

Thanks in advance

Satyam

3 REPLIES 3
Read only

Former Member
0 Likes
570

probably a custom developed program must be running in background to check the Unix file and generate the IDOC. Check the time the IDOC got generated and check which all Z programs were runnign at that time.

Read only

0 Likes
570

That we have already tried, but not able to find anything...

anyway thanks for ur input

Read only

Former Member
0 Likes
570

Hi,

You must configure a fileport(WE21) to pick the file from the server location

Then configure the partner profile for the fileport in WE20 for the inbound process code.

the inbound process code will internally trigger the processing FM and generate the corresponding inbound IDOC.

Hence check the port and partner profile configuration and then check the test idoc tool in WE19

Regards

Shiva