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

RFC Connection Type G

vivekkrishnan
Active Participant
0 Likes
1,744

HI Experts,

We are having SAP R/3 Enterprise 4.7 and we are trying to create an RFC connection type G ( HTTP Connection to Ext. Server ) in SM59 as per the below link.

[http://help.sap.com/saphelp_nw04/helpdata/en/da/11df3a9b10355ae10000000a11405a/content.htm]

  • HTTP Connection to an External Server (Connection Type G)

Choose the connection you want to use. You can choose from the following logon procedures:

No Logon: The server program does not request a user or password.

But we are not getting the above option of No Logon itself.

Also please let me know where we need to write the code for Programmatic logon ?

We are trying to connect to xMII.

Thanks in advance.

Regards,

Vivek K

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
757

hi,

When you use the SAP system as a server, you require a HTTP request handler. SAP provides these handlers.

see

[http://help.sap.com/saphelp_nw04/helpdata/en/da/11df3a9b10355ae10000000a11405a/frameset.htm]

bye

HI Experts,

We are having SAP R/3 Enterprise 4.7 and we are trying to create an RFC connection type G ( HTTP Connection to Ext. Server ) in SM59 as per the below link.

[http://help.sap.com/saphelp_nw04/helpdata/en/da/11df3a9b10355ae10000000a11405a/content.htm]

  • HTTP Connection to an External Server (Connection Type G)

Choose the connection you want to use. You can choose from the following logon procedures:

No Logon: The server program does not request a user or password.

But we are not getting the above option of No Logon itself.

Also please let me know where we need to write the code for Programmatic logon ?

We are trying to connect to xMII.

Thanks in advance.

Regards,

Vivek K

1 REPLY 1
Read only

Former Member
0 Likes
758

hi,

When you use the SAP system as a server, you require a HTTP request handler. SAP provides these handlers.

see

[http://help.sap.com/saphelp_nw04/helpdata/en/da/11df3a9b10355ae10000000a11405a/frameset.htm]

bye