Re: Dump Exception Class CX_BSP_WD_INCORRECT_IMPLEMENT
recently upgrade patches or Notes is applied so unwanted code came in SANDBOX where as Dev and Production does not have these code so its working fine. Thanks Luis and Kumar.
View ArticleReset/Revert entity attribute(Not entity itself)
Hi, Is there a chance to revert an attribute of a entity without reverting the whole entity? Requirement: There is an option for the user to update/change/edit several attributes on a web UI screen....
View ArticleRe: populate opportunity status and reason based on activity status...
Hi Preeti, Thanks for your replay. I implementing prepare method under order_save badi to fill fill this so I am calling crm_order_maintain to update opportunity status and FM if sy-subrc eq 0 then...
View ArticleFields are not bound
Hi, Please find the screen shot. Why its showing like fields are not bounded. Please find the point, where I have to check for the coding. Please Help me in this. ThanksDileep Kumar
View ArticleRe: Fields are not bound
Hi Dileep, whenever u click on any link type to navigate to the form view to display the data the procedure goes as follows: 1. Click on the link type with event_handler- "EH_ONCLICK".2. In method...
View ArticleRe: Fields are not bound
Hi Dileep, If the attribute cannot read the context node then this will be shown as the attribute value. If you observe the get_xxx method of the attribute in the code you can find this text which is...
View ArticleRe: Fields are not bound
Hi, This is coming from GET_<field name> method of attribute in your context node.Because your data binding is not correct i.e your collection is initial.Describe what you are trying to do...
View ArticleRe: Reset/Revert entity attribute(Not entity itself)
Yes this is achievable.you can set event in the GET_P method of filed (which is drop down).when anyone select drop down this event will trigger and with in this event you can validate your check.If...
View Articleexception on context node creation
Hi Harish, The base entity is a set type created which was included in the hirarchy. Is this a problem??? It is not a standard one it is custom entity ZMXXX1_new Regards,Deepak
View ArticleRe: exception on context node creation
Hi Deepak, Just check the working of this Z object in genil_bol_browser(try to save a entry), to ensure every thing is fine at that level. Regards,Harish Kumar
View ArticleRe: Setter Method is not triggered
Just check standard behavior of that field once by ignoring custom enhancement Add the Parameter WCF_IGNORE_ENHANCEMT with Value 'A' in su01 under parameter tab and check if setter is being called or...
View ArticleRe: exception on context node creation
Hi, Do you have the context node ZIOBJECTNODEas attribute in the BSP page(Edit.htm)? Cheers! Luis
View Articleexception on context node creation
Hi, I deleted the context node, i infact deleted the enhancement of the view and also the enhancement of the component. even now the same error persists whithout any enhancement.I am clueless on this....
View ArticleRe: exception on context node creation
Hi Luis, Ya it was der in the .htm. Regards,Deepak
View ArticleRe: exception on context node creation
Yes i did that before i deleted the context node.
View ArticleRe: exception on context node creation
No idea, try to disable the enhancements http://sapuniversity.eu/switching-off-customer-enhancements-in-sap-crm-for-symptom-analysis/ I don't understand if you deleted the view enhancement and the...
View Articlehow to get the target of 'back'?
Hi All expert, Is there any way to get the target when click the 'back' button from the breadcrumb? many tks in advance.
View ArticleCentral Search Navigation to bypass result screen
Hi All, When using central search currently, say by "Search for Account by Account ID", you enter a unique number and this opens up a result list with this one unique account.You have to again click...
View ArticleRe: Central Search Navigation to bypass result screen
Hi Ashwin You can consider enhancing the component BP_HEAD_SEARCH , view : MainSearchResult . Method - DO_PREPARE_OUTPUT for navigation in case there is only one result in the table. So you can use...
View Article