Re: hide the search criteria field but functionality intact
Hi, You can remove it from configuration and add it in SEARCH EVENT method by code using ADD_SELECTION_PARAM as suggested by Ratna and then after search again remove it from selection parameter....
View ArticleRe: How to update table view custom fields using 'Do_Prepare_Output'
Hi Nitish, You can do this by 2 approach: 1. Create a new fields using AET and Enhance Object SERVICE_CONTRACT. Here you can add your field in any of the business object as follow:Once added then you...
View ArticleRe: How to update table view custom fields using 'Do_Prepare_Output'
Hello Nitish, use lr_entity->switch_to_change_mode() before set_property method. and dont forget to use lr_core->modify() method. Br,Navn
View ArticleDynamic mandatory field error message is not getting displayed in webui
Hi, In Appointment if the importance is HIGH i made Location as mandatory.For this i enhanced BT126H_APPT/ApptDetails. In the get_p_location() method of BTACTIVITYYH i have written the code. Now the...
View Articledealer code change
Hi, In the dealer portal, the contact person ABC logins and creates a lead....while creating the lead...the 'employee responsible at channel partner' field defaults to ABC...when I edit the...
View ArticleRe: Making a field dynamically mandatory?
Hi Hari, Please provide your code what you have wrote in get_p method and one more thing open the component and view go to config tab click on technical property of that field check whether the field...
View ArticleRe: Making a field dynamically mandatory?
Hi Srinivas, Thanks for reply.In get p method i have written code to make Location mandatory according to the importance.It is working fine. And Location is not mandatory in configuration.In run time...
View ArticleRe: How to add F4 Help for Service Team?
Hi Andie. you can get the partner by using 'CRM_GPM_BUPAP_HELP' this function module. This is the sample code try this.. DATA: ls_map TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping,...
View ArticleRe: How to add F4 Help for Service Team?
Hi Srinivas, It works well, but the UI for this search help looks different from my screen shot above, search conditions are less than my screen shot, do they have the same function? Kind RegardsAndie
View ArticleRe: How to add F4 Help for Service Team?
Hi Dharmakashi, Same component and same view are exist in two different business roles but able to fetch the data in view of one business role and not in other business role........... Is the fetching...
View ArticleRe: Service order search based on IBASE is not working
Hello, I found the following:If you fill someting in the fields REFOBJ_IBASE, this value is being converted into a GUID internallyThis happens in function CRM_BSP_OIC_1O_SEARCH_FROM_RFSo you have to...
View ArticleRe: How to add F4 Help for Service Team?
Hi Rajkumar, Do you know which business role is used for displaying my screen shot above? Kind RegardsAndie
View ArticleRe: Delete the copied view
Hi Sai, You can just select the Controller and the view and dont select the View Controller ImplementationView ControllerContextContext Node Thanks,Rajesh
View ArticleRe: How to add F4 Help for Service Team?
Sorry Andie,This question is not relevant to your question but i have one doubt so want to get clarified,sorry for the interruption.....
View ArticleRe: Transaction Launcher
Please check the following link.http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/3059fb20-987f-2e10-ef82-d147b9b5e8b4?QuickLink=index&… To find the debugging steps to find out...
View ArticleRe: How to add F4 Help for Service Team?
Hi Andie, In table view iv_index is used to get the row number and corresponding entity data. There must be a outbound plug to get the BP details. Mostly the search screen you added above was coming...
View ArticleRe: Service order search based on IBASE is not working
Thanks Erwin..For the details..I will check what will work in my case.
View ArticleFunction Module debug
Hello Experts, Can you please help, how to debug the FM SPC_PERF_GET_PRICING_CONDITION.We have pricing coming from Contract determination, and this FM can help us. Kindly guide. Regards,MS
View ArticleRe: Function Module debug
Hi Manish, You can debug the FM by placing an external debugging break point. Thank,Naga
View ArticleHow to update a Z-table in CRM PCUI??
Hello, I need to display/modify/insert entries of a Z table in the BSP. I read pcui cook book, but I have doubts... This is my scenario: Select data from Z-Table in method:...
View Article