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

Is there a general purpose output stream class like in java?

Sandra_Rossi
Active Contributor
0 Likes
428

Hi, I sometimes create tools (abap OO classes) which output characters, that I would like to store in any media (frontend file, server file, string variable, ftp, clipboard, etc.) This is easily done in java via the output stream classes.

Do you know if this kind of class exists? I saw some classes like that, but they are specialized, for example XML, SOAP. I look for non-specialized classes like in java.

Same question for input streams! (normally, we should deduct the input stream classes from the output stream classes)

Or did you develop yourself such input stream or output stream classes that you'd accept to share?

Thx a lot

sandra

Thx a lot!

Edited by: Matt on Nov 20, 2008 9:50 AM - Fixed the posting

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
0 Likes
365

Yes it exists, but in release 7.10 only.

ABAP Keyword Documentation - Streaming

EDIT: and in all releases after that one...

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
0 Likes
366

Yes it exists, but in release 7.10 only.

ABAP Keyword Documentation - Streaming

EDIT: and in all releases after that one...