Re: WEB UI & GUI Fields Database Table
Hi Fahad Take a look at table CRMD_ORDERADM_H. This is the primary transactional table. What exactly do you need to accomplish? P.S. there are loads of SCN posts about on CRM tables so make sure you're...
View ArticleRe: Disable EDIT button in all assigment blocks on OVP
Hi Konstantin, You can create a new configuration for the views in display mode or if needed one more config in edit mode. There is a a request processing method 'DO_CONFIG_DETERMINATION' where you...
View ArticleRe: Disable EDIT button in all assigment blocks on OVP
Hello, Arun!Thanks a lot! I do not think about different configuration!TRY. do_that_changes( ).CATCH. cx_nothing_happens.ENDTRY. Thanks, I will try.
View ArticleRe: Item category not being copied in WEB UI
Hi Sania, Please check the follow up component config, is the attribute is hidden? . Remove the Hidden check box , hope will work if not u need to debug. RegardsAlok
View ArticleRe: Item category not being copied in WEB UI
Alok, Will u plz elaborate where to check follow up component config attributes??Thanks for your prompt response.
View ArticleRe: Item category not being copied in WEB UI
Sania, Check the bellow component. Component : BTFOLLOWUPView : BTFOLLOWUP/FollowUp01EL go to config tab choose the config , check if the hidden check box is checked or not.If checked ,...
View ArticleRe: Item category not being copied in WEB UI
Hi,is the item maintained as order-related billing ? Do you have any Z Implementaion in CRM_COPY_BADI ? BrRene
View ArticleRe: Converting Xstring to PDF and showing it on CRM web UI.
Hi Sami, I'm not sure if I fully understand you but I guess the Xstring does already contain the PDF document as a binary string. If this is correct, you will find a detailed tutorial on how to create...
View ArticleRe: Disable EDIT button in all assigment blocks on OVP
Hi Konstantin, If you want to disable the toolbaar buttons of each assignment block, then you need to do the code changes in each assignment block's (View's) do_prepare_output...
View ArticleRe: Configuring Service Level Agreements for Service Request
Hello Atul, Have you manage to determine SLA profile according to categorization? We have a similar requirement. Thank you for your answer. Best Regards
View ArticleRe: Disable EDIT button in all assigment blocks on OVP
That's what I did, but this option does not suit me. Because using such a solution, there are many other problems, such as the button 'EDIT" is activated when switching to edit mode, because working...
View ArticleBrowser text
Hi Experts, I have an interesting requirement. For example you open an Account Over view page ,You see the Title of the Page on the Browser URL as well.Do we have any option to over write that. Thanks...
View ArticleHow to display name instead of BP ID in search criteria
Hi experts, After reading the wiki http://scn.sap.com/community/crm/webclient-ui-framework/blog/2015/07/22/display-first-name-and-last-name-of-bp-instead-of-bp-number-in-the-error-messages , I was...
View ArticleRe: Getting "MOVE_CAST_ERROR" error
Thanks for your informative reply. It worked for my situation, just wanted to say thanks! Best,Merve
View ArticleRe: Unable to open any attachments from webui
Hi GK,Even after the server is restarted it didnt work.
View ArticleRe: how to get subcontroller from overview
Hi Arun, Can you try this ?? DATA lr_contr TYPE REF TO cl_bsp_wd_view_controller. lr_contr ?= get_subcontroller_by_viewname( 'COMPONENTNAME/VIEWNAME' ). RgdsSanket
View ArticleRe: how to get subcontroller from overview
hi i have tried exactly this . but not working in case of overview page
View ArticleRe: how to get subcontroller from overview
Hi Arun, Is the variable lr_contr INITIAL ?? In that case, the controller is not yet initialized or the controller is not yet called. Thet overview page inbound plug would be the first method to be...
View ArticleRe: how to get subcontroller from overview
Hi Arun, You need to get the window, then the ov, then your required view. Please see the below link for your query. it may help you to reslove your issue. Access value in view under overview page...
View Article