Re: In DBA Planning Calendar Scheduled Back is Failed?
Thank You Ji, Issue is resolved.
View ArticleRe: How to remove duplicate id error ??
wherever you create that control with ID salesOrderListItem call this.getView().endent(salesOrderListItemControl); so it will be destroyed when component is destroyed
View ArticleRe: How to remove the default shell from Fiori Launchpad?
The key here is to load the application through the launcpad! The fullWidth property wont be applied if the application is not launched through the application tile in the launchpad. Cheers,Naren
View ArticleRe: Indirect Activity Allocations
Hi... I don’t know whether you refer to the SAP Help portal(Indirect Activity Allocation - Cost Center Accounting (CO-OM-CCA) - SAP Library).
View ArticleERROR in MAIN_NEWBAS/SHADOW_NTACT_REDEL of EXECUTION during upgread to SUM 14
Hi All I Faced some issue in execution phase while upgrading from EHP 5 to EHP 7 so I have re-set some parameter and taken the re-start of the server.Due to which my sum upgrade started from...
View ArticleRe: Merge option in Excel and WEBI report
Hi Amit, No, I don't. It is a simple excel file which has two columns for "Prices" and "Company Name". Prices column has the numeric values and Comnay Name has the company names. ~SwapnilY
View ArticleRe: How to remove duplicate id error ??
Just don't provide IDs to tiles.ID will be assigned to each element at runtime by app. But the negative side would be that you won't be able to use sap.ui.getCore().byId("ID"), as you won't know the...
View ArticleRe: V_V2 Rescheduling puts the credit block
I agree that there could be valid reasons to run V_V2. However, it implies partial quantity confirmations - there must be a reason for that to happen in the first place which should be investigated.For...
View ArticleCatalog Not Found
Hi Experts, We have implemented My Leave Request (Version 2). We have created a custom catalog ZHCM_LRQ_CRE with one exactly the same tile that exist in standard catalog SAP_HR_TC_T under a customizing...
View ArticleIntegration CRM C4C : installed base
Hello. I have looked for the information with no result. So let me explain my case.I use an installed base set inside a CRM system I want to replicate into C4C with HCI/PI.As it is possible between ERP...
View ArticleStatement to check if a field symbol is assigned gives a short dump. No sense.
Hi gurus, I'm facing a strange problem that I don`t know how to solve. I've written a custom program and I have a field symbol. I'm checking the assignation before of using it, to avoid dumps. I'm...
View ArticleRe: Details Item 20: No item category could be determined Details Item 20:...
Hi Viktor, Please find the below code. METHOD eh_onaction.*CALL METHOD SUPER->EH_ONACTION* EXPORTING* IV_EVENT_NAME = IV_EVENT_NAME.DATA: lv_action_set TYPE REF TO cl_crm_bol_entity, lv_actions...
View ArticleRe: Sybase ASE 15.5
15.5 and 15.7-pre-ESD#2 : size of database limited to 2billion pages * @@maxpagesize, so for 2KB max db size was 4TB; NOTE: 2billion => max signed int value From the ASE 15.5 Configuration Guide...
View ArticleSAP table for all possible values for a characteristic of an Equipment
Hello Experts, I understand that an Equipment is linked to a Class which in turn has many characteristics associated with it. For each Characteristic there may be many values associated to a particular...
View ArticleRe: How to sort numbers in SAPUI5?
var id_sort=new sap.ui.model.Sorter("EmpNum"); id_sort.fnCompare = function(a, b){ var intA = parseInt(a), intB = parseInt(b); if (a == b) { return 0; } if (a < b) { return -1; } if (a...
View ArticleRe: SFSFOnboardingCandidateInfo - Scenario with SOAP instead of OData
Hi Amarsrinivas Eli, You shouldn't need Gateway if you use the OData adapter in PI. You can use SOAP instead as the OData API uses the OData protocol and not the SOAP protocol. The SFAPI has different...
View ArticleDesktop - Mobile apps
Hi, Building an app, can be accessed from both desktop and mobile.What is the best practice,1. Do we build a separate app one for desktop and mobile.2. Single app and control rendering on different...
View ArticleRe: Sap.m.Page contents not shown when used inside ux3 OverlayDialog
HI Amber I have changed this thread from "Discussion" to "Question". You should be able to see the Correct Answer and Helpful Answer button now. Hope that this is helpful :-) Thanks-D
View ArticleSap wm-pp integration
Dear Gurus I have an issue, we don't have place for staging the production stocks and every 2 mins we get an pallet from the production, I dont have place to keep and immediately I need to put to...
View Article