Re: How to Re-Render a single line in thtmlb:cellerator
Hi Carsten, have you been able to find a solution for your requirement?My problem is slightly different. I want to render the data for a table view by using an AJAX callback (in order to increase the...
View ArticleRe: transaction launcher report is showing previous login user information.
Hi,Looks like you're facing the same issue as Kunal Patel here:SSO Issue between CRM and ECC Isn't it?And to answer your question: if you want to show current user information, just set a breakpoint...
View ArticleFacing Problem with Interactive Script Editor (CRM 7.02)
Hi, We are now in CRM 7 Ehp2. And we are trying to use "Interactive Scripr Editor". However, when I click on "Interactive Script Editor", I am receving the following Error related to JRE. Can you...
View ArticleRe: Business Partner Search issue based on Roles
Hi Elena, Could you verify if the results returned with multiple Roles in search parameters is an intersection, ie, it is returning all the BPs that have all the three roles. That could explain the...
View ArticleRe: Activity creation using FM
Hi Prasad, In general it's a good idea to simulate what you want to achive in crmd_order (or even Web UI) and put a break-point in crm_order_maintain and check what all fields are getting filled and do...
View ArticleRe: Activity creation using FM
Hi Parul, I have tried that as well.The scenario works in CRMD_ORDER as well as WebUI.The crm_order_maintain FM is giving me subrc as 0. The error I am getting is as below.Express document"update was...
View ArticleRe: Activity creation using FM
Hi Prasad, If sy-subrc is 0, then crm_order_maintain won't have any issue.Have you checked ST22 for further details, if any?Also you could check if there a ORDER_SAVE BAdI implementation in the system....
View ArticleRe: Facing Problem with Interactive Script Editor (CRM 7.02)
Hi Sandeep It's been a while since I've dealt with a Java issue in CRM, but I suspect you may need to drop to a lower version of the JRE. Try version 1.6 Failing that check the latest notes on which...
View ArticleRe: Activity creation using FM
Hi Parul, Bit more background on this. I need to create the activity with both activity reason and status reason.So, I used the FM CRM_PS_ACTIVITY_CREATE to first create the activity with activity...
View ArticleRe: Activity creation using FM
Hi Prasad Try clearing the value first and saving. Then perform your update. We had a similar issue a while back and this was the only way to get around it. Regards Arden
View ArticleRe: Activity creation using FM
Hi Arden, Do you mean I should clear the GUID values? Can you please elaborate a bit on this? Regards,Prasad
View ArticleRe: Activity creation using FM
At a technical level I'm not sure what the developer did. It was either clear the value of the reason code or deleted the entire entry associated with the record
View ArticleRe: Activity creation using FM
I copied the standard FM into Z and modified it so that it captures the status reason and activity reason in one go. The other approach seems terribly inefficient with one step for creation and then...
View ArticleRe: Activity creation using FM
Hi Prasad, Is your issue got resolved?If you see the mismatch with guid you can retify it as this wayYou can create header guid in first instance itself using guid_create and then call the creation...
View ArticleRe: Activity creation using FM
Hi Dharmakasi, Yes. That is the correct approach. Found this when I debugged the transaction.Anyhow, I didn't want this happening in 2 steps, so, I created a new FM, copied from existing one and made...
View ArticleRe: Issues with BP search in WEB UI.
Hi Elena, You can try keeping break point in class cl_crm_buil method get_dynamic_query_result method and execute the steps so that you will understand the search functionality in a better way. Best...
View ArticleRe: Activity Update using FM crm_order_maintain
Hi Prasad, Generally it should allow you to update the document after creation, you are calling the crm_order_save or some other save function module before trying to update the status? You can try...
View ArticleRe: How to Re-Render a single line in thtmlb:cellerator
Hi Sebastian, honestly I do not remember anymore. It has been almost two years now since I had the problem. Meanwhile I do no longer have access to the system.I believe that we sticked to the paging...
View ArticleRe: screen sequence control
Hi Venkat, I am unable to find the path you had mentioned. Can you please cross chek and provide the correct path please. I am actually looking for the complete path for the tabl T342 in IMG and unable...
View ArticleHow to create ZBOL Relations
Hello Experts, I've encounter a scenario that is causing me an headache. I'm developing a new solution composed by a few ZTables and they all related. I already have created the ZBOL as Simple Objects...
View Article