No pop up window after credit memo while creating a follow up
Hi All, I'm facing a strange problem with web ui, when a complaint is created and then when we try to create a follow up to that complaint normally we will get two pop ups first one to select the...
View ArticleRe: Validation Error in complaint search with changed on field.
Hi all, We have raised an OSS for it, We have been recommended to change the domain name which solved our problem. Thanks for quick replies, I appreciate it.
View ArticleError 'File does not contain any valid data', in CRM role
Hi All, I have generated the file(saved as .txt), using report CRMD_UI_ROLE_PREPARE. When importing this file , in Menu(in PFCG)-> Import from file, i get error 'File does not contain any valid...
View ArticleDescription of field value in label
Hi Expert,i have a requirement where i am selecting industry code from a popup, along with that industry code name(description)is there in popup.so client wants to display description also along with...
View ArticleRe: Error 'File does not contain any valid data', in CRM role
If you open the file, what does it look like? Anything like the one attached to note 389675?FORMAT 1.2B NODE 000020000100001YOUR_OWN_TYPE node information for node A...
View ArticleRe: Error 'File does not contain any valid data', in CRM role
What program (code bit) do you get the message in? What line is it on? I don't know if you are a coder. If not, let us know and we can guide you on how to get that information. Neal
View ArticleRe: Description of field value in label
Hi Praveen, The description should be populated once the industry code is filled.So we can create new field in View Configuration and enhance its get methodto read the description based on code value....
View ArticleCRM buying center jnetApplet error
When trying to display the buying center using graphical view, getting a jnetApplet error. The jnet_handler service is activated. It used to work. Wondering if others have encountered this. We have...
View ArticleRe: Error 'File does not contain any valid data', in CRM role
Hi Jurgen,No, it is not the same format, as you have mentioned. My format is below. How do i make it to format , given in note/you Regards
View Articleprogrammatically selecting table rows on a webui table view/collection
Hi all. I've had a bit of a play around with the collection_wrapper->mark( ) method without much success... Is it possible to select a table row on the UI using ABAP? e.g. on load have the first...
View ArticleRe: programmatically selecting table rows on a webui table view/collection
Hi Dean, Yes , it is possible.I felt same recently collection_wrapper->mark( ) is not work for some cases .I found a solution for that.Context_node->selected_index. u get selected index....
View ArticleRe: The IE Compatibility view is not supported
Hi Vinayak, did you check heck the note I mentioned in my earlier respons? It contains links to a number of other notes that might be helpful. You should also check if the logon settings in the SICF...
View ArticleRe: programmatically selecting table rows on a webui table view/collection
Excellent, thanks for that. Is there any solution for selecting more than one row at a time in a multi select table? Thanks again, Dean
View ArticleNeed to set reference to IBHeader level
Hi Experts,Hi Experts, When i execute the code below its going to dump saying that lr_ib_entity is pointing to NULL object reference. data: lr_ib_entity TYPE REF TO cl_crm_bol_entity,...
View ArticleError message not coming in IC.
Dear All,I am facing one issue in Interaction center.When ever I am creating : Create person in Identification .Some mandatory fields is there,If we not fill those & press End button in upper.Then...
View ArticleRe: Remove technical details from message
HI Deepika,Thanks for your great help, here i created message number 000 and in message text i gave "& &" only. finally problem got resolved. RegardsPraveen
View ArticleSet a Valid reference to object
Hi,The program is dumping for the following code. data: lr_ib_entity TYPE REF TO cl_crm_bol_entity, lr_entity TYPE REF TO cl_crm_bol_entity.lr_entity = lr_ib_entity->get_related_entity(...
View ArticleObject linkage with Copy functionality
Hi All, I have requirement that when we copy quotation to new, it has to copy the objects which were existing in old quotation. Exp: I have exist Quotation - Q1 and it has created as follow up from...
View ArticleRe: Set a Valid reference to object
HI, Get the entity from Context node. Check in the component for relation what is the context node used.then get the entity using collection_wrapper->get_current. lr_ib_entity ?=...
View ArticleRe: Object linkage with Copy functionality
Hi, If you want to create followup between Opportunity and quotation in copy you need to code for that in copy for creating follow up between Opportunity and Quotation after copy is completed. Check...
View Article