Exception after SP11 upgrade
Hi Guys, I had enhanced one view ICCMP_BP_SEARCH/BuPaSelectCustomer but after SP11 upgrade we are getting below exception: ________________________________________________________Cannot display view...
View ArticleSOLD_NAME with CL_CRM_UIU_BTPARTNERSET_CN
Hi Experts I need to read the SOLD_NAME attribute value from the context node BTPARTNERSET. and based on SOLD_NAME I have to write code in BTADMINH's Attributes Get method to satisfy requirement....
View ArticleRe: how to read activities based on status to send email notification per day
Hello Divya, You can create an action to execute via report in background to do this. Let me know if you need assistance to complete the steps. Regards,Caíque
View ArticleRe: SOLD_NAME with CL_CRM_UIU_BTPARTNERSET_CN
Hi Shaik, Which component/view you are referring to ? If you can elaborate with some screenshot or provide more details on the requirement then it would be easier for forum members to provide some...
View ArticleEEWB BUPA Enhancement
Hi, I have extented some fields through EEWB it works fine in Dev system, after moved to Quality system, it shows only one field. What should i do ? Thanks,Vimal Alexander
View ArticleRe: EEWB BUPA Enhancement
Hi Vimal, check the fields in Design layer .Path SPRO->CRM->UI Framework->Design Layer.Check thread http://scn.sap.com/thread/3372966 . Regards,Harish Kumar
View ArticleRe: Doubt regd Genil/Bol - Key structure and Object Structure
Hi Sandeep, Key structure holds list of fields needed to create an entry using that particular Genil/BOL amd attribute structure contains list of all the fields belonging to that Genil/BOL For...
View ArticleRe: SOLD_NAME with CL_CRM_UIU_BTPARTNERSET_CN
Hi Chand, After getting lr_entity write the below code you will get sold_name. rr_entity ?= lr_entity->get_related_entity( iv_relation_name = 'BTPartner_PFT_0001_MAIN'). Regards Raju.
View ArticleRe: BP Industry Code using BOL relationship.
I am trying with the below code lr_entity ?= zgr_owner->BTPARTNERSET->collection_wrapper->get_current( ). IF LR_ENTITY is bound. TRY. CALL METHOD...
View ArticleRe: LEAD DEDUPLICATION
Hi Santhosh, I guess you can redefine methods given and please do not forget to call super class methods if you are redefining. I am not sure which method to redefine. Debug and understand the flow...
View ArticleRe: Visibility of Leads or Opportunities
Hi Hasan - Thanks for your reply. Could you please, provide further details about how to use the Enhancement? Thanks, Santiago
View ArticleRe: BP Industry Code using BOL relationship.
In which component you are doing this code?? thankskumar
View ArticleRe: BP Industry Code using BOL relationship.
got resolved with another relation BuilMarketingRel ThanksShaik
View ArticleRe: Visibility of Leads or Opportunities
Hi Santiago , You need to create an implementation of this spot and write down the code under the method SEARCH. I suggest that in WebUI , you run a search with normal parameters and also the parameter...
View ArticleRe: Regd: Genil/BOL Component - Model Table
Hi Sandeep, We need to define which type of relationship we want to create . Please Follow the below doc for your first question : http://scn.sap.com/docs/DOC-39891. Card A and Card B are the...
View ArticleRegd: Genil/BOL Component - Model Table
Hi, When I try to define a Relation Ships between bol entities in Model Table, I could see the following things, However, I am unable to understand the usage of the same. Could you please do the...
View ArticleRe: display warning like error
That's what I'm trying to say, the system doesn't beheave different if the message is typed as an error or not. If the system is prompting an error and blocks all fields (for example) you should see if...
View ArticleReg : Component usage
Hi all, I am calling one view of component into another component using Component usage . But I want added some more fields in that View (calling view). How can i add extra fields. ( Even extra fields...
View ArticleComponent Usage Error
Dear experts, I am facing on strange issue. I have embedded one custom component View in standard SAP Component (AIC_INCIDENT_H) through Component Usage. When I am testing component AIC_INCIDENT_H from...
View ArticleRe: Reg : Component usage
Hi, First you need to check which component is being used in component usage. If fields are already available then you can make them available in configuration of that view. Just move the fields from...
View Article