cancel
Showing results for 
Search instead for 
Did you mean: 

flat file using http

Former Member
0 Kudos

Hi guys,

I work on pi 7.1.

A flat file is sent to me using http request. I want to read the file, remove the heading and then convert it to xml and pass it into R3 through an idoc.

Do anybody have any suggestions.

Thanks

Ugur

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member206760
Active Contributor
0 Kudos

just remove that line in the gaphical mapping..and then map it to the idoc.

Btw blog by shabarish is very good.. i always thought that adapter modules are not possible for http

Shabarish_Nair
Active Contributor
0 Kudos

either do it in a mapping or a module

/people/william.li/blog/2009/03/19/adapter-user-module-for-http-adapter

Former Member
0 Kudos

Thank you for the link. I have been working using that document. But the problem is that i can not trigger a break point in that code, so i can not manipulate with that data coming in.

Have you any input to how to invoke the debugger.

Regards

prateek
Active Contributor
0 Kudos

Simple solution would be http to file and file to Idoc. Then you can use any feature.

Regards,

Prateek

Former Member
0 Kudos

Hi,

The problem is that we are not allowed to use file adapters. And this HTTp way of doing things seems to be very simple when reading the blog written by Willim Li ( se the reference to the link). My main problem is that i can not debug the method so i can do the mapping in the abap code.

Regards