CRM_SVY_EXAMPLE_DYNAMIC_PBO not working in WebUi survey
Hello Experts, I have a survey in opportunities. For the survey I maintained the callback pbo CRM_SVY_EXAMPLE_DYNAMIC_PBO.In test mode the SAP image is displayed. In the Opportunity webUi not . In the...
View ArticleMultiselection in Search result
Dear Experts, Am searching installed base objects in Contract Quotation, in the search result we are able to select the objects one by one only. but my requirement is i need to select multiple objects...
View ArticleRe: Multiselection in Search result
Hello Anandhan,One setting is the selectionMode-setting of the table in the HTML-page. Eventually you need also change the ABAP coding in some events.Best regards,Thomas Wagner
View ArticleRe: Multiselection in Search result
Dear Thomas / All, Thanks for your input, i made the selectionmode as multiple in HTML page. but am not aware where to write the code, if you are anyone having idea please share. RegardsAnandhan
View ArticleRe: Facing Problem in Configuring Radio buttons
Hi Dharma, I am Using 16 cols/2 Panel. And I am trying to do this config in the second panel. It is complaining that, the radiobutton should occupy the complete panel (I to P). But, I can't do that,...
View ArticleRe: Facing Problem in Configuring Radio buttons
Hi Dharma, My Problem is solved.. Well the weird part is, when I click on Apply button, it has shown the errors as mentioned above. I thought, it won't allow me to save the configuration. However as...
View ArticleRe: Logical System is not defined in table SMOF_ERPSH!
This could be effect of your client copy or system copy. sometime if you are doing client copy the setting from from source client is copied to destination and if forgot to perform cutover task in this...
View ArticleRe: Result in Activity is not getting updated.
Anyone any idea , on this issue. Please answer.
View ArticleRe: Facing Problem in Configuring Radio buttons
Hi Sandeep Please go through the below link. May be it will be helpfull.Creating Radio Buttons in the Web UI - CRM - SCN Wiki ThanksChand
View ArticleERMS Auto Acknowledgement mail Issue .
Hi Guys , We have set up an auto acknowledgement mail scenario . Acknowledgement mail is triggered , but the subject line and mail content are empty. We are using email forms here . If anyone has...
View ArticleProblem with the result view of Search page
Dear Experts,I have created search page with search and result view, page got created properly but the problem is with the result view.I have 6 fields in the result view and all the records are coming...
View ArticleAdd Order Partner on Status Change.
Hello,I hope someone can help me.I have a requirement where I have to assign current user to a known partner function in open order in crm webclient, depending on status changing.I created an...
View ArticleRe: Add Order Partner on Status Change.
You shouldn't be using BOL code inside of that BADI in the first place. You are going to need to use the one order FM's to add the partner to make it work instead. My brain right now is drawing blank...
View ArticleRe: How many standard business roles are there in CRM
Honestly I don't know how the number of business roles that is delivered with SAP CRM will ensure that you can actually implement the solution in a quality fashion. If you don't mind sharing is this...
View ArticleRe: Add Order Partner on Status Change.
Thank you, Stephen.Could you please explain why not using BOL inside that BADI? Shouldn't we use BOL inside any BADI?
View ArticleRe: Add Order Partner on Status Change.
The BADI you are using sits beneath the BOL layer. You are actually in a different layer of CRM when you use that BADI and not in the UI layer. The BOL layer for business transactions or "one order"...
View ArticleRefresh page after execute event
Hi all, I have a question, please help. I have a button on the view SOHOverView(BT115H_SLSO) to change the status. *** part of code of event *** CALL FUNCTION 'CRM_STATUS_CHANGE_EXTERN' EXPORTING...
View ArticleRe: Refresh page after execute event
Hi Rudy, you can acheive this by reverting the bol buffer. Afte the FM call 'BAPI_TRANSACTION_COMMIT', check sy-subrc. If it is ZERO, execute the below code else not. * Read header Entity lr_ent ?=...
View ArticleRe: Problem with the result view of Search page
Hi Anitha, What do you see in get_method when it gets called for the 2nd row.In this method, system tries to read the data from iterator and later put it in to value. Please check what is there in...
View ArticleRe: Transaction Launcher: Avoid log on Authentication or bypass by defaulting...
Hi Raja, For this scenario, we would need to implement SSO (Single-Sign-On). We should have the same users in both the systems. Talk to your basis guy, he will be able to help you. Regards,Jotsaroop Singh
View Article