2010 Feb 01 10:56 AM
Hi Friends,
I am using the following code in one of the Program.
Execute UNIX Command
CALL FUNCTION 'RFC_REMOTE_PIPE'
DESTINATION P_RFCDST
EXPORTING
COMMAND = PV_COMMAND
READ = 'X'
TABLES
PIPEDATA = I_OUTPUT
EXCEPTIONS
COMMUNICATION_FAILURE = 1 MESSAGE W_MESSAGE
SYSTEM_FAILURE = 2 MESSAGE W_MESSAGE
OTHERS = 4.
PR_SUBRC = SY-SUBRC.
This code is working fine. After I upgrade the system this function module is failing it is returnign sy-subrc showing as
'2', Can any body suggest me what could be the problem.
do we need to reestablish any rfc connections after upgrade.
Please suggest some soultion if anybody is having some idea
2010 Feb 01 11:02 AM
You need to configure the RFC in SM59 in order to connect to the remote system.
The new upgraded system will not have this connection available.
Cheers
Hi Friends,
I am using the following code in one of the Program.
Execute UNIX Command
CALL FUNCTION 'RFC_REMOTE_PIPE'
DESTINATION P_RFCDST
EXPORTING
COMMAND = PV_COMMAND
READ = 'X'
TABLES
PIPEDATA = I_OUTPUT
EXCEPTIONS
COMMUNICATION_FAILURE = 1 MESSAGE W_MESSAGE
SYSTEM_FAILURE = 2 MESSAGE W_MESSAGE
OTHERS = 4.
PR_SUBRC = SY-SUBRC.
This code is working fine. After I upgrade the system this function module is failing it is returnign sy-subrc showing as
'2', Can any body suggest me what could be the problem.
do we need to reestablish any rfc connections after upgrade.
Please suggest some soultion if anybody is having some idea
2010 Feb 01 11:02 AM
You need to configure the RFC in SM59 in order to connect to the remote system.
The new upgraded system will not have this connection available.
Cheers
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |