Re: CX_CRM_UNSUPPORTED_OBJECT in view configuration tab while adding field
Duplicate post, answer provided here: http://scn.sap.com/thread/3350153
View Articlenot able to find new business role on web up portal
Thank you friends for the solution. Problem is resolved.
View ArticleFacing Problem with History BACK navigation
Hi, I have a requirement where I need to write some custom functionality in terms of Validation when the History Back is clicked. However, I am unable to find out which event is getting triggered for...
View ArticleRe: Why my custom Simple Object BOL entity can not be locked?
Hi Jayson Shai, There may be problem in your genil class's lock_objects method. for solving this issue just do one thing put a breakpoint in this method and check is it returning abap_true from there...
View ArticleRe: Not able to read updated values using 'get_related_entities'
Hi Anil, Can you tell me when your on_new_focus is getting called? Are you trying to do On_new_focus on changing of Dropdown? Excuse me if i'm wrong, but I didnt understand exactly when you expect this...
View ArticleRe: Facing Problem with History BACK navigation
Hi Sandeep, there is a method in viewset/overview page if_bsp_wd_history_state~state_restore just redefine this method and call whatever method you want to call for validation. i think it will work...
View ArticleRe: Facing Problem with History BACK navigation
Hi Sandeep, If you want to validate for Current View when you press the back Button, you can do that in WD_DESTROY. Thanks and Regards,Pratheek
View Articlechange status
Hi there, Ive been tried to change the status of a order using fm 'CRM_ORDER_MAINTAIN' and then 'BAPI_TRANSACTION_COMMIT' and finally I use 'CRM_ORDER_SAVE' and once again 'BAPI_TRANSACTION_COMMIT'. My...
View ArticleRe: change status
Hi Diego, I would appreciate if you can paste the code written before CRM_ORDER_MAINTAIN. So that I will get a bit idea if you are passing any wrong data into the table or input fields. Regards,Dipesh
View ArticleRe: change status
Hi, yes. * Customer / Motivo ls_customer_h-ref_handle = '0000000000'. ls_customer_h-ref_guid = lv_guid. ls_customer_h-zzcustomer_h2704 = iv_motivo....
View ArticleRe: change status
Hi Diego, You do not need to pass ref_handle when you are passing ref_guid. Also you are missing Logical key in Input fields table which will have value E0012ZOF4 i.e concatenation of your status and...
View ArticleRe: Not able to read updated values using 'get_related_entities'
Hi Pratheek The flow is as follows : We have method 'CREATE_STATUS' in the _CTXT class and it has the following code.. owner->do_context_node_binding( iv_controller_type =...
View ArticleRe: Key value and Description not displayed togather on selecting value on...
Hi Santhosh , The description field is usually populated in the onClose event of the F4 PopUp based on ID. Please check if there is any onClose event in this case, if it is there you can trigger the...
View ArticleRe: Facing Problem with History BACK navigation
Hi Sandeep, Try this link, this might be helpful to youhttp://scn.sap.com/thread/2111020 Thanks and regards,Sachin
View ArticleRe: CRM
Hi Sapgurus, I am new to SAP CRM. Can anybody please suggest a book on SAP CRM so that I canlearn it asap. I have an urgent requirement in my project. Also can anybody please suggest links to SAP CRM...
View ArticleRe: Time Constraint - BUBA - Relationship Categories - Anyone have details on...
Hi Jeremiah Manchester, I had tried in the system now and confirm even I observed the same behaviour.What you had mentioned regarding the description might be correct. I don't know why SAP had...
View ArticleRe: CRM
Hey Dattatreya Mankar it is customary to reward the good answers you have received and mark the question as answered. Please don't ask for documents to be sent to you by email. The purpose or SCN is...
View ArticleRe: CRM Interaction History is not showing latest interactions
Please check note 1316593 and 1662286
View ArticleRe: CRM Interaction History is not showing latest interactions
Hi Tony, I came across the same problem a number of months ago. We fixed it with a number of notes. I suggest to start with note 1822521. But I am quite sure we implemented 2 or 3 notes. regards, Remko
View Article