‎2012 Jan 10 5:38 AM
Hi All,
I am facing a problem where I am able to execute command using FM RFC_REMOTE_PIPE and command works perfectly in UNIX but still FM returns sy-subrc value 1.
If command was successful in UNIX then it should have returned sy-subrc value 0.
Please help me.
Regards,
Prabhat
‎2012 Jan 10 6:09 AM
Hi Prabhat,
I faced that issue years ago, but the only solution for me was to ignore the SUBRC and examine the content of table PIPEDATA.
Regards,
Klaus
‎2012 Jan 10 7:35 AM
Thanks Klaus.
Here I am getting empty pipedata table, it doesn't contain anything.
Regards,
Prabhat
‎2012 Jan 10 7:42 AM
Hi Prabhat,
maybe you can write a UNIX script or change your command to get those informations. Please check if you get STDOUT or STDERR in PIPEDATA (I'm not sure for that). Maybe you need a script with ECHO to get those inforations.
Regards,
Klaus
‎2012 Jan 20 10:48 AM
Solved.
We faced this problem because our Unix folder has more than 300 files with same file name with time stamp.
Regards,
Prabhat