Re: context node binding mode share collection wrapper /share collection
Hi Jason, When you try to Bind your context node with interface, you get the related data in collection because that interface belong to the same component , as your context node. But when you...
View ArticleRe: How to navigate from Employee search back to custom view
Hi Jayson, You can put a break point in method DO_HANDLE_EVENT of impl class and check the event name. the event name created must be same as the event name in the do_handle_event method. --Vijay
View ArticleRe: Popup Window data to putback to parent component
Hi Anil, This can be done through component usage. In BP_CONT_SEARCH go to runtime repository editor add the window of BP_CONT_SEARCH/SearchHelpResult. Make sure that the context node is added to the...
View ArticleRe: How to navigate from Employee search back to custom view
good idea, just did it, in fact, if opened from my view, no event is fired when I select / click on a row in the result table.I also debugged in the htm page, I can see that the value 'SINGLESELECTION'...
View ArticleRe: How to navigate from Employee search back to custom view
Hi Jayson, They are firing the even handler dynamically by assigning the lv_select_event the event handler value dynamically based on Table Selection Mode. If the table selection mode is multi then...
View ArticleRe: How to navigate from Employee search back to custom view
No, Vinodit goes to the else block:ELSE. lv_select_event = 'SINGLESELECTION'. ENDIF.
View ArticleRe: How to navigate from Employee search back to custom view
No, Vinodit goes to the else block:ELSE. lv_select_event = 'SINGLESELECTION'. ENDIF.
View ArticleRe: How to navigate from Employee search back to custom view
Hi Jayson, So Though it is going to else block, the event is not getting triggered ? Did you check what is the name of the event raised in do_handle_event ?Are you putting a break point in...
View ArticleRe: Need to customize Work center
Vijay , The Work center is already customized , when i am clicking on the Navigation bar item- sales cycle , i am getting displayed Additional items . I need to add one entry over there . Hope you...
View ArticleRe: Need to customize Work center
Hi Nikhil, If I am understanding your question correctly, You need to add an Extra Block Like Report and Additional Functions to display your custom links? If that is the case you can achieve it by...
View ArticleRe: how to determine business partner when we enter account no added by AET?
METHOD do_prepare_output.**CALL METHOD SUPER->DO_PREPARE_OUTPUT*** EXPORTING** iv_first_time = ABAP_FALSE DATA: current TYPE REF TO if_bol_bo_property_access, account TYPE...
View ArticlePREPARE TOOL BAR BUTTONS Method - Not able to see on the screen
Hello Experts, Not able to see the tool bar buttons on standard screen, On ERP_IT component. Have extended the Standard tool bar buttons with the customs ones by implementing the PREPARE_TOOLBAR...
View ArticleRe: PREPARE TOOL BAR BUTTONS Method - Not able to see on the screen
Hi Nikhil, As from what I see only button id is missing. Give this line on the top of your code and I think it should start working. ls_button-id = '1020'. RegardsVinod
View ArticleRe: pricing issue
Hi Suresh,1. First try to cross check for condition record in GCM tool with trial setting. Sometimes for entered data there won't be a record.2. If everything(config and condition) is fine, please...
View ArticleRe: search enhancement
Hello Gokul Raguathan,CRM_KNOWART_S component is SAP standard component. How can he Change Genile Method? I think Enhance the component search view KnowArtVS. and redefine search event handler.......
View ArticleTraffic Lights
Hello Experts , Please provide some information on creating Traffic lights , (Red and green) . What should be the type of the attribute ? Please provide some sample code for the same. Thanks and...
View ArticleRe: search enhancement
Hi Murali, Add billow code in CRM_KNOWART_S/KASearchView --> EH_ONSEARCH( ),before calling get_query_result( ). "(Copy original method Add this line in 110 line)...
View ArticleRe: Traffic Lights
Hello Nikhil, Add a value attribute to your view Context Node.In get_p_XXX( ), Make this field as image by the bilow Code, WHEN if_bsp_wd_model_setter_getter=>fp_fieldtype. rv_value =...
View ArticleRe: Traffic Lights
Hi Nikhil, In the get_p method of the attribute, make it field_type_image. In get method of the attribute, based on conditions set the values as follows IF ls_attr-pso_status = '2'. value =...
View Articlehow to dispaly businesspartner number in webui from ztable
Hii have a requirement please help me how to solve this?its very needfull to meRequirement:-when we log with service pro businessrole we have complaint and returns navigation bar,when we press it its...
View Article