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

Function module RZL_WRITE_FILE_LOCAL is missing?

Former Member
0 Likes
843

Hi,

To avoid using OPEN DATASET command, to read and write into Application server I usually use function modules RZL_WRITE_FILE_LOCAL to write to, and RZL_READ_FILE to read from app servre, but unfortunately I could not find RZL_WRITE_FILE_LOCAL in 4.7, does anyone knows whether any new func. module that has similar function with RZL_WRITE_FILE_LOCAL?

thanks in advance.

Yayan Irianto.

4 REPLIES 4
Read only

Homiar
Product and Topic Expert
Product and Topic Expert
0 Likes
652

Yayan,

Unfortunately, these function modules are no longer available. See OSS # 741559.

Try the <i>FM PFL_WRITE_TO_FILE</i> , instead.

Regards,

Homiar.

Read only

Former Member
0 Likes
652

Thanks all.. I appreciated..

but... Note 741559 is not released.??

Read only

0 Likes
652

Hi Yayan,

that's fine that we could help you

So please say

'Thanks the SDN way'. Click on the yellow star, and award suitable points.

Check out this weblog:

/people/mark.finnern/blog/2004/08/10/spread-the-love

thanks

Andreas

Read only

andreas_mann3
Active Contributor
0 Likes
652

Hi Yayan ,

...or look at function group <b>EPSF</b>:

fm: EPS_READ_BLOCK / EPS_WRITE_BLOCK

regards Andreas