cancel
Showing results for 
Search instead for 
Did you mean: 

Multipane in Webdynpro

former_member210804
Active Participant
0 Kudos

Hi Experts,

I am working on multipane.I have a field " Mobile Number" . In my ouput,

it is displaying 3 fields for that... ie private mobile no, personal mobile no, and third for home no...

here i need to change the text of all the three lables.. How can i achieve this?

Component:  HRRCF_C_PERSONL_DATA_UI

view          :  VW_PERSONALDATA

Best regards,

Rao

Accepted Solutions (0)

Answers (1)

Answers (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Narasimha,

You can achieve your requirement as below


  • Create an attribute 'label_text' in node
  • Bind the attribute "Label_text" to the property "Text" of your label ui element
  • Now fill the label as per your requirement dynamically i.e.
    • first line "Private Mobile number"
    • Secon line " Personal Mobile number"
    • Third line "Home no."

For further help on how to use  multipane and its actions, please refer the document

Multipane usage in WDA

Hope this helps you.

Regards,

Rama

former_member210804
Active Participant
0 Kudos

Hi Ram,

Thank you for the quick reply. I will check and get back to you.

Best regards,

Rao

ramakrishnappa
Active Contributor
0 Kudos

Hi Narasimha,

Is your issue resolved?

former_member210804
Active Participant
0 Kudos

Hi ramakrishnappa,

We convinced the client . But I didn't clear this issue.

Best regards,

Rao.         

0 Kudos

Hi,

Narasimha,

As per your requirement ,you can use a multipane and in the multipane you can add 2 UI elemet i.e one for text and other for input feild.

Create a node having at least 2 atrribute i.e one for the text and other will bind to the input feild.

Bind this node to the multipane and the attribute to UI element.

At the init of your view,set the node with the 3 entries i.e Mobile Number text.

Hope this will help you.

Regards,

Inder