Re: UI Object Type
Hi,you added transaction type. as suggested by Deepika add correct object type. Regards,Venkat
View ArticlePopup is missing to enter sales data while creating partner
Hi,I am new to CRM, I have 2 different workcenters one is for create customer and another one is to search for customers in my navigation bar. when i try to create customer by clicking person icon on...
View ArticleRe: UI Object Type
Hi Deepika, Venkat, The incident is having the correct business object type BUS2000223 as shown in CRMD_ORDERADM_H. Z111 is a z-transaction type and so happened is also the new object type for the view...
View ArticleRe: UI Object Type
HI Cady, You have to add BUS2000223 in generic outbound plug mappings for your navigation bar profile, but i guess it will be there already for your navigation bar profile. The issue is in URL. In URL...
View ArticleRe: Service Repair status issues
Hello Jimmi,Can you check if the system status FINI is assigned to the status completed, if yes then this prevents any further statuses in the document. Kind RegardsAtul
View ArticleRe: How to pass a value from backend to UI
Hi,you can call the same FM in your get method or set method and use the value.if get method means Value = FM importing parameter value.Set method means pass FM importing value to <nval> value....
View ArticleRe: replicating custom fields BranchCode from crm to ecc
Hi Alok, I do not have idea on it. Did you check bape_vbkd is not having the new field? Best Regards,Dharmakasi.
View ArticleRe: How to pass a value from backend to UI
Hi, You can call that FM in DO_INIT_CONTEXT method of your custom component view where you need these fields and take the values and set the values to context node using . Check this below sample...
View ArticleRe: UI Object Type
Hi Deepika, You are right. That is the missing piece to the first error - 'You have either no authorization for action Display of object type xxx Incident (Z111), or this object type is not part of...
View ArticleAdd entities to context node in AET
Hi, I created a table the service order object via the AET. Now I want to add multiple lines to the table via a button. I tried to create the entities in the event handler via the CREATE method of...
View ArticleRe: Add entities to context node in AET
Found the answer in the meantime. Created the related entities via the parent node accessed via if_wcf_bsp_view_context~get_parent_context_node( )->collection_wrapper->get_current( ).
View ArticleEmail notification for update and status changed
Hi Experts, I have a urgent requirement That is have to send the email notification to SR owner and task owner whenever update will happened or status changed to close. Could please anyone help on...
View ArticleRe: Email notification for update and status changed
Hi Srinivas Take a look at using an "Action" within an Action Profile assigned to your Transaction. The action condition can use the Status value to send the email Regards Arden
View ArticleRe: Email notification for update and status changed
Hi Arden, Thank you very much for reply. Could please send the related documents because i am very quit new on service module and action profile. Thanks! Regards,Srinivas
View ArticleRe: Error Message "Atleast One Entry Could not be found in object buffer"
Hi Vaibhav, Can you provide some more details like quotation creation never worked in CRM?Did you try creating from GUI? You are getting same error? Best Regards,Dharmakasi.
View ArticleRe: Entry XXX cannot be used. Configuration is missing search criteria.
Hi All, I debugged this and found that while doing search, it is getting the list of available fields into an internal table and in that table, filed_name is not present on which we applied search...
View ArticleRe: Email notification for update and status changed
Hi Srinivas I dont have the documents on hand right now, but search for the Sap CRM Best Practice Guide C37, which should be a service related guide. Regards Arden
View ArticleCRM Technical (CookBook)
Hi All, I am SAP ABAPer now I am willing to move to SAP CRM Technical side. So please anyone having CRM technical docs.Please send it to vprevanth@gmail.com. ThanksRevanth VP
View ArticleRe: CRM Technical (CookBook)
Hi Revanth, please have have a look at the following wiki pagehttp://wiki.scn.sap.com/wiki/display/CRM/Customer+Relationship+ManagementIt contains a lot of information as well as links to technical...
View ArticleRe: Email notification for update and status changed
Hi Srinivas, you you can use the The Post Processing Framework in CRM - Actions - SAP Library to achieve this.The following documents contain links to some relevant SAP notes and technical documents...
View Article