Re: How to force user with multi-position to log on with specific Business Role
Hi, You can you set business role in user parameter in SU01 transaction for that user.
View ArticleRe: Twitter integration with SAP CRM
Hi Sujitha, I've tested the GET_POST method and it retrieved the tweets successfully. I've scheduled a job to retrieve posts every hour. In the job I've implemented ABAP program. In that ABAP program...
View ArticleRe: Enhance the functionality of 'Search' event handler in Account workcenter
HI Ravneet, The requirement is quite simple. In the search event handler, you have the logic to create Dynamic query, pass selection parameters & then execute the query. You would have to just...
View ArticleCRM Webclient - Maximum HTTP Sessions
Hi SAP Gurus, I got CRM 7.31 and I need to configure 3 sessións maximum per user in crm webclient, and I know the parameter icm/HTTP/esid_max_ctx , but this not work in crm with sap basis version...
View ArticleRe: Enhance the functionality of 'Search' event handler in Account workcenter
Hi Ravneet, The solution given by Ravi will work perfectly but I would like to propose something else. Instead of redefining search event handler you also can customize search page and default business...
View ArticleRe: Problem of refresh when changing BP_HEAD_SEARCH Configuration in...
Hi, This code does not add or remove search criteria, the reason for suggesting this code is, In WEB UI, Search Page configuration never changes after Initial load. I think I mis-understood ur problem....
View ArticleRe: Session time out on server round trip in webclient
Hi Kapil, The issue was because of a custom component in the enhancement set. Basis team has deactivated the same and the issue is resolved. Thanks a lot for your helps. Thanks,Faisal
View ArticleRe: CRM Webclient - Maximum HTTP Sessions
Hi, Actually this is the right parameter and it should be available - see SAP Note 1147394. Best Regards, Sigrid
View ArticleRe: CRM Webclient - Maximum HTTP Sessions
Some further information from SAP Note 2214694: In case you do not find the mentioned kernel parameters in report RSPARAM or transaction RZ10, you need to create them manually. Afterwards you have to...
View ArticleRe: How to force user with multi-position to log on with specific Business Role
Hi, The business roles are shown in page fragment selectBusinessRole.htm of BSP application crm_ui_start. I am not sure how javascript works but in SAP's code they are using client click event to login...
View ArticleRe: Enhance the functionality of 'Search' event handler in Account workcenter
Hi Ravi Thanks for quick reply.I worked on your approach and able to get desired result. Thanks Ravneet
View ArticleRe: Drop down value not coming into entity
Hi Suresh, What he says is correct Pakar!! the view is mode display no edit data field input... Good luck.JMP.
View ArticleRe: Problem of refresh when changing BP_HEAD_SEARCH Configuration in...
Hi Pratheek, If you talk about this comment :"The problem is when adding this method, it locks the "+" search criteria : we can't add or remove search criteria with this code !" => when I click on...
View ArticleRaise do_not_save is not stopping document from getting saved
Hi, I have created a implementation in order_save badi, where on certain condition i am throwing a error message and raising exception do_not_save but the document is getting saved. why is this...
View ArticleRe: Raise do_not_save is not stopping document from getting saved
Hi Chetan,Below code snippet should work. And also make sure your validations are done in CHECK_BEFORE_SAVE method of order_save BADI. MESSAGE e000(MSG_CLASS_NAME) WITH 'Error message description:'...
View ArticleRe: Component: PRDIOOV/ObjectOV - View Configuration not beeing called
Hi Oliver, Could you please share on how did you solve this issue? we are also facing similar kind of issue in this component. Regards, K Bathla
View ArticleBADI or Enhancement spot to set config keys dynamically
Hello SAP Experts, I am looking for a BADI to set role config key based on some conditions. Requirement is to set configs and work generically for transactions and master data. Please help....
View ArticleRe: BADI or Enhancement spot to set config keys dynamically
Hi Sumeet, The config keys are attributes of view so you wont find a single BADI using which you can dynamically set keys of any view. You have following option Redefine DO_CONFIG_DETERMINATION of view...
View ArticleRe: Raise do_not_save is not stopping document from getting saved
Hi Chetan, Exception DO_NOT_SAVE is present in two methods (PREPARE & CHECK_BEFORE_SAVE) of BADI ORDER_SAVE. You have to raise it in CHECK_BEFORE_SAVE.
View ArticleRe: Raise do_not_save is not stopping document from getting saved
Hi Mohammed, Hi Sagar, the code i have written is in check_before_save method and i am raising exception do_not_save same as suggested but it is still getting saved. Please suggest. Thanks.
View Article