cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to edit output backend data and send as input to backend

Former Member
0 Kudos

Hi All,

In my application, Client can submit his project from one view. Once he has submitted, it stores in database. Upto here is fine. When Client wants to change his project description,when he pressed one button, it take to another view where he can see his submitted project information. if he wants to change, he can cange it. When he press submit button, it stores in database. I did context mapping, i getting data from backend. here i have to do context mapping

Input = Output+Modefied information.

Any one has some code or idea.

Thank you

Regards

Ravi.Golla

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member189631
Active Contributor
0 Kudos

Ravi,

I Suggest you to develop a seperate Business Logic to store

the data to DB.

Regards,

Ram.

abhijeet_mukkawar
Active Contributor
0 Kudos

hi,

Okay what i understood from your query is,

user can get back the information about the project and then after doing some modification on it the changes should be taken back to DB.

So take value node in you WD application for showing data to user, dont directly map the output node to UI element instead map these value nodes to UI elements. Make the UI elements editable to user lets say table , so usr will change some information and when he clicks the submit , take these info from UI ie value node and put it in some tempObj, also append whichever other info you want to send to r3 into this tempObj, then give combined info of tempObj as a input for RFC and execute the RFC.

Hope it helps.

I hope i pointed to your query

regards