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

Re: How to Set contract status to released AND trigger replication to ERP

$
0
0

HI,

 

Check in debugger while changing the status and saving the contract through CRMD_ORDER Transaction. check what parameters are passed and pass the parameters in your report.

 

Regards,

Deepika.


Business role assignment get lost

$
0
0

Hello *,

 

from time to time single users report logon problems due to missing business role assignment.

In these cases business role was assigned via user in tx su01 directly. Whenever it happened the affected user itself is shown for last modifier of user record. But the users of course are not authorized to edit this data.

 

We assume that maybe the personalization in web ui could be the reason but up to know the behaviour was not reproduceable.

 

Does anyone know this issue?

 

Kind regards

Thomas

Re: Business role assignment get lost

$
0
0

Hi Thomas,

 

I don't know anything in WebUI that can cause that. But in SU01 tcode, if you check for change documents for roles changes, is there's any tcode indicated for corresponding role removal?

 

Kind regards,

Garcia

Re: Business role assignment get lost

$
0
0

Hi Garcia,

 

I know it sounds strange but we have received some impact messages of users.

In our authorizations we do not have assigned any transaction codes as they use the web ui exclusively.

 

Kind regards

Thomas

Saved Favorites, Tags and Searches

$
0
0

We have created new Business Roles for users with different Navigation Bar and Layout Settings.

 

We are assigning existing users to the new Business Roles.  Is there a way to copy their saved Favorites, Tags and Searches from the old Business Role to the new Business Role?  The user wants to log in and see their previous saved Favorites, Tags and Searches.

 

Thank you very much.


FICACMP_ACC -- How the bar graph is coming

$
0
0

Experts,

 

I need ur help in changing the bar graph criteria in this component.

I am not even able to find out from where this graph is getting displayed where the code is ?

 

Guyz please help me. I am stuck here.

 

I want to hide the Pie chart from the dropdown and have to change the criteria of displaying the bar chart.

THnaks

ANit

Performance Assistance (F1) : very small Font size

$
0
0

Hi,

 

When we press a F1 key on any field. The Performance Assistance(help) pops up.

1.The problem is the user cant read it as it has very small font size.

How to change the font size and Make it Bigger.?? So it become Readable

 

Regards,

Anupam

Re: Business role assignment get lost

$
0
0

Hi Thomas,

 

Sorry but maybe I've explained myself poorly. You said that business roles that were missing are normally assigned directly in SU01. Then, in order to try to understand how they are remove, in SU01 transaction there is a functionality that allows you to see the change history for every add/removal of a role. This will tell you the user that performed the action and which tcode he used.

 

Check this functionality that it's available as a menu option in SU01. Maybe it can give you some good clues about what's happening.

 

Kind regards,

Garcia


Re: How to Set contract status to released AND trigger replication to ERP

$
0
0

Hi,

 

CRM transaction will be triggered for replication if the correct system status is set.

When we set the user status manually, system will automatically sets the corresponding system statuses. So if your custom code to set user status is not setting the system status you need to write logic for it.

 

User status and System Status can be accessed at below path :

SPRO » IMG » CRM » Transaction » Basic Settings » Status Management » Define status profile for user status

 

System Status t-code BS33.


Regards,

Amrit

convert value node to bol entity

$
0
0

Hi,

 

I have a question regarding value node to bol entity.

I need to convert an object from  cl_bsp_wd_value_node to an object of  cl_crm_bol_entity.

 

Any idea how to achieve this ?

 

Jerome Benj.

Default values in Account creation page

$
0
0

Hello.

 

I'm new to CRM and this forum too.

 

I need some guidance. I have to set default values in account creation page. For this, I thought to use DO_INIT_CONTEXT method. And, when I searched this forum, I see a lot of threads about BADI CRM_BP_UIU_DEFAULTS.

 

Can someone explain if there is any difference if we implement that using DO_INIT_CONTEXT method?

 

Thanks to all!

Exception condition "REFERENCE_IS_INITIAL" raised.

$
0
0

Hello all.

 

If I create any view with a model node, I'm getting this exception while displaying the view.

 

  • The following error text was processed in system CRM : Exception condition "REFERENCE_IS_INITIAL" raised.
  • The error occurred on the application server crm71ehp5_CRM_00 and in the work process 3 .
  • The termination type was: RABAX_STATE
  • The ABAP call stack was:
    Method: DESCRIBE_BY_OBJECT_REF of program CL_ABAP_TYPEDESCR=============CP

 

Can someone please help how to resolve this?!

 

Thanks to all!

Re: FICACMP_ACC -- How the bar graph is coming

$
0
0


Problem is resolved:

 

I got the logic on how BAR graphs are getting created in this component...the code is written in a standard class CL_THTMLB)CELLERATOR.

 

THanks

Anit

Window Close on END CALL

$
0
0

Hi Experts,

In each row of a table view i have print document populated with a hyperlink.

When i click on this hyperlink a PDF opens up in an IE window.

 

lets say i have 5 rows and i clicked on all 5 print docs it will open 5 PDF for all those 5 print docs.

 

My requirement is

I want to close all 5 IE sessions which are showing these PDFs on click of END CALL butoon.

 

Is it possible?

IF yes how?

 

THanks

Anit

 

 

Re: Default values in Account creation page

$
0
0

Hello,

 

Actually, some BADI are WebUI specific.

BADI CRM_BP_UIU_DEFAULTS only gets trigerred in WebUI BP screens.


DO_INIT_CONTEXT method will be triggered every time you open a window wich contains the view considered. So not only during BP creation.


 


Copying data from one document to other

$
0
0

Hi Guys,

 

We have requirement to copy the updated data in one of the fields from Change Document to successor document.

 

For eg a doucmnent of type SMCR was created with value ABC for field Projects(Custom Field) and follow up document was created having same custom field with value ABC.

 

But if now we update the value of the to DEF in SMCR it should update the value in successor document also to DEF but it is not happening.

 

Please advice how can this be done?

 

Regards

Abhishek

Re: Copying data from one document to other

$
0
0

Hi Abhishek,

 

You can consider implementing badi ORDER_SAVE for this. Every time document A is saved, you can check there if there was a change in your custom field X (by comparing with DB value), and if so check if there is any followup document to update it accordingly.

 

But you have other alternatives like creating actions or coding directly in WebUI handler classes. Just check what suits best for your scenario.

 

Kind regards,

Garcia

Re: Copying data from one document to other

$
0
0

Hi,

 


Thanks for the reply.

 

Could you please tell me any standard action that does that so that i can adjust that to my own need.

Or even any similar action.

 

Regards

Abhishek

Re: Copying data from one document to other

$
0
0

Hi Abhishek,

 

You can create call back event function module and register it on save of the document.

For registering the EC function module in spro you can find many docs in scn forum.

You can read the docflow table using crm_order_read_ow(fm) by passing the parent document guid then identify the follow up documents.

You need to set the custom field value in sub documents using crm_order_maintain function module.

 

Best Regards,

Dharmakasi.

CRM_UI transaction leads to 'page cannot be displayed' error in browser

$
0
0

Hi,

 

CRM_UI isn't working in our CMR 7.0 EHP3 ABAP system.

 

Already activated all sub-services as per Notes 1115493 , 1295006 with no luck. No issues with Hostnames, FQHN etc found. Any ideas to troubleshoot further?

 

Regards,

Naga

Viewing all 7775 articles
Browse latest View live




Latest Images