Re: Drop down field in table view
Hi Bkvs, Can you please try this below code to get drop down values with out creating any zclass.it is working fyn. DATA : lt_domain_entries TYPE STANDARD TABLE OF dd07v,...
View ArticleRe: Web UI Error : User xxxx (Employee responsible) is not a business partner
Hi, Go to t_code BPCrea a BP with group as Person.Add Commuication details.Save it.Create a User in SU01(Basis Job)Go to BP in the identification tab add the user created in the previous step,...
View ArticleRe: Web UI Error : User xxxx (Employee responsible) is not a business partner
Hi Leon, Already we have created the user ABC01. How to check the role of the created user (ABC01) ?If it is created by a role Person, how to change the role from person to employee? Thanks,Vimal...
View ArticleRe: Web UI Error : User xxxx (Employee responsible) is not a business partner
Hi Vimal, You can go to edit mode and maintain the role of the corresponding BP as employee. Thanks & Best Regards,Leon
View ArticleRe: How to prevent Save reminder dialog box from being popped up?
Hi Andie,What User ID are you referring to? Sorry if my question is silly. I'm a begginer and have no idea about what ID you are talking about.If you could specify it, I would be more than happy to...
View ArticleRe: Why can system not jump into "STATE_STORE" and "STATE_RESTORE" methods...
Your SAP user id, I cannot find your name in address book.
View ArticleRe: Why can system not jump into "STATE_STORE" and "STATE_RESTORE" methods...
Hi Andie, Im not from SAP. I'm from a SAP Partnered Company Regards,Pratheek
View ArticleRe: Why can system not jump into "STATE_STORE" and "STATE_RESTORE" methods...
Hi Pratheek, page 1 --> use TBUI component --> reuse search and result list view page in another componentpage 2 --> use TBUI component --> have its own view page now I redefine wd_destory...
View ArticleRe: Why can system not jump into "STATE_STORE" and "STATE_RESTORE" methods...
Hi Andie, I didn't get you, From what i understand you have 3 Components, One with Search and Result.Another with some other view and the third is the One which Displays these two. Am I right? Now,...
View ArticleRe: CRM Interaction History is not showing latest interactions
Hi Tony You may use the note - Note 717506 - In the Interaction History tab current records are missing Hope this will be useful. Thanks and RegardsDJ
View Articlecan we trigger Action( post processing framework) from WebUi
Hi , Can we trigger action( post processing framework) from webui as we have done in crmd_order trrough action profile after(e,g : print a smartforms after creating a quatation). Thanks in advance
View ArticleRe: can we trigger Action( post processing framework) from WebUi
yes we can trigger. its standard functionality available. you can check in the actions assignment block on any transaction. there we use certain button to trigger or schedule actions. you can check...
View ArticleRe: need Item Guid from Product ID
Hi Manohar, Enter the Product ID in the table CRMD_ORDERADM_I for the field as ORDERED_PROD. select * from CRMD_ORDERADM_I into table lt_orderadm_i where ORDERED_PROD = 'Product_ID' Regards,Santosh.
View ArticleRe: Drop down field in table view
Hi SK, Please use this logic in GET_V_METHOD for the field. rv_valuehelp_descriptor = cl_crm_uiu_md_valuehelp=>v_getter( is_tabname = 'CRMC_ATTR06'...
View ArticleRe: Why can system not jump into "STATE_STORE" and "STATE_RESTORE" methods...
Hello Andie, Are you navigating from page2 to page3 from view or window? If you are navigating from view then you need to redefine the method in the view else you need to redefine...
View ArticleRe: can we trigger Action( post processing framework) from WebUi
hi you need to create one action profile for your transaction type quotation. then you need to create one action under your action profile. each action has processing types like method call, smart...
View ArticleRe: Enhancing the Case search by partner
Hi Rohini,If am not wrong,you want to add additional records in the search result.For this u can just enhance the component along with search view.Then go to the Search event handler and write the...
View ArticleRe: Refresh button is not working in tree view
hi is this custom code or standard code. as it is displaying tree view , there will be one proxy class associated with it where there will be GETTER methods for each attribute that we are displaying on...
View ArticleRe: Why can system not jump into "STATE_STORE" and "STATE_RESTORE" methods...
HI Pratheek, Now I set several breakpoints in the views and main window in TBUI component, see the following execution sequence. But still fails. 1) Click on email hyperlink on page 2, then jump to...
View Article