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

IDOC testing usingh WE19

Former Member
0 Likes
1,192

Hi,

I am new to IDOC processing

I want to test an Inbound IDOC.

I have the system IDOC as an xml file in my local C:\ drive.

i tried using WE19 --> File as templete

I gave the file name as C:\test\idoc.xml but i got the following error

Error at OPEN 'C:\test\idoc.xml' (check file)

Message no. E0084

Diagnosis

An error occurred when an inbound file was opened with 'OPEN DATASET'.

Need help on thid. Kindly suggest the right way of doing this testing.

Thanks

Barry

3 REPLIES 3
Read only

Former Member
0 Likes
891

hi Barry ,

OPen data set works only for an application server and not presentation server .

Please place your input file in a application server and try .

Thanks

Supriya

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
891

Hello Barry,

If you do an F1 on the field. The Idoc template must be stored in the application server & not on the presentation server.

I think you should put the template on the application server & try using it.

BR,

Suhas

Read only

Former Member
0 Likes
891

hi

Got my answer thanks

Barry