Disable Component in Enhancement Set
Hello expert, Previoulsy a developer who has left the company has created some Componets relating to Charm (such as ZAIC_CMCD_S, ZAIC_CMCD_H, ZAIC_CMCR_S and extra) using BSP_WD_CMPWB and all of these...
View ArticleRe: Disable Component in Enhancement Set
Hi Brian, You have two ways to achieve this: Vía debuggin into CL_BSP_WD_COMPONENT_DESCRIPTOR->CONSTRUCTOR method in your component.Modifying BSPWDVC_CMP_EXT table in SM34 transaction, in order to...
View ArticleRe: Exception cx_crm_shortcut_manager
Hi Thomas, Try to delete user personalizations with BSP_DLC_DELETE_PERSONALIZATION report and try again. Read also these notes:2007207 - Default search personalization feature not working2045936 -...
View ArticleRe: Restricting values in search criteria SEARCH_AREA
Hi Ritu, Thanks for the follow up, we're working on it and will update the thread once we're done. Haseeb.
View ArticleRe: Disable Component in Enhancement Set
Thanks Jorge. I temporary removed the component in SM34 view (as per your point 2) and it works. As you said, it is recommended to backup the SM34 view first in a transport and released the transport...
View ArticleRe: How to set background color of cell to red
Dear Vishal, Is any way how to make the row with color not just one cell. Thanks
View ArticleRe: How to embed 3 custom views into the home workarea in web ui?
Hi Jerry, In that case there is a note implement this 1937399 this will give the background color property this is easy and simple. we can set that color based on condition..if your already implement...
View ArticleRe: How to set background color of cell to red
Hi Gezim Nesimi, Read this blog you will come to know... Conditional formatting for Tables in WebUI Thanks & Regards,Srinivas.
View ArticleRe: Link from webdynpro to WebUI
Hi, Put a break point at source code and check how the error is generated, as per the dump it is indicating error from standard method but some where it has been called in custom code.You can traverse...
View ArticleRe: unable to lock btorder entity with quote opened in display mode
HI Deepika, Thanks for yoy response, I'll explain a little of my background, I'm in component / vista: "IUICMD / DetailAccount" This opens after performing a search for contract account: I wanted to...
View ArticleRe: Display values in fields customers in view IUICMD / DetailAccount
HI Naresh, Thank you very much for your answer, just that I did and managed to change the value of the field, but now I find another problem, I'll explain a little of my background, I'm in component /...
View ArticleRe: Display values in fields customers in view IUICMD / DetailAccount
Hi, For each field in context node there will be GET_I method. If the method is not generated then right click and select GENERATE GETTER and SETTER METHODS. After that GET_I_(FIELD NAME) method will...
View ArticleRe: Display values in fields customers in view IUICMD / DetailAccount
Hi Jose, Try below code. me->view_group_context->reset( ). Regards,Pallavi
View ArticleRe: Display values in fields customers in view IUICMD / DetailAccount
Hi Pallavi, Sorry where I put this line of code? that method? Thank you very much for your help, Best Regards, JMP
View ArticleRe: Display values in fields customers in view IUICMD / DetailAccount
Hi Naresh, It works in part !! but would have to go through each attribute in GET_I_nameattribute of view and manually lock ?? Note that when you activate the "lr_ent-> switch_to_change_mode ()." is...
View ArticleRe: Context node Class
Thanks Deepika, When you create context node you will get popup with class name, there you can change the class name.-> we do not get a POPUP for giving a class name , it comes along with the POPUP...
View ArticleRe: Make Default text as font bold for dropdown in UI
Hi Ritu, Your code is working superb . it need to add struct. etax_handle_type , its okay. My only concern is how i make bold dynamical according to certain bp number . Do u have any idea ? Simply...
View ArticleRe: Context node Class
Hi, You can check from IV_CLASSNAME from any table you can find in which component this is usedEven i will check any table you can check to find the component from calss name. Regards,Deepika.
View ArticleRe: AET in dependent Object
Hello Arun , Please try this to add fields : Click on the append structure INCL_EEW_BUT0ID and append your new structure and add the fields : Thanks & Regards,Akhilesh Bhagat.
View ArticleShow open opportunities of user on home screen
Hello, Is it possible in standard customizing to display open opportunities of a user on its home screen? And if yes, how? Thanks in advance Marthe
View Article