Re: Steps to Send sales Order Custom field from CRM to ECC
Hi Raja,Have you checked in DB table whether rest of the entries are replicating from crm system?I hope there is no problem in pushing field from CRM to ECC, just check any issue in ECC system. Try to...
View ArticleRe: Interaction history search problems
its not helping, records getting created more than once without description field and not showing on search.
View ArticleRe: How to assign Date Rules to Duration Types?
Dear Experts, Can any one let me know in inicident management process in sap crm 7.02 EHP2. I do not see any entry in the first response by and due date by fields please advise. 1.I am populating the...
View ArticleRe: Partner determination error
Hi Dharmakasi, Thanks for your reply. I've done the configuration and its working fine using item category and partner determination procedure. All the routes are updating at line items when changed at...
View ArticleRe: Partner determination error
Hi Abhishek,As far as i know, there are no specific configuration settings to make this work.You need to write custom logic to provide solution to this issue. Hopefully should use callback function...
View ArticleRe: Getting a list of Context nodes
Hi Ezhno, I assume you are trying to read the available context nodes dynamically instead of hard coding the names. If this is the case try the code below: DATA: obj_desc TYPE REF TO...
View ArticleRe: Getting a list of Context nodes
Hi Maren Ezhno, You will get all context nodes by using m_models and typed_context there are 2 ways.. first way..declare the context node type.. here i am using context_node_asp. and result...
View ArticleWeb UI capability to view a custom table with search capability
Hi All, I have a custom table in CRM. The requirement is to have the custom table displayed in Web UI with search capability. How to do this? Can we have a view view created for the table, with a TCode...
View ArticleHow to Delete certain rows from table view collection
Hi Experts,I need to display result on the basis of certain process type. So i have used code like below. lv_iterator =...
View ArticleRe: Web UI capability to view a custom table with search capability
Hi Sriram, You can use "Rapid Application" in order to create new applications based on databases or web services. You can find all details in SAP Help.BR - JYves
View Articlehow to get GUID in DO_INIT method
Hi All, I have a requirement to default the CC mail id's when a follow up email is created from complaint i am trying to acheive thisby redefining DO_INIT method and created a new method set_CCmailid...
View ArticleCannot complete document due to status of preceding document
Hi everyone, We encounter the following problem;We have a grantor application and from there we create a grantor agreement via the copy control settings in customizing. Both transaction types have...
View ArticleRe: Web UI capability to view a custom table with search capability
HI , Please check the link Adding Tables - Application Enhancement Tool - SAP Library Hope it helps. Regards,Manjeet Singh.
View ArticleRe: Pdf attachment not opening- 'File does not begin with %Pdf-'
Hi Jai, I am also facing the same issue and the Adobe version is 11.0.Kinldy share the detials how you solved your issue. Cheers,Sharad
View ArticleRe: MESSAGE_TYPE_X -- Short Dump
These are all the note numbers I found when I did a search: 1104908 1148021 1157449 1169548 1179789 1225740 1234908 1239700 1242459 1247347 1248062 1257104 1268627 1273915 1285165 1297413 1297488...
View ArticleRe: Join BUT000 & CRMD_ORDERADM_H
Thanks Faisal,but crmd_partner-partner_no --> but000-partner_guid in SQ02 join in the infoset says, Ilegal Join Conditions..... how do i connect the two fields??? the data types for the fields...
View ArticleRe: Join BUT000 & CRMD_ORDERADM_H
Hi Joel, Why are you connecting the partner number to guid?. Either connect partner number to partner number field of but000 or connect guid to guid of the BUT00. Thanks,Faisal
View ArticleRe: Hyperlink issue
Hi Ram,Did you check whether the website method is triggering when you click on hyperlink?i hope you can add message by using class instance cl_bsp_wd_message_service method add_message().sample code:...
View ArticleRe: Hyperlink issue
Hi Ram, before click on hyperlink we can restrict by using this code..ORDER_SAVE there is a method CHECK_BEFORE_SAVE.read your require data andCALLFUNCTION'CRM_ORDER_READ'EXPORTING it_header_guid...
View Article