Re: Values are not populating from greyed out fields
Hello Rama, Could you please check two things: 1. In personalization -> reset to default and then customize again2. In worst case, add the custom field through AET again. I suspect BOL entity...
View ArticleRe: Inconsistencies between context and configuration
Hello Markus, Could you please check the component in WCF_CC transaction? may be some possible correction helps. Thanks,Krish
View ArticleRe: BSP_WD_CMPWB problems in contiguration tag when I try to edit field label
Hello Marta,Could you please specify what problem you are facing? I mean any error message when editing Thanks,Krish
View ArticleRe: Customer Appointment Start ,Customer Appointment End fields data...
Hi, try to add an append/include to the structure CRMST_QUERY_R_SRVO_BTIL with the new customer fields and there will be a customer BADI implementation for search.Use it for populating the fields...
View ArticleRe: Values are not populating from greyed out fields
Hi Rama, Can you share the code in get_v method?
View ArticleRe: Values are not populating from greyed out fields
RegardsHi John, Please find the get_v method code. DATA: lv_object_guid TYPE crmt_object_guid, lv_object_kind TYPE crmt_object_kind, lt_status_ui TYPE crmt_status_ui_tab, str type string. DATA:...
View ArticleRe: Values are not populating from greyed out fields
There is nothing wrong there. How is the collection getting set?Share the Get method code too.
View ArticleRe: Values are not populating from greyed out fields
Hi John, There is nothing wrong in the coding. As the same code is been used in another prod system without any issue. Its just some configuration issue after the Patch upgrade Due to which its...
View ArticleAdding transaction history assignment block in enhanced component
Hi, I have a requirement in my project where I need to add transaction history in fact sheet(standard component PRD_COMPONENT). I have enhanced component PRD_COMPONENT with ZPRD_COMPONENT and added...
View ArticleHow to enable AET in Web UI for ISU quotations?
Hi all, AET is actually not available for IU Quotations (Component IUCONH and Object type IU_ORDER_HEADER_Q) whereas it is available for other quotations (Object type BT112_XXX for example). Indeed,...
View ArticleHow to find changed attributes in After Commit BADI
Hi Experts,In implementation of After Commit or before commit BADI, how to determine which attributes were changed for the Object? Regards,
View ArticleCustom object search not navigating to product overview
hi,i have created the custome object search, the search is working fine. but on selection of the product - the navigation i have linked to prd010v but its not showing the overview rather going on for...
View ArticleRe: //workaddress/struct.function
Here is the code we tried, but it did not achieve the results. Anyone have any suggestions?
View ArticleRe: How to Enhance IC_BASE bsp application & Having Issue
Hi Rihi, Did you got any solutions ... Actually i am trying to knw compoenet name for bsp application ic_base but i couldn't found any component IC_BASE in bsp_wd_cmpwb transactin code. i need to add...
View ArticleRe: Issue on Notes Assignment Block
Hi Garcia, Yes, you're correct, thanks for your reply. Kind RegardsAndie
View ArticleRe: Issue on value displayed on Web UI
Hi Dharmakasi, When I open configuration view, all these fields have been added to this view as below, do I need to remove all of them and add them again?And I cannot find related enhance object I need...
View ArticleRe: Issue on value displayed on Web UI
Hi Andie, First remove all your custom fields added to the customer_h table and remove the fields also from configuration. You have to select the business object in second popup, Suppose if you are...
View ArticleRe: BSP_WD_CMPWB problems in contiguration tag when I try to edit field label
I don't have any error message. When I save the changes, the field returns to the before situation, the system don't change anything .
View ArticleRe: Issue on Notes Assignment Block
Hi Andie, Since in your procedure, you're setting both texts as 'P' (changes column), all information you entered in your business transaction text will disappear after SAVE and will be stored in a...
View ArticleRe: Issue on Notes Assignment Block
Hi Andie, please check note 910735 for text customizing settings - you have maintained all text types as a loggable texts (P) - but you dont have a log (R). So you have to create a text type defined as...
View Article