Re: Smart Value Help - multi fill
Hi Kai, I hope you will able to see only one field in autocomplete. Right? When you select the value from autocomplete, the field will be set in that context node.To set other fields,1. Fetch the...
View Articleview not in display mode
Hi I have a requirement where in i need to raise a pop up upon clicking a button from a view and when i close the pop up i need to get back to the view in display made . but the view is in edit mode...
View ArticleRe: Smart Value Help - multi fill
Hi Ritu, Yeah, I see only one field in autocomplete. But want to fill more fields after select. Like F4 search help realize multi fill. Ok, so there is no way to do it by standard / easy way?I don't...
View ArticleRe: Table to relate the Serial # with Line item GUID
Hi Kumar Im extracting data regarding SERVICE ORDERS, and I need to show on my report the following columns: OBJECT ID - GUID (Line item) - PRODUCT - SERIAL NUMBER(S) 8000000000 -...
View ArticleDump in Component workbench
Hello,In Component workbench, when I open any standard component and click on any tree (views, windows etc) I get a short dump straight away.If its already enhanced, then there is no problem.Any help...
View ArticleRe: POP up in Transaction launcher
HI Deepika, I tried in chrome also.I see same behaviour. Can you give an example of SAP standard application and corresponding Webui role where I can find it. RegardsAnirudha
View ArticleRead custom error message in different view class
Hi All,I added a custom error message to a global message container in a particular view class. I want to read this message in another view class of the same component i.e. in the EH_ONSAVE method...
View ArticleRe: Action and Date Profile Question
Thanks Ritu for this I am sure One of the solutions here will work!!! You code looks great I will run it past an ABAP developer.
View ArticleRe: Read custom error message in different view class
Hi Mathangi, Use this link to know everything about error handing in SAP CRM WEB UI 7.0...
View ArticleRe: Smart Value Help - multi fill
Hi Kai, DO_HANDLE_DATA will be called after you select value from autocomplete and press enter.So fetch the selected value in this method and modify form_fields.SET_XXX methods will be called for all...
View ArticleRe: Get Email address using Order number
Thanks Ritu. This is what I was looking for... thanks.
View ArticleMake Default text as font bold for dropdown in UI
Hi Experts , I have a requirement for changing font to bold for default text in drop-down . The requirement is as per the default tax group maintain in BP , I need to make that default to BOLD in...
View ArticleRe: RAISE_EXCEPTION & Exception condition "SINGLE_EXIT_MULTIPLY_ACTIVE" raised
Hi Lisa, Thank you. My issue also solved.
View ArticleRe: Duplicate Transaction ID's for the same transaction type
We have resolved the issue by executing the report NK_REORGANIZE. Which is modified the entries of the table NRIVSHADOW. Regards,Ravi
View ArticleRe: How to make the workflow tasks displayed in custom manners in the...
Hi Srinivas,thanks for your effort.I noticed that the system calls method search_work_flows in workflow.htm.I planned to add the filter just this calling and install the method in the implementation...
View ArticleRe: Table to relate the Serial # with Line item GUID
Hi Belinda, In table CRMD_ORDERADM_I you will get product GUID not its ID in a field named as PRODUCT(*). This product GUID can be matched with COMM_PRODUCT-PRODUCT_GUID Hope I am clear. RegardsNiraj
View ArticleRe: How to make the workflow tasks displayed in custom manners in the...
I think after the called of method search_work_flows, the data should be saved somewhere,so, I think I can fetch them in my custom method FILTER_WORK_FLOW.
View ArticleRe: How to make the workflow tasks displayed in custom manners in the...
Hi Jerry Cui,i will give you a brief explanation about the requirement how to do..1 enhance the component and then create your views. ( already you have done this step).2 in your first view impl class...
View ArticleRe: How to make the workflow tasks displayed in custom manners in the...
Do you think it's ok to redefine the methods search_work_flows and seach_work_flows_with_max_hits instead of the creation of the Z methods?And if we create the Z method, there should be somewhere we...
View ArticleRe: How to count the characters in textarea when typing? How to achieve in...
Hi Srinivas, I am also having similar requirement. In the main text area, when I type more than 150 chars, it should raise warring message. I tried to use your above java scripting reference code with...
View Article