Problem in searching BOL by field VALID_TO
Hello everybody I have a problem and would like a little help .I'm trying to do a search to BOL Browser and one of the search fields is the VALID_TO . This field is of type date and is ignored . The...
View ArticleRe: Ideal scenarios for crm BAdI Implementation?
Hi Ravi Can you please elaborate it a bit precisely RegardsSanguine
View ArticleRe: Ideal scenarios for crm BAdI Implementation?
I think Ravi's answer was very precise and really doesn't need any further explaination, unless you are expecting a step by step guide on what to do. I think you could find further examples of how...
View ArticleRe: Ideal scenarios for crm BAdI Implementation?
Hi Stephen I did a thorough search but i could not find any convincing solution, well, i dont know if the answer is at its precise best or not as it is SAP's recommendation not to use...
View ArticleRe: Ideal scenarios for crm BAdI Implementation?
The real question is what is your business requirement? That BADI is only used when you can't use standard partner determination access sequences to match your requirements. Normally think Z-table or...
View ArticleRe: Webui Buffer retaining old context Attribute data
Hi Faisal. I tried above code.No luck. Its still retaining the old attribute data. Thank youAnji
View ArticleRe: Twitter integration with SAP CRM
Hi Sujitha, Just check the z-class u might need to code as standard SAP code doesn't have that feature. Regards,Bob
View ArticleRe: Issue on value displayed on Web UI
Hi Dharmakasi, I insert some fields to crmd_activity_h table where its size is enough, it works well now, thanks for your support. Kind RegardsAndie
View ArticleRe: Custom view of standard compoent is not getting visible
Hi Viren, Did you check whether the standard view has been added in Runtime repository->Component Interface section. If the window is available in interface section then check for component usage...
View ArticleRe: Problem in searching BOL by field VALID_TO
Hi Pedro, field VALID_TO only supports the options 'I' and 'EQ', which is then transformed into an lower equal statement for select on the field DATE_1 in table CRMD_ORDER_INDEX. You can test this by...
View ArticleRe: Integrating SAP CRM into Survey Monkey or Allegiance
Hi Keshav, Unfortunately I never received an answer or solution to this query. Regards,Edwin
View ArticleFunction module for uploading the customer data to ibase components in crm?
Hi, I have a requirement like upload the customer data from excel to ibase components? I found some function modules to create and update. is there any function module for uploading the data into...
View ArticleRe: INACTIIVE STATUS FLAG IN SMQS/SMQR
Hi Shalini/Jagan, I'm facing the same status in tcode SMQS. Could you please explain on this scheduler status.
View ArticleRe: Webui Buffer retaining old context Attribute data
Hi Dharmakasi, With out enhancements there is no buffer issue. the issue was with Custom changes only. Even with Core->reset( ), its still retaining old context data. thank youAnji
View ArticleRe: Webui Buffer retaining old context Attribute data
Hi Anji, By the way are you using interaction center or web UI for creating the service requests? You mean header data in the sense BTAdminH data or some other related entity data? Did you check in...
View ArticleRe: Problem in searching BOL by field VALID_TO
Thank Christoph for the answer. So how do I search this field with an interval ?I created a Z field in orderadm_h which is filled with the same value as the Valid_to , but I can not enter it in the...
View ArticleRe: Change documents for custom table-webui
Hi Rama, if you have done a z customer table and save the data yourself, you also have to create the change documents manually. Create a change object for your table (transaction SCDO), lets say ZCUST....
View ArticleRe: GENIL implementation class for a query object
Hi Madhukar, Try SPRO -> CRM -> CRM Cross-Application Components -> Generic Interaction Layer/Object Layer -> Basic Settings.in that every component there is implementation class for that...
View ArticleRe: Field Disable is not working
Thanks Nisha and Dharmakasi..It's working fine now..initially I manually added the method into the class. I have one more question..I need to read the status of the line item from CRM_JEST table and...
View ArticleRe: Field Disable is not working
Hi Sara, You are trying to access the system status, so you can use crm_jest table.You can use CRM_JEST table with item guid to test. When the status is met you can disable the ordered_prod field.Best...
View Article