Re: Hide navigation bar in SAP CRM
Alternative, even more easy-way solution for the task is to use SAP CRM's standard JavaScript method thtmlb_NavBarToggle(), which changes navigation bar mode from expanded to collapsed and vice versa....
View ArticleRe: Hide Navigation Bar in SAP CRM Web UI.
Unfortunately, I don't have access to the SAP CRM system anymore. From my archives, I found the following code, which implements the required logic: <%IF lv_navbar_state NE'HIDDEN'.%>...
View ArticleRe: ALL DAY activity dates show over two days
Hello, We have the same issue.Is anybody knows how we can change it? Denis
View ArticleRe: Disable EDIT button in all assigment blocks on OVP
Hello, experts! Who is solved my problem? My issue is disable all buttons on all assigment blocks, if user have permissions only for viewing. I resolved that problem. I enhanced all asssigment blocks...
View ArticleRe: Updating Calling Hours for Multiple records on same Business Partner(BP)
Hi, try by this way: provide the bp no. and the schedule type ("A" for calling hours) then populate tables COMBINEDRULE and WEEKLYRULES as shown in the attachment. You will get 2 weekly rules.Hope this...
View ArticleRe: Hide Navigation Bar in SAP CRM Web UI.
Hi Please avoid redefining the CRM_UI_FRAME component since its been used by the framework it might break a lot of functionality. RegardsThato
View ArticleAction Profile V/S workflow's start events for workflow triggering in SAP CRM
Hi Experts, I'm working on following requirement. I need to trigger a custom workflow on creation of a CRM Transaction i.e. Service request.I understand that there are 2 ways of doing itUsing action...
View ArticleZ parameters in direct access URL
Hi all, I have the direct access URL for "Business Activity" and I could able to launch the URL directly to a particular activity in edit mode in a browser. I want to add few more optional parameters...
View ArticleRe: Updating Calling Hours for Multiple records on same Business Partner(BP)
Hi Santosh, I am not sure about it: but why don't you try LSMW for the same. Best regards,Dinesh
View ArticleRe: Action Profile V/S workflow's start events for workflow triggering in SAP...
Hi Dharmaksi,Events are being triggered automatically. Please refer the screenshot attached above. No coding is required.Best Wishes,Ravi
View ArticleRe: Action Profile V/S workflow's start events for workflow triggering in SAP...
HI Ravi, Action profile in CRM are for specific purposes. Like sending notifications and in some special cases , creating events also. In you case , you just need to check in SWEL , whether this event...
View ArticleRe: Disable EDIT button in all assigment blocks on OVP
Hi, Naveen!Thaks for answer, but in CHARM BAdi like CRM_BP_UIU_VIEW_CONFIG is not available.I don't find any BAdi for this case.
View ArticleRe: Partner Determination not triggering when category changed in Service...
Hi Vignesh, we already tried these notes, but not working, when i changed the category then related organisation is becoming '0' value. Regards,RamReddy
View ArticleRe: Hide Navigation Bar in SAP CRM Web UI.
Hi Mike, Thanks for the reply. I have updated the code you sent as shown in the below screen shot but unfortunately no success. can you please have a look on the below code and let me know where I am...
View ArticleRe: IC Agent Logo text size change
Regarding the logo text size, please try to check in the following path, if it is for Signature skin:thtmlb_styles -> Page Fragments -> sap_skins -> nova thtmlb_stand.css search with...
View ArticleHow to control duplicate entry of a variable within a loop
Hello SAP Gurus, I have a simple question, which is a little bit embarassing.But since I have never done this kind of code, I have just thought to ask within this Forum.My requirement is to check that...
View ArticleRe: Partner Determination not triggering when category changed in Service...
Hi Ram, Check the Partner Badi "COM_PARTNER_BADI" and I guess the partner determination is triggering and partner is replaced every time you change the category. additionally check the partner function...
View ArticleRe: How to control duplicate entry of a variable within a loop
Hi Andrea, One suggestion is for each loop interaction, you could store your LV_JAHR value in an internal table to help you after the loop to check if there is any duplicated entry in your BOL...
View ArticleRe: How to control duplicate entry of a variable within a loop
Hi Andrea, change your code as below. here lt_itab is a table type of ls_fore lv_collection = gv_access_header->get_related_entities( iv_relation_name = 'ZEXT_BOL_RELAT00000E' ). IF lv_collection...
View ArticleRe: Twitter integration with SAP CRM
Hi Bob, I am also trying to follow this process, but I am unable to retrieve the posts from Facebook page.I have followed all the steps provided in notes 1832462, 1859791. According to step 7 in note...
View Article