Re: Enable / disable edit list based on authorization
Hi Srinivas, I solved that problem . Thanks for your help. I have another issue. I have to disable the edit/delete button under the Actions tab for the assignment block Address Types in Accounts. I...
View ArticleRe: Contracts CRM ECC
I can shed some view points on service contract. CRM contract is more flexible than ECC contract. The componets like Action are not available in ECC. So the follow up activity such as contract renewal...
View Articlecommon issues in sap crm support projects for functional consultants
Hello, Can anyone tell me the commonly faced issues in a support project for sap crm functional consultants? Thanks, G Khan
View ArticleRe: BOL/Rappid Application on Ztable
Hi Vij, Since it's a Z application, you cannot use AET for this rapid application.Instead of trying to add a new field , If possible delete the rapid application which you developed and confirm the...
View ArticleRe: Configuration Problem after adding Value node
Hi All, Now it working fine , I made a mistake by setting the extended context model node from private to public property for transferring data from the Implementation method to context node method....
View ArticleDrop Down Values not appearing after Selection once back button is pressed.
Hi Experts, I have a scenario where i have added a Z component as a work Center link. The Z component has a view which contain drop down fields. As we go on and select values in drop down, subsequent...
View ArticleRe: How to copy standard view in same component.
Thank you for your reply. I have added Z classes to Controller, context class and context nodes. What is the update required in Runtime repository? I have added the view in view area, are you...
View ArticleRe: How to copy standard view in same component.
You need to add this view to the appropriate view area so that its visible on UI.
View ArticleRe: Adding Partner Function Tab in SAP CRM Sales Area for Bp
Hello Atul, I think we need to change the screen layout and it PBO(Process Before Output) modules for the data to show up on screen. Ask a developer for this. RegardsPrasenjit
View ArticleRe: "Z" fields in ADDRESS
Each BP have couple of addresses.Each address have additional fields (from Legacy system that copied into CRM) . On Phase II those fields will be maintain in CRM.
View ArticleRe: "Z" fields in ADDRESS
Unfortunatly not, Each BP have couple of addresses. and thise fields should be on ADDRESS object.
View ArticleRe: Reset Password by User
Hi Markus, Yes, many thanks for summing up the function modules and BAPI's.Last week I made a similar solution with a webdynpro calling custom FM's and sending e-mails to the user. I also made a check...
View ArticleRe: "Z" fields in ADDRESS
Hello Eli, Does that mean you want to store multiple addresses not just some z-fields? You may think of creating different address types and there is an assignment block called 'Addresses' to store...
View ArticleRe: Enable / disable edit list based on authorization
Hi Geeth, as one of the input parameters of method GET_OCA_T_TABLE you have index of the row. Maybe it is in format table[1].attr1. Get this index number, find corresponding address entity and decide...
View ArticleRe: Campaign Automation does not start after upgrade to EhP2 (BBPCRM 005)
hi Tanja,Have you gotten this resolved?I am having the same issue. thxchris
View ArticleRe: Unable to modify child objects
Hi Devender, Use the fallowing code for setting the properties for both child and root object in Get Objects Method. DATA lr_attr_props TYPE REF TO if_genil_obj_attr_properties. CHECK...
View ArticleRe: Restricting Users from searching the other Sales Office related Leads and...
Hi Arun, You can achieve the requirement using CRM_BADI_RF_Q1O_SEARCH BAdi. So no need to enhance the standard Lead and Opportunity search component. Create the new implementation for 1O search...
View ArticleRe: will the value node affect the controller binding?
Hi Ashok, The binding will not be affected because of addition of Value Attribute into the model context node. In BP_HEAD/AccountDetails component , the HEADER context node is bounded with the...
View ArticleRe: Restricting Users from searching the other Sales Office related Leads and...
Hi Arun, In the BADI i mentioned above you can also check and restrict when the mode is display. Put a debugger in the BADI and try to open a opportunity or lead in display mode. check what are the...
View Article