Re: How to disable a given line item in WEB UI
Hi Udaya Bhaskar, You can redefine the GET_I_S_STRUCT of your context node for items and write similar logic to the below code. if (** your condition is met)rv_disabled = true.return.else.**Here Call...
View ArticleRe: How to disable a given line item in WEB UI
Hi Vinod, Thanks for your input. Is there any other approach other than re definingn get_i method. I am looking for an approach to disable the line item either from do_init_context method or in view...
View ArticleRe: How to disable a given line item in WEB UI
HI Uday, yes you can very well achieve the task of changing the properties of the fields by doing some coding in .htm of the view. Yes what you were saying is correct.. redefining GET_I_S_XXXX method...
View ArticleRe: What is the purpose of lr_entity->deactivate_sending() Method?
Nikhil, I am extremely sorry for the delay.Thanks for your valuable time and paitence. I clearly understood what you told but at the sametime I have below questions. Could you please answer...
View ArticleRe: Contact Person Certain Details in CRM Web UI in greyed out mode.
Hi Rohan, Thanks for the prompt reply I could see the view mentioned in web ui as ICCMP_BP_CP_BuPaContactPerson, however when I clicked on views in GUI, I cant see the same name instead it is showing...
View ArticleWhy Datas of GenIL nodes after transport into test system are empty?
HI experts! I made GenIL model like this guide (http://scn.sap.com/community/crm/webclient-ui-framework/blog/2012/05/28/custom-genil-object-model-an-overview#comment-341136) . Then transported it into...
View ArticleRe: Why Datas of GenIL nodes after transport into test system are empty?
Hi Vladimir, Check the below mentioned points 1. SPRO->CRM->CRM Cross Application Components->Generic Interaction layer/Object layer->Basic settings2. Select your component name and note...
View ArticleRegarding WSDL Correction for Consumer Proxy
Hi Experts, recently we have tried to use the WSDL which have message tag "<wsdl:message" with multiple parts i.e. <wsdl:part name= xyz <wsdl:part name= abc... As this WSDL is not compatable...
View ArticleABAP PROXY parsing
Hi All, any one aware of reading and modifying the ABAP proxy data after calling respective method or while submitting data to method?actually I need to remove some of HTML/XML tags dynamically, any...
View ArticleCRM service contract migration : idoc mapping
Hi all, We are migrating service contracts in CRM via idocs whose features are the following : Base type of the iDoc : ZCRMXIF_ORDER_SAVE_U05Message type : ZCRMXIF_ORDER_SAVE_M The difficult part is...
View ArticleOpen window in new tab on click on link in navigation bar
Hi,SAP CRM Gurus In our SAP CRM system, in navigation bar there is a link, that opens a specific window of component, what I need is to open the same window, but in a new tab of the browser. For...
View ArticleRe: Open window in new tab on click on link in navigation bar
Have you tried Stateful flag during transaction launcher config. ? Rgds,Shobhit
View ArticleRe: How the GETTER SETTER methods have been defined for the Attribute w/o...
Thank U Rajarama and Rohan for the response.. After long debugging found that the issue is there is a missing parameter in the config .. For a Particular Business Role and Navigation Bar Profile,...
View ArticleUsing cl_http_client for calling WSDL(URL) method
Hi Experts, I am trying to consume WSDL using class CL_HTTP_CLIENT, may be I am missing some thing in below code, could any one please correct what I am missing? , I am not pretty sure how to use...
View ArticleRe: Middleware Issue
Hi, I am also getting the same error. Number range thing is fine absolutly. And only one order is stuck with this.Sales document <CRM Order Number> is not available (Notification E V1 302)Here...
View ArticleIssue in opening PDF on click of button
Hi experts, We are trying to open PDF document created through Adobe Forms on event handler of a button through following code: DATA: witab TYPE TABLE OF tline, itab TYPE tline,...
View ArticleEEWB enhanced Relation Types not found in Genil data
Hi Experts, I'm working on upgrade project, we are facing an issue related to enhanced Relation types.In 5.0 using EEWB they have created Relationship types(Zxx1,Zxx2) in Category Data of...
View ArticleRe: Campaign Element Object does not appear in Recent Item List in CRM Web UI
HI Rajarama, I tried the option that you suggested in the table CRMC_REC_OBJ_AC; but that did not work either see the screenshot below with the configuration- Also, I looked at the link that you have...
View ArticleCRM
Hi,I am new to CRM Do you have any material or book that can help me teach basics.I would really appreciate and be very helpful if you can send me at Dattatreya.sap@gmail.com
View ArticleRe: How to enable dropdown of a custom field in view display mode( Not in...
HI Andrei, Thanks for your reply. Actually i have already done same way as you mentioned. I have achieved this requirement, i can able to make the field editable when view is in display mode. I...
View Article