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: 

IDOC in operating system level

Former Member
0 Kudos

Hi all,

How to look at an IDOC file in a text editor at the operating system level.

Thanks,

Shashikanth.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Shahi,

IDOCS are flat files having one EDIDC and multiple EDIDD records. From O/S level copy the IDOC file to your PC .

( If O/S of your appl server is unix you can use FTP to get file on local PC ). Here you can open it with NOTEPAD . You also need to know where in the O/S is IDOC file stored . IDOCS are written to O/S only if you use File Port . From File Port defined in WE20 ( partner profile ) , you can get the pathname on which an IDOC would be stored.

Cheers.

3 REPLIES 3

Former Member
0 Kudos

Hi Shahi,

IDOCS are flat files having one EDIDC and multiple EDIDD records. From O/S level copy the IDOC file to your PC .

( If O/S of your appl server is unix you can use FTP to get file on local PC ). Here you can open it with NOTEPAD . You also need to know where in the O/S is IDOC file stored . IDOCS are written to O/S only if you use File Port . From File Port defined in WE20 ( partner profile ) , you can get the pathname on which an IDOC would be stored.

Cheers.

0 Kudos

Hi Sanjay,

My operating system is windows. I have defined tRFC port. Is it possible to get IDOC flat file?

Thanks,

shashikanth

0 Kudos

Hi Shashi,

TRFC ports are for SAP to SAP ALE.

In TRFC port IDOCS donot goto file instead they are transferred to another system through memory buffers.

( You can always see IDOCS in WE05 )

Any by Operating system I meant the O/s of your SAP application server not your local PC O/s. You can see your O/s type in SYSTEM - > STATUS ( Host Data ) from any screen in SAP.

Cheers