Re: Two dropdown buttons in a table, trying to bind each with defferent...
Hello Chetna, you give the ID like this:template: new sap.ui.commons.DropdownBox({ id : "sboxID", searchHelpEnabled : true, }) Try using createId()-method like this: template: new...
View ArticleRe: 'Query' method of class '/SCWM/CL_DLV_MANAGEMENT_PRD'
Hi Rahul,this is due to internal buffering. For performance reason several buffers are used so that the data not always has to be read from the database and/or (if transient data) has to be...
View ArticleRe: How to edit .xsaccess file edit with SAML and form based authentication...
Hello Nilesh, as described in the developer guide the syntax for form base authentication is { "authentication" : { "method" : "Form"} }For the further authentication options (like SAML) you can use...
View ArticleRe: How to create Bar Chart in generictile
Hi Check out the link SAPUI5 Explored regardsKuntal
View ArticleRe: ZIH08 export to excel
Hi, It's working I have added the new field in RIHEQUI_LIST structure. But I have one more question. When I tried to to rename a field at my ZRIHEQUI_LIST and save and activate. My customized program...
View ArticleRe: Creating a New Object (Dimension, Measure or Detail) in a Webi Report...
Dear Everyone, I have attach a screenshot where you can see that when I open my report the Input controls are close but when I click Update date the input controls appear visible.
View ArticleRe: Will my existing InfoSpokes work in BW 7.4
Also to add on this, there is one note 1983356 which says Info Spokes can be accessed in BW 7.4 version but cannot be modified. When I checked in BW 7.4 sandbox system, I see RSBO is completely...
View ArticleRe: Inactive objects with exclamation mark can not be activated or deleted
Hi Ibrahim, Can you try renaming it first and then activating/deleting it?
View ArticleRe: Q: Changing header height in sap.m.Table
may be browser issue. user experience is different from browser to browser.sap.m - UI Development Toolkit for HTML5 (SAPUI5) - SAP Library
View ArticleRe: HTTP_AAE receiver channel getting error...
Hi Gampa, Thank you for your help , changed channel type as soap and changed parameter as below but getting same error. any idea ?
View ArticleRe: Employee appears already in a future position
Hi Venkat, Actually the changes were done by the client on his front-end solution (linked to SAP). We are just required to check why the employee appears as already in the future position.As far as I...
View ArticleAdd compensated leave to Quota type
Dears; I need to add number of days in quota type called for ex. "Compensated Leave" once the employee attended in Day Off how can i do that in time evaluation. Best Regards;Mohamed Gomaa
View ArticleRe: How to take SAP backup on tape drive ?
Hi Parth, thanks for your replay. can i know SQL commands to schedule back up on tape drive. Best regard's Habib
View ArticleRe: Not getting PO approve name in me28
Hey Ashok , The issue here is for output , and as the issue is only for single user every one asked Roman to check with Abaper and user master in SU01 , not sure if he chekced it or not. there is no...
View ArticleRe: Dar salida a un documento de cancelación
Hola Jose Antonio: Muchas gracias por tu respuesta, te comento, he estado revisando más en profundidad y el problema que tengo es que los documentos de cancelación no tienen asignado una clase de...
View ArticleRe: Scientific Notation from APD
think you can use this- EXPONENT e.g.: DATA: float TYPE f, formatted_text TYPE c LENGTH 6. float = SQRT( 2 ). WRITE float TO formatted_text EXPONENT 0. write : / float.write : /...
View ArticleCredit not working at delivery level
Dear Gurus, I have configure the credit management on sales order and delivery level only, not at PGI level, all the settings has been done. system work fine of order level and block if limit exceed,...
View ArticleEnabling the screen after error message
Hello, By using the EXIT: EXIT_SAPLMLSP_030 i am displaying the error message based on some conditions in ML81N (Service entry sheet). while saving the service entry sheet i am able to display the...
View Article