Transactional Data Field Change
Hi SDNites, I am trying to identify all the field changes (Transactional Data) which has been done into CRM for a specific transaction (Ex: Service request). Could you please suggest any BADI or any...
View ArticleRe: Make editable row of table view
try to take look in standard code for edit button used on various view/overview pages.it will help you. Regards Harish Kumar
View ArticleRe: Syntax Error in Web UI component post upgrade
Hi Rohit, I've written a few blogs where I collected the different steps necessary in CRM after an EhP or SP upgrade. Furthermore I described solutions to common problems in these blogs. Please have a...
View ArticleRe: SAP CRM Technical certification
Thanks to you asking I'm pleased to announce a new certfication program for SAP CRM ABAP development. More details can be found here: Announcing the new SAP CRM ABAP development certification Take...
View ArticleRe: Link between service order and terms of payment
Hi Tanja, instead of directly selecting some data from the DB tables you should read this information via the BOL (c.f BOL Programing - CRM - SCN Wiki for a short introduction).Using the transaction...
View ArticleRe: Error in SAP CRM bye using SICF for theming designer
Hi, have you checked, that all required service in transaction SICF are active? Christian
View ArticleRe: Hide Personalize Button in Tile Layout
Hi Anne, do you want to hide the personalization button just for this one view or do you want to disable personalization in general?If you want to disable personalization in general you need to perform...
View ArticleRe: Error in SAP CRM bye using SICF for theming designer
Hi Christian, Thanks for your replay, i checked everything is on active mode only, so can you please help me how to resolve this one. ThanksJana
View ArticleError while Generating Set Type
Hi All, While adding new attribute in a Z set type for products the system generated error during generation. Now when I am trying to display or change that set type the system is giving error "Please...
View ArticleRe: Error while Generating Set Type
Hi Nitesh, Check whether the description is missing in table COMC_SETTYPE_T for the set type.The GUID can be found in table COMC_SETTYPE.If so, maintain the text in the table COMC_SETTYPE_T or you can...
View ArticleRe: Error in SAP CRM bye using SICF for theming designer
Hi Jana, have you checked all the steps mentioned in the OSS Note 1953840 - UI theme designer for ABAP: Support information? Have you checked that your user has the necessary authorizations...
View ArticleRe: Error while Generating Set Type
Hi Gervase, Thanks a lot for your prompt response. the suggested solution helped to restore the set type, but the Set type is not displayed in the list of relations for product root object in model...
View ArticleRe: Error while Generating Set Type
Hi Nitesh, Check if settype is assigned to hierarchy ( tcode COMM_HIERARCHY) or not? Also try regenerating configuration using tcode CRMM_UIU_PROD_GEN and CRMM_UIU_PROD_CONFIG. Regards,Pallavi
View ArticleHow can i filter based on two values?
I want to filter the data data based on two values.I tried oData.filter.But it is not working.
View ArticleGetting the current user's business role in TPM A
Hi , Is there a way to fetch the current business role by which the user logged in to CRM TPM - A? I am able to fetch the Role from below Getting current user's business role in WEB UI.I need to fetch...
View ArticleRe: How can i filter based on two values?
Hi Deepthi, Please elaborate the question. What data you want to filter and based on what?. Is it an internal table?. Thanks,Faisal
View ArticleCan't call Inbound Plug before DO_VIEW_INIT_ON_ACTIVATION
Hi everyone, I have a custom quotation search page containing an extra column (quotation-ID) that:shows the quotation idacts as a linkpoints the user to a completely custom screen In this custom screen...
View ArticleRe: Pass parameter to XD03 using transaction launcher(CRM to R3)
Which Business Object have you used to configure the Transaction launcher?Or have you created a custom one? You should use the Business Object 'KNA1' and pass the current customer value to parameter...
View ArticleATP check not working
Hi Experts, It is regarding ATP check. I checked material available in ECC, there is stock. But in CRM when I usingthe product, it is showing not confirmed and RED symbol is comming. I checked CRM...
View ArticleSurvey Text values getting cut off in CRM_SVY_RE_QUEST
Hi All,The TXTLG field from table CRM_SVY_RE_QUEST is not getting the complete question as the field length of this table is not enough to hold everything. Now I found the function module...
View Article