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

Program is not working after upgrade

Former Member
0 Likes
559

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
409

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

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

1 REPLY 1
Read only

Former Member
0 Likes
410

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