cancel
Showing results for 
Search instead for 
Did you mean: 

Visual composer how can i populate data in backend from front end.

Former Member
0 Kudos

Hi Guru's

I have designed a basic screen using zbapi_salesorder_getlist. I have requirement in which i have to enter some details in the output screen, it then should come back to back end and update a Ztable.

For this i have created and deployed till intial output screen(i will enter some values in the input and i get some result in the output----> i ma using a RFC to get the data from backend) in the output the user enters some values which needs to updated a ztable in the back end. Give ur inputs how can this be done any link if possible so that i can complete this concept.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Madhu,

for working with ABAP and Visual Composer check my weblog:

[Visual Composer and ABAP RFC/BAPI a powerful combination part I|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/5221] [original link is broken] [original link is broken] [original link is broken];

[Visual Composer and ABAP RFC/BAPI a powerful combination part II|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/5704] [original link is broken] [original link is broken] [original link is broken];

Also check the help.sap.com examples for starting with VC and ABAP.

If I unserstand your requirements you want to display any data from the backend (first data service) then the user modifies the data in the front end. End afterwards the data should be stored into a ztable (second data service). For this application you need two abap rfc, the handling is decribed in my two weblogs.

Hope that helps.

Best Regards,

Marcel

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks!!

Former Member
0 Kudos

Hi Madhu,

As per your requirement:

1.> You need to two BAPIs. First for displaying values from backend and Second for updating the backend.

2.> First you drag and drop the first bapi and create input as well as output form. And try to deploy the model.Then you can view the details which you have entered in the input form.

3.> Then for updating backend. You just drag and drop the second bapi in your model and then create the forms as per your requirement. This will be helpful.

Regards,

Nutan

Former Member
0 Kudos

Thanks Marcel,

I am working on your blog example.

Nutan,

3.> Then for updating backend. You just drag and drop the second bapi in your model and then create the forms as per your requirement. This will be helpful.

can u please elaborate, what ever input i am giving is not coming to the back-end. Any sample example will help me to solve this. what ever you have mentioned in step 1 and step 2 are working properly, but i am not able to get past afer the two steps.