cancel
Showing results for 
Search instead for 
Did you mean: 

register server program Id??

Former Member
0 Kudos

Hi,

i am creating rfc destnation of type Tcp/ip.

wat name i shuold give in register server program id??

how to rgister the server program..tell me the steps

thanks and regrards

ram

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

Check this blog...

/people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step

Regards,

Answers (6)

Answers (6)

Former Member
0 Kudos

hi friends..

thanks alot...for your help..

i will check with my Basis....

regards

ram

Former Member
0 Kudos

hi friends,

i am getting program EHS_MANSRV_PRD not registered.

i am connecting WindowsWordProcessingIntegration(WWPI) thru SAP system

thanks and regards

ram

prabhu_s2
Active Contributor
0 Kudos

if u insist on this check with this:

In your local machine look for SAP Folder usually located in the ‘Program files’ folder and open ‘SAP GUI’ folder.

In that open ‘RFCSDK’ folder and Copy ‘SAPRFC.INI’ file from the TEXT folder to the BIN Folder.

Then open the SAPRFC.INI file in BIN folder and Register a RFC server program at a SAP Gateway.

DEST= <SYSTEM id>_R

TYPE= Always R in this case

PROGID= ( Your Program ID name ).trfcexec

GWHOST= < Host IP >

GWSERV= < Gate Way Server >

RFC_TRACE= ( Always 0 , for better Performance ) If you want Trace Put 1.

In Deetails typed below.

Here DEST = SystemID_R, in our case system ID is RTL. So we gave like RTL_R.

TYPE = ‘R’, because we need to register a RFC server program at a SAP Gateway and wait for RFC calls by R/3 or R/2 System.

PROGID = BC.CR1.LISTENER.rfcexec. Here BC.CR1.LISTENER is the name of Program ID we gave when we are creating RFC destination in SM59.

GWHOST= this is your system I.P. address that we enter in Gateway options of RFC Destination.

GWSERV= Gateway service name (This will be sapgw00, here 00 is your system no).

RFC_TRACE = 0

Save teh above said Details in SAPRFC.INI file in BIN Directory .

After this you have Execute the Command Prompt with the Following Commands. ( To Register in Gateway)

<i><b>c:\Program Fiels\SAP\Frontend\SAPgui\rfcsdk\bin>rfcexec</b></i>

Follow with the below said details.

–aBC.CR1.LISTENER<Program ID in RFC destination>

-g<SAP Host> --> IP

-x<Sap Service No> --> Gateway Service.

After this setup check for RFC connection. Thank you. Hope this will solve the Problem.

Former Member
0 Kudos

hi friends..

this tcp/ip is not from sap system to xi system..

its sap to sap system..

so plzz..suggest how to register program..is ther any transaction to register??

regards

ram

Former Member
0 Kudos

Hi Ram,

Please let us know the need for creating a TCP/IP rfc destination between 2 sap systems ?

You have connection type "3" to connect between sap systems.

Thanks.

prabhu_s2
Active Contributor
0 Kudos

In the SAP application, go to transaction SM59.

Expand the TCP/IP connections directory.

Click Create (F8).

In the RFC destination field, enter the name of the RFC destination system. It is recommended that you use RFCSERVER.

Set the connection type to T (Start an external program via TCP/IP).

Enter a description for the new RFC destination, and then click Save.

Click the Registration button for the Activation Type.

Set the Program ID. It is recommended that you use the same value as the RFC destination (RFCSERVER), and then click Enter.

or u may lukinot this:

<a href="http://www.topxml.com/biztalkutilities/walkthroughs/SAP%20Configuration.pdf#search=%22sap%20sm59%20program-id%22">http://www.topxml.com/biztalkutilities/walkthroughs/SAP%20Configuration.pdf#search=%22sap%20sm59%20program-id%22</a>

prabhu_s2
Active Contributor
0 Kudos

yes y not with a type 3 connection as deepu said. it is rather very easy to connect to different r3. with the target host ,ip addres, login client and language of the target system u will be able to have rfc created

Former Member
0 Kudos

hi sekhar,

thanks for your reply..

if i give ip address also i am getting same error..

please guide me..

thanks and regards

Ram

prabhu_s2
Active Contributor
0 Kudos

what is the error u get?

prabhu_s2
Active Contributor
0 Kudos

u may need to check if the very first point of <a href="/people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009 and SOAP scenarios</a>

prabhu_s2
Active Contributor
0 Kudos

give a unique name for the program id. so when u get the rfc executed it will get registered in the sap gateway