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

Re: How to change CRM Logon image? - Como cambiar imagen CRM Logon?

$
0
0

Hello Rajarama!

 

I followed the steps to change my logon image both: 'SAPNetWeaverLoginTitle_wo_Subtitle.jpg ' and 'NetWeaver_Default_Picture.jpg'.

 

I followed the route showed in your images and click on the object  'SAPNetWeaverLoginTitle_wo_Subtitle.jpg ' then make a right click and select: Upload/Download > Upload and Replace; after that I click in the refresh icon.

 

After that I went to my logon session and still look at the standard images, did I miss any step?

 

Any help will be greatly appreciated!

 

Regards,

 

Sue Mak


Re: How to populate a custom field in the table view

$
0
0

Hello,

In the Get-methode for this field this can be done. Eventually this method needs to be created with a right mouse-click on the attribute name in the component workbench.

 

It would have been not necessary to extend the structure of BTAdminI if you don't want to save the new value to the database. A new value attribute under the context node would have been enough.

 

Then you do the following (after current has been set by the standard coding):

 

1. Determine value of column 1.

value_column1 = current->get_property_as_string( iv_attr_name = '[column1]' ).

 

2. Determine value of column 2.

value_column2 = current->get_property_as_string( iv_attr_name = '[column2]' ).

 

3. Do concatenation

concatenate value_column1 value_colum2 into value_column3.

 

4. Set new value

value = value_column3

 

5. Ignore the remaining coding

Exit.

 

Best regards,

 

Thomas Wagner

Value attribute calculation on result page

$
0
0

Hi All,

 

 

My requirement is to add one additional field in the service request search result screen, the field got some calculation ( balance time response time ) and same will be calculated at runtime of search.

 

Balance Response Time = System Time - Service request Response time .

 

So i enhanced the component & view  SRQM_INCIDENT_S/IncidentSRL and added the value attribute .I have enhanced the structures as well and the field is visible in UI.

 

if i add my logic in the GET Method, it works page by page( if i have 100 requests , system will show it in 10  pages) so user could not sort or filter the values across the pages.

 

so i did my coding in DO_PREPARE_OUTPUT and used set_property to change the values of custom field.

 

The value is not getting updated in UI screen.

 

Please give your suggestions.

 

Regards

Raj

Re: Value attribute calculation on result page

$
0
0

In DO_PREPARE_OUTPUT method you will not be able to set the value through BOL because the attribute you added is a value attribute. It would be advisable if you explore the possibility in GET_XYZ method only.

 

Also could you elaborate more on the issue of Sorting and/or filtering a bit more.

 

Regards,

Harshit

Re: How to populate a custom field in the table view

$
0
0

Thanks a lot It works.....

 

 

Regards,

M.C

How to hide a column of a table view in runtime

$
0
0

Hi Forum,

 

My requirement is to hide a column in the table view (not delete, just hide). While doing export to excel, this column data should also be uploaded into the excel.

It would be great if you could provide me a solution on how to achieve this.

 

Thanks in advance.

 

Regards

M.C

Re: How to change CRM Logon image? - Como cambiar imagen CRM Logon?

$
0
0

Hello, Sue Mak.

 

Probably you need to refresh (invalidate) a server cache in tx. SMICM.

 

My own advise would be to follow the steps which Bruno Garcia suggested in very first answer. Because this is a standard way. And replacing standard images like SAPNetWeaverLoginTitle_wo_Subtitle.jpg or NetWeaver_Default_Picture.jpg is not a perfect solution. For example, are you sure that SAP doesn't use it anywhere else? Obviously, it doesn't. But anyway...

Re: How to hide a column of a table view in runtime

$
0
0

Hi All,

 

I found an alternate solution to acheive this requirement by enhancing the method IF_BSP_WD_MODEL_TV_EXCEL_EXPRT~GET_CSV in the context node class.

 

Regards

M.C


Table names

$
0
0

Hello Experts ,

  

 

Wanted to know what are the Table names for the following transactions :

 

1) Opportunity created from SAP CRM directly into ERP Directly .

 

2) Quotation created from SAP CRM into ERP Directly.

 

 

Thanks and Regards,

Nikhil Kulkarni

Re: Value attribute calculation on result page

$
0
0

Hi Harshit ,

 

I have done the coding in GET Method,Values are getting displayed.

but sorting ( Ascending / Descending ) the result list by value attribute is not happening.

 

( I'm clicking on the label of the field which enable the options of Sort Ascending , Sort Descending)

 

and one more thing GET methods are working pagewise, not for the whole result List , so i doubt using get method will be able acheive the sorting of whole result.

 

Regards

Raj

appended domain values are not accepted in WEB UI

$
0
0

Dear All,

 

I am new to WEB UI development. I am facing the following problem. We have appended domain BU_CONTACT (contact allowance) with further values (append ZBU_CONTACT).

 

The values are offered in WEB UI but when saving user getg the message that the appended value (e.g. 5 is invalid for field contact allowance).

In GUI this works fine.

 

Can you please advise how to identify where is the problem or if there is e.g. any mirror domain for WEB UI to be appended?

 

Thank you!

 

Jan

Re: appended domain values are not accepted in WEB UI

$
0
0

Hello, Jan.

 

Have you activated your append correctly and fully?

 

Just have done the same and had no such issue. The value from an append was saved correctly in WebUI without any messages.

 

What version of SAP CRM do you use? (I've done in 7.0 Ehp1). And in which component/view do you receive the message? I used BP_HEAD/AccountDetails.

Re: appended domain values are not accepted in WEB UI

$
0
0

Hi Andrei,

 

Thans for trying that.

 

I am in 7.0 (no EHP). Doing it in component/view BPCONT/ContactDetails.

 

I had some warnings during the acitvation but when analyzed them nothing seemed to cause the problem.

 

So you are able to save in WEB UI the object with selected appended value (e.g. 4 or 5)?

 

Thanks,

 

Jan

Re: appended domain values are not accepted in WEB UI

Re: How does the Logical System GUID get created

$
0
0

HI Matthew,

 

We are facing a similar issue. Could you please let us know the activities done to get the issue resolved?

 

Did you revert back the changes done as suggested in the Note 588701, if yes can you let me know where the changes has been done and how has it is reverted back?


Also, in the table CRMPRLS in R/3 we do not see an entry for the external SRM system.

 

Please note, for replicating material into SRM we use the CRM Middleware.

 

BR// 420


Need to install SAP GUI 7.20

$
0
0

Hi Every One

 

I am new to this SAP world, trying to install SAP GUI for Win 7, where could i get it for free

please do help me

 

Thanks

Deepak

Re: Need to install SAP GUI 7.20

Own created view could not be added to exsit window

$
0
0

Hi all experts,

 

I created an own view to component ICCMP_BTITEM.But when I want to add it to exist window in the responsitory. I could not find it in the search help result.

 

May U know is there anything missing? or anything I need do before try to add it?

 

Tks in advance!

city/post missing in BP description

$
0
0

Hi,         

 

I use function BUPA_DESCRIPTION_GET to get business partner's description, normally it contains standard address's city and post info. E.g. "customer name street/600500".

 

But I found currently if country is "MX"(Mexico), I can't get city/post via function module. But if address country is "DE"(Germany), I can get city/post in BP description. I'm wondering whether there's any customizing missing in system. Do you know it?

 

Thanks a lot in advance!

Re: city/post missing in BP description

$
0
0

Hi,

 

Can you please check that the address types of both sets of data is same?

 

Also you can try using below code :

 

   CALL FUNCTION 'BAPI_BUPA_ADDRESSES_GET'
  EXPORTING
    BUSINESSPARTNER                 = gv_partner
    ADDRESSTYPE                     = is_addrtype
    VALID_DATE                      = syst-datum
  TABLES
    ADDRESSES_ALL                   = lit_addresses
    RETURN                          = lit_Return.

 

   loop at lit_addresses into wa_addresses.
  CALL FUNCTION 'BAPI_BUPA_ADDRESS_GETDETAIL'
    EXPORTING
      BUSINESSPARTNER       = gv_partner
      ADDRESSGUID           = wa_addresses-addressguid
      VALID_DATE            = syst-datum
    IMPORTING
      ADDRESSDATA           = wa_address_data
    tables
      RETURN                = lit_return2.

  endloop.

 

Regards,

Amrit

Viewing all 7775 articles
Browse latest View live




Latest Images