Re: how to select a table based on a button event
Hi Kishore, Add the press event handler for your button as below, new sap.ui.commons.Button({press:function(oEvent){ oTable.setSelectedIndex(oEvent.getSource().getParent().getIndex());}}); Refer to...
View ArticleRe: Pop Up Control in WEBI when no data in Data Provider
Hi Sreenivasulu, Could you please share the issue you are facing while following the workaround mentioned in the blog?It will help me to correct it if required as it is written by me Regards,Yuvraj
View ArticleRe: How to show traffic lights on push button in ALV Grid?
Try This One.DATA: gs_fieldcat TYPE slis_fieldcat_alv, gt_fieldcat TYPE slis_t_fieldcat_alv, gs_layout TYPE slis_layout_alv.TYPES :BEGIN OF gty_temp, col(10) TYPE c,...
View ArticleRe: Sybase backup on disk problem
my suggest solution for Sybase under Linux , and the dump file will saved in the Disk
View ArticleRe: Automatic Process order type not picking in CR01
Hi All, Thanks for your suggestions. I got the solution from my end.... That is ..we need to do three more configuration - COR4:Order type -dependent parametersOPUZ; Specify schduling...
View ArticleMVC in SAPUI5
Hi Experts, I am stuck trying out MVC in SAPUI5.Please help me figure out the issue with my code. Code as below : Index.html<!DOCTYPE html><html><head> <meta...
View ArticleRepricing the SAP contract generated from follow up doc in copy control
Hi, I am facing issue with the conditions copy at item categories level at the time of follow up document in copy control. The challenge is like this: There is an option for the conditions copy for...
View ArticleRe: RC12 for ID objects - PI 7.31 SP04
Hi Expert's. in my scenario is HTTP-POST TO PROXY. post will send the data using url parametersbut its not having the user authentication.how can we pass the user authentication in sender HTTP...
View ArticleRe: party wise tracking
Hi, The items went to demo basis to other location and will be return back into our warehouse some after days How do you send and collect demo items? Thanks & Regards,Nagarajan
View ArticleRe: System copy export/import tablesapce psapsr3620 doesn't exits
Hi Sriram , Above mentioned notes related to sap version 4.6&7 . I'm performing on ecc6.0 oracle 10g to Oracle 11g
View ArticleRe: Enhancement on VA02-Additional data B tab
Hi, Check the screen parameters .Compare both the systems. Regards,Madhu.
View ArticleRe: GRC 10 MSMP workflows - Issue
Hi Faisal, Thanks for the details. My issue was already resolved. Regards,Sai.
View ArticleRe: GRC report or table for request approver name
Hi Sebastian, I want to prepare a report which gives the request number and approvers at different stages. I found that information is available in below tables. 1. GRACREQ - With Request ID,...
View ArticleRe: Table related to Role & Role Owner in GRC AC 10
Hi Amanjit, I want to prepare a report which gives the request number and approvers at different stages. I found that information is available in below tables. 1. GRACREQ - With Request ID, Request...
View ArticleRe: Deploying the PERSON_FIRM CP data failed
Hi Lynne, I have removed the "\" and executed , still I am getting the error . Please find the below screenshot. But I have checked the folder after execution of the syntax . ".udc" file is available...
View ArticleRe: Deactivation of POWL Query
Hi Arindam, Your understanding is correct.No matter what changes you have made for the powl query, you have to run POWL_D01 in order to make changes available. If you want all the users to have this...
View ArticleRe: Gateway enhancement options for Generic Approve Requests Fiori App
Hi Varun I believe this question has already been asked in Fiori Approve Reqs - Custom Sales Order Approval Issue Please refer to my response in the earlier question where I have provided code snippets...
View ArticleRe: Locking Mechanism in Webdyn Pro Abap
Even if it's custom application for approvals, how come same line item will be sending more than one user id for approver at a time ?
View ArticleRe: Can we add custom event in standard table ?
Hi, the only way I can imagine is to modify fm VIEW_MARK_WRITE. In code block CALL 'C_SAPGPARAM' ID 'NAME' FIELD 'rec/client' ID 'VALUE' FIELD par_wert. IF par_wert CS...
View Article