Re: Issue on providing F4 help value is not determined?
Hi Kalpana, Change the below line ls_map-context_attr = 'STRUCT.ORDERED_PROD'.To l_v_idx_str = iv_index. CONCATENATE 'table[' l_v_idx_str '].ORDERED_PROD' INTO ls_map-context_attr. Regards,Anil
View ArticleRe: Issue on providing F4 help value is not determined?
Hi Anil, Thanks for your reply.... i have added logic as below..but still it doesnt work..could you please help IF iv_index = '3'. DATA: ls_map TYPE...
View ArticleRe: Issue on providing F4 help value is not determined?
Please comment the strike line. CONCATENATE 'table[' l_v_idx_str '].ORDERED_PROD' INTO ls_map-context_attr. ls_map-context_attr = 'ORDERED_PROD'. ls_map-f4_attr = 'ORDERED_PROD'. Regards,Anil
View ArticleRe: Issue on providing F4 help value is not determined?
Hi Anil, i have removed that line already..but still its not working. l_v_idx_str = iv_index. CONCATENATE 'table[' l_v_idx_str '].ORDERED_PROD' INTO ls_map-context_attr. * ls_map-context_attr...
View ArticleRe: Issue on providing F4 help value is not determined?
Hi Anil, Any changes required here? ThanksKalpana
View ArticleRe: timeout after opening change history assignment block in account overview
Thanks for reply. The Problem is that there are to many relationships on this account. But how can this got resolved? Extend the database memory? Or any other Suggestion? Thanks!! Best Regards, Anna
View ArticleWeb Services in mobile CRM
Hello Experts, we want to use a third Party mobile Client in CRM. The Information from CRM System has to be shown in this app. What is the best way toimplement the interfaces between sap crm and third...
View ArticleRe: timeout after opening change history assignment block in account overview
Hi Anna If they're not prepared to purge the data and Basis have no other configuration changes that they can apply, then I think the next course of action is an investment in memory. Have a chat with...
View ArticleRe: Web Services in mobile CRM
Hi Anna Are there any SAP Standard Web Services you can utilise first? Check out the this link: http://wiki.scn.sap.com/wiki/display/ESpackages/enterprise+SOA Also there is a wizard for developing your...
View ArticleValue Attribute add toBP_HEAD_SEARCH/MainSearchResult of RESULT context node
Hi Team I had added ZPAYMENT_TERMS( Value attribute ) to BP_HEAD_SEARCH/MainSearchResult of RESULT context node. Break point is not triggering for the field when we search with account number. Please...
View ArticleRe: Code to Download Excel in CRM Web UI not working.onClientClick Event not...
Hi Nagendra,Can you pls try again without alert("function called"); . And also can you pls try the code ı send :<thtmlb:buttonid ="Exldown" design ="EMPHASIZED"...
View ArticleHow do I set up a password reset functionality in the Web UI Client
Hi, I would like to give our managers/team leads access to be able to change/reset passwords as we do on SU01 on the Web Client UI, how do I go about doing this?
View ArticleRe: Web Services in mobile CRM
Hi Arden, thanks for reply but unfortunately you didn´t answer my questions ;-)- we are not able to use standard webservices, we have to iimplement our own logic- I don´t want to know how to use a...
View ArticleRe: ORDER_SAVE_BADI
Hi, See if you can use the BAdI: CRM_ORDERADM_H_BADI for the validations. Read the documentation on how to handle the error messaged.Hope this helps! Regards,Parul PS: Plz mark accordingly if the...
View ArticleRe: Web Services in mobile CRM
Hi Anna Sorry, I meant "Throw" a function module in front. As the BOL Model in use maybe large...and yet you may only want to make use of a small number of the fields, by using the function module you...
View ArticleCRM ICAGENT: Data cannot be maintained for set type COM_COMMERCIAL?
Hi Team, I am getting issue in ICAGENT role.problem is icagent ,i base objects screen user enters serial number then automatically remaining fields are get filled and if we open any partner details on...
View ArticleRe: Craetion of Billing Requst Doc Directly
Hi Syed, Why don't you use Actions to create Billing Documents from Sales Orders.You can configure the action settings to be processed using this option - "processing using selection report".You can...
View ArticleAsynchronous rendering of table views
Hi folks, I hope that somebody already had a similar requirement and can provide some valuable hints in order to achieve an asynchronous rendering of table views like it is done with shortcuts in...
View ArticleRe: Asynchronous rendering of table views
I've found a solution! Please refer to my blog post:Asynchronous Rendering of Table Views Best regards,Sebastian
View ArticleRe: Middleware issue
Hi,You can run smoggen transaction for this problem. This is solving problem.
View Article