‎2005 May 10 9:38 PM
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.
‎2005 May 10 10:38 PM
Yayan,
Unfortunately, these function modules are no longer available. See OSS # 741559.
Try the <i>FM PFL_WRITE_TO_FILE</i> , instead.
Regards,
Homiar.
‎2005 May 11 2:35 PM
Thanks all.. I appreciated..
but... Note 741559 is not released.??
‎2005 May 11 2:49 PM
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
‎2005 May 11 7:00 AM
Hi Yayan ,
...or look at function group <b>EPSF</b>:
fm: EPS_READ_BLOCK / EPS_WRITE_BLOCK
regards Andreas