cancel
Showing results for 
Search instead for 
Did you mean: 

Form Submit calling a RFC

Former Member
0 Kudos

Hi

is it possible to call a RFC directly using an Form offline with HTTP Submit ?

how can I do that ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes, possible, but not through RFC, but using webservices.

Create a function module, and create a webserve from SE37(Utilities -> More Utilities->Creat Webservice-> From the function module). Once you click the From the Function Module, it will display the POP-UP Window. This Roadmap having 5 Steps.

Step 1. Give the Webservice Name and Description and Click continue,

2. It automatically generate Function module name and Click continue,

3. Select Profile :PRF_DT_IF_SEC_NO from Dropdown and check the Deploy Service and Click continue

4.Give the Package name and click continue

5. It will generate webservice and click continue.

Goto the SOAMANAGER tcode,it will open SOA MANAGER browser. There you will select Business Administration tab, In that tab click Web Service Administration link. There you search and select your Webservice( before we created) from table.

Click the Apply Selection Button. It will display three link below the table. There you click the Open WSDL document for selected binding . This is WSDL file. you can save this file in your desktop.

Use this file in your Form design, using data connection from data view tab.

From there you can bind the data from the dataset (as defined in the WSDL) to screenfields or treat the data any other way Javascript can.

BTW. I only managed this so far by using anonymous logins, so with a password and username bound to the webservice (in SICF).

By

Parthi

Answers (0)