Re: Dependencies are not displayed while doing promotion management for...
Thanks Andreas, I will try adding it manually......
View ArticleRe: What is B/4 HANA?
There is also the official BW on HANA SP8/9 Roadmap by Lothar Henkes http://scn.sap.com/docs/DOC-63681. Although it does not contain more Information than Jon Amuzu's post. CheersMartin
View ArticleRe: How to pass data Master Page to Detail Page ?
I show you two examples to pass data between views: Using eventBus: JS Bin - EventBus exampleUsing to event of NavContainer: JS Bin - To example Best regards,Pau
View ArticleRe: table and formatter
Hi Chris, there is no problem to use formatter in a bind of entity,can you show how are you doing the formatter?Thanks,Pau
View ArticleRe: Using ODataModel in offline store Kapsel Winodws 8.1
Hi, Thank you Dhani. The above issue is fixed. I had to just use sap.OData.applyHttpClient() at right places. RegardsVaibhav.
View ArticleRe: Using ODataModel in offline store Kapsel Winodws 8.1
Hi, I have another issue now: The data I am trying to POST(Create) is of this structure: { "Notifno": "1022015", "Ordertype": "ENS1", "NotificationAppItems": [{ "Material": "C00004" }, {...
View ArticleRe: Data conversion from Periodic to YTD
Yes, if you wanted to convert the amounts to YTD balances in BW, you need to implement a logic in end routine to convert the amounts to YTD. Below is the logic, loop through the result package, for...
View ArticleHi Experts,
I'm Configuring India Payroll. My requirement is Period Parameters - Monthly and Date Modifiers -1st of the month. As in attached I generated Payroll periods. Please find the Attachment and provide...
View ArticleRe: Difference in values of a procedure in SAP HANA SQL Script?
Hmm... if SQLScript would actually allow for a kind of parallel execution of parts of a procedure that in turn change the result, this would be invalid. Up to my experience, every time data actually...
View ArticleRe: record filtered in advance as error records with the same key exist in DTP
You got an error record in error stack, so that following records with same key are filtered though they are correct. please correct error stack records and process again,
View ArticleCalculation Logic
Hi All, My Requirement is like - Master data table (Example below) having employee ID, From_Date.and To_date. Based on the current date, I would return data that is valid for today. Example, My...
View ArticleRe: Projection VS Aggregation in SAP HANA
Hi, The projection is used to apply filter inside a calculation view on a join of views or union of mutiple joins. There is no other way of applying filters inside a calculation view than applying a...
View ArticleRe: F-92 AA338 An entry using this combination is not allowed
Document Type DR should be used instead of SA, as its a sale to a customer. Try changing it to DR and then performing it.
View ArticleRe: SAP Design Studio 1.5 (Export to PDF)
Hi Ingo/Tammy, Thanks for the quick response. CheckBox in LinkI tried the below link, after all the details, i'm unable to CHECK the "check-box" on 'terms and condition'. Can you please check on...
View ArticleBica:Problem with loading the data with new date range
Dear experts!WE try to load the data by the bica Into the pas From bw.We have the bex with many rows thow we decides to load the bex by two steps : the first time year 2013 and the next time 2014.We...
View ArticleRe: Refresh ole link at runtime ?
SP 14 was just released so use that one, Yes, once you install that package into VS 2010, 2012, 2013 or 2015RC you can edit your reports. It does not have the full features as the full version of CR...
View ArticleRe: SAP Design Studio 1.5 (Export to PDF)
Hi Venkata, Thanks for checking on Notes.Looks like i have to switchback BUTTONS with TEXT for now, until the fix is introduced in patch.In your case, below response from Ingo might be the right...
View ArticleRe: How to see Notifications based on Roles in SAPWM 6.2 ?
Hello Sudhir , Syclo config panle configuraion may help you but not sure . can you check config panel configuration once ? 1) Open config panel . 2) Go to Mobile data object 3) Open notification 4) go...
View ArticleRe: For all entries in ABAP
Hi Sumeet, like the other people above have already said, the FOR ALL ENTRIES addition in the SELECT or OPEN CURSOR statement essentially is a JOIN between an internal table and a database table. The...
View ArticleRe: How can I get Notifications of specific period?
Hello Prajakta , it may possible with syclo agentry development like 1) when online then its coming as expected from SAP ECC . but 2) When offline then you can write rule for it show only last 2 months...
View Article