cancel
Showing results for 
Search instead for 
Did you mean: 

Create Application in VC

joerg_arndt
Participant
0 Kudos

Hi Friends,

I want to create an application to retrieve customer data by use of a webservice and display it on the screen.

But it has to be done over the Internet, I mean.

A customer logs in from outside into my system, comes to an input form, enters data, push the button, gets the result on the screen and can change and save the data.

Is this possible with VC or is it better to use something different?

Please give me the raw steps, if possible.

I know I can do it, but I'm not sure, can I do it over the Internet and second, the screen of the VC looks not very good.

Thanks in advance for your help.

RG. Jimbob

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I think you will need to have an external facing area of your portal (something your netweaver administrator may know how to do) You can design a rfc that calls a BAPI or custom code the output fields yourself. You should then create a webservice for this RFC and use anonymous logon. You can then define a webservice system in VC pointing at this RFC.

I have never done it before but that is how I imagine it would work... Someone else may have a better answer.

joerg_arndt
Participant
0 Kudos

Thanks Brad.

Answers (0)