Quantcast
Channel: SCN: Message List - SAP CRM: Webclient UI - Framework
Viewing all 7775 articles
Browse latest View live

Re: Adding sort ability to a field


Re: Provide search help for custom field on Web UI through LORD_MAPPING

$
0
0

Hi,

 

I think I found the solution to my above mentioned problem.

 

I have tried few configurations in LORD_MAPPING table but never a value help was available for the field(XXX). Apart from above configuration mentioned, coding needs to be done at CRM side for getting the value help for field(XXX).

 

In  ERP_H/HeaderDetail view navigate to the context node in which the custom field (XXX) is available and enhance V_Getter method as shown below.

Untitled.png

Also enhance the P_GETTER method, during display mode set the FIELDTYPE property to TEXT and during edit mode set the FIELDTYPE property to PICKLIST.

 

Now custom field will have value help on CRM Web UI.

 

SAP NOTE 1637489, can be implemented to improve the performance.

 

Thanks and Regards,

Ravi.

Re: fields from tx.su01 to CRM Web UI

$
0
0

Hello Yessen,

 

First: where is the information stored? Take a user ID, go to table USR21, get the address number, then go to table ADCP and enter the address number and get your information, like department. Eventually there is even a function module or a BOL business object for it but I don't know any.

 

Second: How to display in WebUI? Take an existing view (like employee-user-relation) or create a new view (which is slightly more complicated but explained in other threads). Then create either a value node or a value attribute to a model node and fill the information in the GET-method of your field.

 

Summary: All this is not very complicated.

 

Best regards,

 

Thomas Wagner

Re: Adding sort ability to a field

$
0
0

Thanks all. I created the eh_onsort with small letters in the implementation class. Its working fine now.

Re: F4 search help

$
0
0

Hi Dharmakasi

 

This code works for simple f4 when selection criteria is not changed.  when selection criteria is change and search button in search help window is clicked, f4 roundtrip is not triggering.

 

Thanks

Prabha

Re: Define font color and text-decoration for hyperlink in SAP CRM

$
0
0

Got the solution :         p_replacement_bee = cl_htmlb_link=>factory( id = p_cell_id onclick = 'STATUS' text = html_str ).


Re: Search Help custom field not getting value

$
0
0

Hi Girish,

 

Have you checked whether the table has values for this field?. I think you don't have values in the table and thus the values are not coming.

 

Thanks,

Faisal

Re: Search Help custom field not getting value

$
0
0

Faisal,

 

 

Values are there in table and BTCustomerI is also bound but the problem was query is not having my field so I just fetch GUID from query and hit the table and get the value.

 

 

Thanks for your reply.

 

Regards,

Girish


Re: Search Help custom field not getting value

$
0
0

Hi Girish,

 

While creating a field through AET, we will have a checkbox to make the field as Search & Result relevant. If you check that box then standard will extend the Query and Result structure as well for the same.In the backend the logic will be updated to fetch the value.

 

But if you are adding in the Search Result node, then you need to write the logic GET method of that attribute.

 

Regards,

Ravi

Re: Search Help custom field not getting value

$
0
0

RAvi,

 

 

How to get AET in search help....

All Day Appointment Issue

$
0
0

I Created a Allday Appointmet with a start and end date from  a webservice as below

 

<START_DATE>2014-10-01</START_DATE>

<END_DATE>2014-10-01</END_DATE>

 

 

webservice code.PNG

 

But in the crm webui Home page it is display as 05:30 23:59 but actually it has to show 00:00 23:59

plus 530.PNG

When i click on Allday Check it showing end date 02-10-2014

Appt Header.PNG

Re: Search Help custom field not getting value

Re: Search Help custom field not getting value

$
0
0

Hi Girish,

 

Added to Srinivas comments,

 

Open AET creation screen, then click on the button "Display Enhancements". Then it may allow you to change the AET field property.

 

Hope it will help.

 

Regards,

Ravi

Re: All Day Appointment Issue

$
0
0

Check if  Note 1628844 - The Start and end date gets changed in Groupware

resolves this issue.

 

Rgds, Gervase

Personalize setting for default screen

$
0
0

Hi,

Ability to choose between default screen as Inbox or Customer Identification when clicking on the END button.

 

A majority of agents directly work on orders that are assigned to them, and therefore want to be directed automatically to the Inbox when they click on the End button after working on and saving the service order, instead of being directed to Account Identification, and then making a click to the Inbox. Therefore the agents want the ability to chose between either the customer identification/inbox screens to which they need to be directed to when they click on the End button. This setting is required on similar lines to the personalize settings where they need to have the ability to switch back to the other screen at a later point if they want to, therefore this isnt a one time setting, nor to be given as an option each time we select the End button, its in between the two. If we cannot do via Personalize, then alternate solution options to achieve the same.




Regards,

Senthil


Error during enhancing BP_CONT/ContactViewSet

$
0
0

Hello gurus,

i need to enhance view set: BP_CONT/ContactViewSet  in component BP_CONT in order to hide the view: View BP_ADDR.BP_ADDR/StandardAddressWindow (default) in view area: ViewArea Home.

When i click right mouse button on the view set and choose enhance - enhancement is created.

I do not make any other changes and when i run the ui via browser and when i enter into one contact in the details screen - i receive error.

Browser displays message: view area 0001 could not be loaded error in bind_view method in line 116.

I just enhanced the view set with no other redefinitions or changes?

 

What could be the reason.

 

Best regards,

Rosen

Re: Error during enhancing BP_CONT/ContactViewSet

$
0
0

Hi,

 

Delete the enhancement and create again and then try.

 

Regards,

Deepika.

Re: Error during enhancing BP_CONT/ContactViewSet

$
0
0

Hi,

i have made it already, two times.

Regards,

Rosen

Re: Error during enhancing BP_CONT/ContactViewSet

$
0
0

Hi Rosen,

 

If you want to hide a view, why don't you just create a custom config?


BR Matthias

Re: Problem with Marketing Attribute value Deletion

$
0
0

Function Module "CRM_MKTBP_DEL_ATTR_BP_LIST" will delete marketing attribute set also when there is not even single attribute belongs to it is not assigned with any value. In your case, you had two value assigned and you deleted them using this FM. So at end FM delete attribute set also from BP.

If you want to have attribute set to be still assigned with all/any marketing attribute having now value selected than there must be at least one marketing attribute out of all attributes with some default value. Try this in SAP GUI screen, adding marketing attribute set with no attribute with any single value and save, you will get error message"Select at least one attribute with one value".

 

Regards

Viewing all 7775 articles
Browse latest View live




Latest Images