cancel
Showing results for 
Search instead for 
Did you mean: 

ADD text area in sap crm web ui

Former Member
0 Kudos

Hi,

     Through Define Text Determination Procedure. i created a text type and text id & i assigned the Define Text Determination Procedure to transaction.

Now it is working fine in crmd_order. I can enter two texts in english.

Now my requirement is i want to show other text field also in web ui. How can i proceed.

the component BT146I_SRVM/Details in BTADMINI here the standard field is showing.

Thanks

Suresh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Suresh,

Go through this link it may be useful   http://wiki.sdn.sap.com/wiki/display/Snippets/How+to+create+a+text+box+in+CRM+WebU

Regards

HCL Innovators

Former Member
0 Kudos

HI HCL Innovators,

                    Thanks for your hepl...........                  

                         Here the issue is, in which attribute the value will store( get_PXX). The attribute must have the capability to store sting. Where the value will store .

I finally, i got silly way to create text area

1.For item i create one more text type in text determination procedure.

2.In BSP in debug i got that it is storing in itemtextset , allitems relation.

3.i Create a value attribute through wizard ( itemtextset , allitems relation )

     I changed the getter, setter  and get_i methods

as after getting the collection for first text area display first entity

                    for second text area display 2nd entity

Thanks

Suresh

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Suresh,

The below link gives creating a text field in web-ui for BTAdminH, you can use it as a reference for creating your text field. Hope it will be helpful.

http://scn.sap.com/community/crm/webclient-ui-framework/blog/2012/06/04/crm-70-adding-custom-text-ty...

Regards,

HCL Zenith.

Former Member
0 Kudos

HI HCL Zenith,

                    Thanks for your hepl...........                  

I followed the steps already but it is not use full. The text area i can able to display but i am not able to save data after. Waste of time

I finally, i got silly way to create text area

1.For item i create one more text type in text determination procedure.

2.In BSP in debug i got that it is storing in itemtextset , allitems relation.

3.i Create a value attribute through wizard ( itemtextset , allitems relation )

     I changed the getter and setter methods

as after getting the collection for first text area display first entity

                    for second text area display 2nd entity

Thanks

Suresh

Former Member
0 Kudos

Hello,

You can add a new attribute (can be model-attribute if you use the text-relation, attribute CONC_LINES), read the the in the Get-method (please tell me if you need assistence for that -  you can use the relation to the item-text-set), mark the cell as a text field (in Get_P - use other notes-fields as an example) and add it to your configuration.

Best regards,

Thomas Wagner

Former Member
0 Kudos

HI Thomas Wagner

               Thanks for your input.

I have some doubt.

How to write get and setter methods for model note.

How can i find relations between model node and item-text-set.

Please advise.

Thanks

Suresh