How to delete a Contact Relationship in BADI
Hi, I have a requirement where I need to delete Contact Person's relationship - BUR001 with the Account he is associated with. This should be done in a BADI implementation when the user changes the...
View ArticleHow to delete a Contact Relationship in BADI
Hi, I have a requirement where I need to delete Contact Person's relationship - BUR001 with the Account he is associated with. This should be done in a BADI implementation when the user changes the...
View ArticleRe: Web UI - How to close a window
Hello Leon! Thanks for the long reply.You are right. I have a special requirement from my client. The client wants to open a separate new tab, and not a pop up window. I managed this, and now I've...
View ArticlePick Data from table and move to component
Hi, I have a requirement wherein there is a table CRMM_LOCMAP, it has 2 fields partner_no and EXT_LOCNO. I have a component where i have 2 attributes for a context node, delivery location and plant,...
View ArticleRe: Pick Data from table and move to component
Hi Shruthi, 1. First get the current context node lr_property TYPE REF TO if_bol_bo_property_accesslr_property ?=...
View ArticleRe: Table View does not hold data.
Hi, Sorry for the delay in reply... I have checked everything, the problem is that when I enter some value and press enter, the system calls the order maintain function module. When the function module...
View ArticleRe: How to update and delete rules in territory?
I have the following suggestions:1. Based on current rule in say, Terr A, if the accounts in question are assigned to Terr A, but your requirement is that these accounts should be in fact be in say,...
View ArticleRe: Pick Data from table and move to component
Hi Shashank, thanks for your reply. I have one more question, if you can help me. In 3rd step, fetching of data is done, can you tell how to fetch data. Is it through select querie, if yes then how i...
View ArticleAdding a header pricing condition type in CRM Quotation
Dear Experts, I have a requirement to add a new condition type by taking average of the item conditions when a quotation is created. I tried achieving it using CRMV_EVENT call back routine with the...
View ArticleRe: Pick Data from table and move to component
Hi Shruthi, In 3rd step is done using SELECT statement. SELECT EXT_LOCNOFROM CRMM_LOCMAPINTO local_internal_tableWHERE condition partner_no = lv_partner_no. Now you will get the desired record into...
View ArticleRe: Pick Data from table and move to component
After this follow step 4. And it should execute for each Server Round Trip.So write this code in DO_PREPARE_OUTPUT() but this this execute for every Server Round Trip, that is not good programming.Am...
View ArticleSend email without pdf attachment via action
Hi All, I am working crm 7.0. I have a requirement like email should be triggered after creating a complaint. and currently the email will be sent with the pdf attachment. But there should be no...
View ArticleRe: Add new fields on TargetGroup, depending of filtered values in Segmentator
Solved partially...I still don´t know how to know the Target Group ID in order to search the filtered values :-(
View ArticleRe: User Name not appearing automatically when sending e-mails
Hi Praveen,Can you please elaborate how to check the htm page of the view Main Header, if possible with screen shots. Kind RegardsAtul
View ArticleRe: Send email without pdf attachment via action
Hi Gayatri, Try to create an action definition with processing type CREATE_EMAIL_DOC method call. If required, edit the content in this method call. Hope it works. Regards,Maddy.
View ArticleRe: Transaction Launcher
Hello Sourav, Can you tell me which method of guided activity page will be triggered when I click on next/previous buttons of guided activity page and also in which method this...
View ArticleRe: Cannot use TAB key after EHP2 at logon screen in IE9
Hello Matt, We have the same symptom in IE8. Did you find a solution for IE9?Do you also use a custom logon screen? Do you also use a logon theme? Best regards,Sander.
View ArticleRe: Server round trip on Check box(Custom field)
Hi Khaja, Ru handling any events on that check box???? Can u provide provide me the code of get_p_xxxx method which you have written....
View ArticleDefine Navigationallink interactionhistory for source view...
Hi Experts, In interaction history assignment block,when i clicked on customer name(i have created hyperlink for this to display customer search details) I am getting following error ..i have...
View Article