cancel
Showing results for 
Search instead for 
Did you mean: 

MAU Frontend Enhancement

neha_mahanty
Active Participant
0 Kudos

Hi All,

I am trying to enhance my MAU application.

We have set the enhancement flag via BADI's with the help of which data for customer enhancement are getting displayed .

like Enhancement 1 data1

Enhancement 2 data2

Now I want this data1 and data2 to be editable. so that I can change the value from the client side and when I say save the value must be saved in the backend.

Can anyone help me to achieve this?

Thanks and Regards

Neha Mahanty

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

this is pretty much the same process. You need to implement the BADI for MODIFY/CHANGE in SE19 - then you can edit these items on the client.

Hope that helps.

Regards,

Oliver

neha_mahanty
Active Participant
0 Kudos

Hi Oliver ,

we have an Enhancements link where the data is getting displayed. I want to make this data field editable.

In my code I have added a textbox where the value is getting retrived. The textbox is appearing on the size of the data coming from the backend. ie if there are 2 data , 2 textboxes will be appeared.

ex: <%if(condition) {%>

<td align="left" valign="top"><input type="text" name = "enhancementdata" value = "<%=com.sap.mbs.core.web.StringUtils.escapeToHTML(data.toString())%>" >

I want to add this "enhancementdata " in session object so that I can use it further and can add this in the context

Can any one help me with this coding .

Thanks and Regards

Neha Mahanty