Re: How to delete the view which i created under component
Hello Ram Reddy, Initially u can also delete these views related to this component from component work bench(BSP_WD_CMPWB). From here first delete view's then from SE80 u can delete that component...
View ArticleContent Management
Dear Folks, I have a query related to Content Management in CRM system. AS far as my knowledge concern, In ECC, we have one separate module called "Document Management System" where we can save all...
View ArticleRe: How to delete the view which i created under component
Hello Ram, You can delete the View from SE80 transaction but you have to check that all the class generated during the creation of view also be deleted like view implementation class, context class...
View ArticleRe: selected Pop Up values are not setting in target view
Hello Paraemsha, Not sure how you are reading the data back to target view, if you have done the logic in close event of your pop up then check if you are reading data from correct plug name....
View ArticleRe: Missing inbound Email body Text
Thanks Srinivas for your response.Now I am able to get the content.Actually I am creating an order ,where details are to be read from Email body. Now I need to attached this inbound email to the Newly...
View ArticleRe: Attaching documents to CRM business activities in backgroud
Hi Wolf, I having a same task. I followed your blog. Its a good one. But it seem you are only attaching those file who are either .PDF or .TIFIn my case I having .TXT file. Therefore structure...
View ArticleHow to access the context node of view from other component to another component
Hi,I am accessing the view from another component1 in below way. when i am clikcing some button in componenent 2 DATA: lr_window TYPE REF TO CL_BP_BPBT_ACCOUNTACTIVI0_IMPL, lr_view type ref to...
View ArticleRe: How to access the context node of view from other component to another...
Hi Ram, It may be because typed_context attribute is protected to view implantation class. Try GET_MODEL method available in view implementation class to get the appropriate model instance. Thanks,Irfan
View ArticleRe: Validity of role MKK must not be restricted
Hi Rahul, I know It's late but maybe this reply helps others, you should try to edit the dates of BP role in CRM which is corresponding to MKK role. It must always have a validity from the current date...
View ArticleRe: Missing inbound Email body Text
Hello Rajan, you want to attach email details under newly created service order right for this case there is one class CL_CRM_ERMS_UTILS in that there is a static method LINK_IR_EMAIL so use this...
View ArticleRe: How to Add F4 help to an attribute of the search screen
Hi Rajan, please check the following code. CALL METHOD super->get_dquery_definitionsRECEIVINGrt_result = rt_result.FIELD-SYMBOLS <ls_result> LIKE LINE OF rt_result.READ TABLE rt_result...
View ArticleRe: Automatically Close Popup
Hi Arun, I was stuck on this issue for the whole day and this method helped me solve it and keep the instance of the view active on close of the pop up. Thanks for the clear explanation. Best...
View ArticleAutomatically Close Window
Hi Experts, I want to close principal windows that running interaction center.I have a requirement to close windows of browser when clicking in the "End" button present in the Toolbar RegardsAnderson...
View ArticleHide Marketing attributes dynamically : BP_DATA MarketingAttributesEOVP
Hello Friends, I am stuck on one requirement where I need to delete some marketing attributes value at runtime for particular attribute set. I have redefine the method GET_V_VALUE_DESCR of class...
View ArticleHow to access the BTAdminh with Partner number
Hi,I have Partnr number with this if i want to get the details of Activity Header details(BT126H_Appt/ApptDetails). is there any relation ? Regards,RamReddy
View ArticleRe: How to access the context node of view from other component to another...
Hi Irfan,i want to access the data from context node of that view.i tried your above suggestion, but i am getting any data from this.ex; lr_model = lr_view->get_model( 'BUILACTIVIY' ). pls provide...
View ArticleRe: DNL_CUST_S_AREA: BDoc in this object is invalid CRM 2007 ECC 6.0
Hi Horst, I have the same issue, but in my case the system is not allowing to leave the field - "Linked BDoc Type' in R3AC3" with blank value. It gives me error - Please enter 'Linked BDoc Type' for...
View ArticleRe: How to access the BTAdminh with Partner number
Hi Rama, Read this BTPARTNERSET Base Entity BTPartnerSet for the particular BP ID.Keep reading its parent entity till you get the activity header entity. Thats it. Ask me if more info required. Please...
View Article