Re: Downloading button in More triggering Assignment block which is in Lazy mode
Hi Avi, You have been mentioning downloading table view data. If the table view is in lazy mode, from where do you access the table view data? Which method do you use? You can provide more information...
View ArticleRe: Open URL of specific view of Z-component and pass data via URL
Hi Mike, Maybe I don't understand your issue, but if what you want to acomplish is pass BOL entities between compoments, why don't you pass it using outbound/inbound plugs? Cheers! Luis
View ArticleDownload file from Application Server
Hi, I have the following requirement: I have few files in the application server. In Web UI I will have few links on clicking of which the corresponding file should be downloaded from the server. How...
View ArticleRe: Download file from Application Server
Hi Sayan, In which part of the CRM process you will need to download the files? Because, for example, if the files are related to a BP or to a Business transaction, maybe in the process of generating...
View ArticleRe: How to add the marketing attributes assignment block to the contact quick...
Hi Tom,In the method CL_BP_DATA_ACCOUNTCONTAC1_IMPL->DO_PREPARE_OUTPUT,check the view area internal table 'lt_children' and find the corresponding entry for the MktAttributes view.Then as i...
View ArticleRe: Download file from Application Server
Hi Luis, We are workin on a custom development. It is not related to any CRM process. Say, we have a custom batch job which creates few log files in the app server. Now in Web UI we need links on...
View ArticleRe: How to know the Target Group GUID from SEGED_TG/ELTARGETGROUPITEM view?
Solved with IMPORT/EXPORT sentences...
View ArticleHow to open a PDF-Smartform per Function
Hello together,i have a Smartform which i want to open as a PDF out from the Web-UI.Because i want to run the Methode Print_PDF out from a Survey i create the button with the follwing code: * Add...
View ArticleRe: Download file from Application Server
Can you explain in which part of the sample do you see how can download the file stored on the server to a local folder?
View ArticleRe: Display Sales Order field in Contract assignment block
it does not allow to add a model attribute because that is already a value node. so add your new attribute and getter and setter methods will be generated automatically. however you need to know from...
View ArticleRe: How to add the marketing attributes assignment block to the contact quick...
Hi Tom, You can debug CL_BP_DATA_ACCOUNTCONTAC1_IMPL->DO_PREPARE_OUTPUT.The display/hide views happens in this method only. You will be able to find out what goes wrong here. Thanks & Best...
View ArticleDynamically expand assignment block from lazy mode to display mode in run...
Hi , I have a issue in which i want to dynamically change the assignment block from lazy mode to display mode at run time after triggering any event handler Please suggest me how to achieve this...
View ArticleRe: Downloading button in More triggering Assignment block which is in Lazy mode
Hi Andrei , Is there any method to change the assignment block from lazy mode to display mode after triggering my download button event handler ?? If it is then it can solve my issue. Regards,Avi
View ArticleWeb UI Error Internet Explorer cannot display the webpage
Hi all, Thanks for your response. The IP adress of the server was registered in the Host File. Also my user already have the CRM_UI_PROFILE. Is important to say that my user has SAP_ALL, so It is not...
View ArticleRe: Internet Explorer Can not display the web page
Hi Dnyanesh Joshi, Thanks for your response. The IP adress of the server was registered in the Host File. Also my user already have the CRM_UI_PROFILE. Is important to say that my user has SAP_ALL, so...
View ArticleRe: Web UI Error Internet Explorer cannot display the webpage
Hello, MC. Nothing strange about PRD. Let's make it clear that we're talking about different servers not clients. If we're talking about servers then you can easily miss some SICF services. Did you...
View ArticleRe: Display Sales Order field in Contract assignment block
data: lr_entity type ref to cl_bsp_wd_value_node. lr_entity ?= me->typed_context->releasehistory->collection_wrapper->get_first( ). while lr_entity is bound. "send...
View ArticleRe: Display Sales Order field in Contract assignment block
Kindly follow the document titled BOL PROGRAMMING. you can google it. if you want learn the basics of web ui you can refer www.basicsofsapcrmwebui.blogspot.com
View ArticleBinding Problem for BT121H_SLSC with GSText/notes
Hi , We have a notes window (GSTEXT/Notes )in Contract Component BT121H_SLSC When ever we try to enter any notes in GSTEXT/Notes field and save the text , the text entered is cleared. The SET_LINES...
View ArticleRe: Display Sales Order field in Contract assignment block
Hi Praveen. Almost working, have one error when updating the new field. using line:lr_entity->if_bol_bo_property_access~set_property_as_string( EXPORTING iv_attr_name = 'YC3_PO_SOLD_NO' iv_value...
View Article