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

Re: Why I don't see created incident messages

$
0
0

Thank you very much! I will be waiting your respone on Friday


CRM Web UI error- service cannot be reached

$
0
0


Hello Experts,

 

I have built a new system using system copy of CRM 7.0 and upgraded the same to CRM 7 Ehp3.

Initially, the WEB_UI tcode was not working. I once added parameters in RZ10 for web ui, i am able to login through web.

 

Problem now is, after logging in, we have a set of business roles to choose from.

After selecting a business role, we get a service not found message(screenshot attached).

Same thing happens for all the roles.

 

Kindly help.

 

 

Regards,

Mamta.

How to refresh a collection wrapper?

$
0
0

Hello,

 

I have a problem to refresh collection wrapper. The situation is following:

 

  1. User enters a value in the field 1 (Client-ID = 100)
  2. Depending on this value a corresponding field 2 is populated with a value from collection wrapper (e.g. Corporate Group = „A“)
  3. User changes a value in the field 1 (e.g. Client-ID is now 200)
  4. The assigned Corporate Group for the Client 200 is “B”. However the collection wrapper has the old value corresponding to the Client-ID 100. The field keeps the wrong value “A”.

client ID.jpg

What did I try already:

 

In  DO_PREPARE_OUTPUT of the IMPL-class

 

DATA lv_bol_core TYPE REF TO cl_crm_bol_core,

lv_bol_core = cl_crm_bol_core=>get_instance( ).

lv_bol_core->modify( ).

 

me->typed_context->btadminh->collection_wrapper->publish_current( ).

 

DATA lr_ent type ref to cl_crm_bol_entity.

lr_ent ?= me->typed_context->btadminh->collection_wrapper->get_current( ).

lr_ent->reread( ).

 

In GET_P Methode of field 1. Attempt to trigger a Roundtrip.

 

method: get_p

  CASE iv_property.

WHEN if_bsp_wd_model_setter_getter=>fp_onclick.

rv_value = 'submitonenter'.

ENDCASE.

 

Unfortunately, nothing helped.

 

Thanks you guys in advance for your advices.

Best regards

Andrej

Re: Why I don't see created incident messages

$
0
0

I entered to DNOC_TYPE_NOTIF table via transaction se16 and see table below:

 

Re: Facebook plug in for SAP CRM WebClient UI

$
0
0

Thanks Christian for your reply. But I am not looking for this.

Re: CRM Web UI error- service cannot be reached

$
0
0

Hi Mamta,

 

Are your old and new system's client number same?

 

If not than maintain the entry of enhancement set against the client number in copied system.

 

View to maintain data BSPWDV_EHSET_ASG.

 

Regards,

Preeti

Re: How to refresh a collection wrapper?

$
0
0

Hi Andre,

 

reread is used to read again from the DB. Also, core->modify is also not required. Can I know where you are writing the code to populate field 2. Is it in do_prepare_output?.

 

Thanks,

Faisal

Re: How to refresh a collection wrapper?

$
0
0

Hi Andrej,

 

Did you try using :

 

Collection_wrapper->IF_BOL_BO_COL~CLEAR( ). ?

 

This code will refresh your collection.

You can adjust your logic accordingly.

 

Regards,

Devashish

 



Re: Why I don't see created incident messages

$
0
0

Hi Nursultan,

 

One question I wanted to ask here is that the issue is happening only for one incident ? you created on web ui and in GUI which table you wanted to see the record ? incase happening for one incident than will say check replication or wil suggest some time change does not trigger Bdocs and Outbound queue so just add one chanracter in incident in text or description and than perfrom save please update the feeback too.

DNOC_TYPE_NOTIF is table storing notification type setting here I am setting for notification type "SLF1" no STSMA status is defined. I our system it was 'NOTIF'

 

Thanks,

Prem

Re: Open transaction in New Tab or Window

$
0
0

I have the same exact question. Did you manage to find a way to do it?

Error : 500 SAP Internal Server ERRORwhile navigating

$
0
0

Hello Experts ,

 

 

I am getting the following error when navigating in Webui Screen :


" 500 SAP Internal Server ERROR - RABAX_STATE

 

ERROR : “The direct navigation to assignment block BT137I_SCN/InfoOV of a configurable overview page is not supported (termination: RABAX STATE).”   "


It also produces a dump UNCAUGHT_EXCEPTION in the system .. the call stack didn't had any bespoke , so was looking for an SAP note , but didn't find any , is it any kind of server issue .

 

Please suggest .

 

Thanks ,

Vaibhav

Re: CRM Interactive Report Issue

$
0
0

Hello Rajiv,

 

How did you resolve the issue? Can you please share it? Thanks!

 

regards,

Grace

Re: CRM Web UI error- service cannot be reached

$
0
0

Hi Mamta,

 

I had the same issue and just deactivated and activated the SICF service which solved the issue. However, what is happening if you test the service via sicf?.

 

Thanks,

Faisal

Re: Web UI. Fact sheet. Start PDF separately

Re: Client-Side Groupware - Appointment sent to all involved partners

$
0
0

Did you solve it? Im having the same issue.

After some investigation I found thar CRM is suppose to sync:

- Task to any partner related

-Activities to the partners wich relationship on category function is BUR011.

 

This is an issue on my scenario and I need to skip some of them.

 

Im searching for badis but the ones availables on the Spro look like only relvenant for Outlook->CRM sync

When i need the CRM->Outlook

 

Im having a look on class CL_CRM_XML_GW_SYNC

 

But still not certain.

Regards


Re: How to refresh a collection wrapper?

$
0
0

Hi Faisal,


unfortunately I was not able tot find a spot with logic how collection wrapper will be filled. In the GET_ method I can see only how data in collection wrapper is filtered according to business logic of application.

 

Question: Where can I start to trace the data flow to collection wrapper?

                In DO_PREPARE_OUTPUT I didn‘t find it.

Re: CRM Web UI error- service cannot be reached

$
0
0

Thank you faisal.
It worked for me too.

 

 

Regards,

Mamta.

Re: Web UI. Fact sheet. Start PDF separately

$
0
0

Hi Denis,

 

CRM 7.0 version and above provide multi session functionality where Agent can work more than one session shimultaniously up to 6. If it is implemented you can have multiple session in this way you can work multiple object on Webui. or else you need to wait till fact sheet get launchs no other option.

 

In any other way in case you optimize uploading og .PDF will be helpfull for your case.

 

Thanks,

Prem

Re: Error : 500 SAP Internal Server ERRORwhile navigating

$
0
0

Hi All ,

 

I found a SAP note 1971121 for this , but the problem is that the application component which is mentioned in the note is different then he one I found for the program in which the dump is occurring in my system  , the program and everything is same , so should I go ahead and implement this ?

 

Please suggest.

 

Thanks,

Vaibhav

Re: Error : 500 SAP Internal Server ERRORwhile navigating

$
0
0

Hi Experts ,

 

Any suggestions ..

Viewing all 7775 articles
Browse latest View live




Latest Images