Re: Job Execution is taking more time
So you are using the group forming to take the use a few letters of the name field and then use candidate select to pull records from your database with that same key, to add them to the job. Then...
View ArticleRe: Mark current date on Area chart
Hello Steve, let me know if this is still off interest. it is possible using our charts - http://visualbi.com/sap-design-studio/dsx-extensions/charts/ regardsIngo Hilgefort, Visual BI Solutions
View ArticleRe: Mark current date on Area chart
Hello Anderson, let me know if this is still off interest. it is possible using our charts - http://visualbi.com/sap-design-studio/dsx-extensions/charts/ regardsIngo Hilgefort, Visual BI Solutions
View ArticleGetting Component configuration
Hi All, We trying to read component configuration using below standard code. * get personalization manager lo_api_controller = wd_this->wd_get_api( ). lo_pers_manager =...
View ArticleRe: Change colors of dropdown (nested) datawindows
The syntax for changing the color is something like: ls1 = 'datawindow.detail.color="0~t16509405"'ldwc_test.Modify(ls1)
View ArticleRe: FolioNum en Facturas de Proveedor
Hola Yair, Tuve un problema similar, pero yo quería deshabilitar el ingreso del folio, así que me dijeron que podía cambiar la localización en la tabla cinf, que es la tabla a la que SAP consulta para...
View ArticleRe: How to access Format event in .rpt files in .Net
One of the 3rd-party UFLs (see list of such UFLs here: Crystal Reports Viewers, Schedulers and Related Products ) provides a function to compute the length of rendered text. That allows you to change...
View ArticleHow to Become a Thought Leader and Give a Perfect Keynote
Ever wonder how those inspiring people you see on the big stage at major conferences got to where they are? Pat Kelly reveals all the secrets in this 4-minute video: 'Thought Leader' gives talk about...
View ArticleRe: error when running crystal report server
Thanks. I am able to locate something. I notice this error: |ae786a68-cc49-7314-6b74-aaa3b6a80920|2016 06 08 15:53:52:026|-0700|Error| | |E|...
View ArticleRe: Error starting database / nameserver
Bellow the behavior when trying database restore from full backup: Same savepoint error (Wrong savepoint version: Expected 8373 but found 8361.) in nameserver trace.
View ArticleRe: upgrade from 4.1 to 4.2
HI Abdussamad, The step is to follow best practice where only CMS, IFRS, OFRS and tomcat comes into picture when you do a patching or update. Check :KBA-1757132 - BI4 Support Pack Upgrade and Patch...
View ArticleRe: upgrade from 4.1 to 4.2
Regarding the Parallel update : Parallel update and sequential both can be applied on Bi 4.1 and 4.2.If you have less than 5-8 servers as CMS servers then you can use sequential update because when...
View ArticleRe: Querying a dim's column in star join HANA view why result in entire view...
Ok, I understand your view on the matter and how you and your team arrived at the expectation you laid out.Now, I won't try to defend the way the Star Join view is provided, but I like to point out,...
View ArticleRe: Subtotals format in Adobe forms when using java script not displaying 00
Hi Ankit, That's normal behavior for parseFloat(string), if you want it fixed to 2 decimals then do it as parseFloat(total).toFixed(2); Cheers,Arshid
View ArticleRe: RUN_RSDRI_QUERY - Memory :Low issue
Hi Raja, Please provide you LGF file and your LT_SEL part of the code. Andy
View ArticleRe: T.Code to identify reference table or programe
Hi Veer, If you want to know the table that stores the tcode/program list then have a look at table TSTC.SE93 is the tcode for transaction maintenance, here you can see the program attached to a tcode....
View ArticleRe: IBP 6.1 Creation of task automatically
Hi David, Tasks assigned to a Process Step start automatically when a Process Step is set to in-progress. In addition, you can add ad-hoc tasks form the Tasks screen in IBP. Refer:Starting a Process...
View ArticleRe: Preventing zero value records from getting exported, on running EXPORT...
Hi Rupali, Performance impact will be minimum, routine will just sum up and remove all the 0 records in the internal table, will be very quick. Andy
View Article