Re: Design studio dashboard scrolling not working in android device?
I have tried to use the Mobile, MobileBlack and Blue Crystal template. No luck. still unable to scroll up and down in the via mobile device.....
View ArticleRe: How to check script logic file(.LGF) in UJFS and UJBR
UJFS, First select the environment, then - browse (in my case the environment name is SIM, model name is ADVSALES): If you make UJBR backup resulting in zip file - you will have the same folder...
View ArticleRe: Implementing CREATE_DEEP_ENTITY
Hello Koushik, Please follow the blog specified by Jitendra and follow that. You will be able to accomplish Create Deep Operations. You cannot perform Update on Deep Entities.There is no such method...
View ArticleRe: SAP Work Manager 6.2 Installation Problem
Hi Mark, Thanks for your detailed response. The application zip file contains the following files: The agentry.ini file contains standard information. I don't see anything specific to this...
View ArticleRe: Importance of assignment of Intercompany Master to Ordering Party Sales...
Hello Ankit, >> 1) Assign Org Unit to Plant -Once we maintain the Delivering Sales Area to Delivering plant it reflect to table-LIKP and when system creates the inter company invoice with...
View ArticleRe: setting Model to sap.ui.getCore not working
Hi together, i have the very same problem.sap.ui.getCore().getModel(...) is empty in view!getView().getModel() is filled with data. i can't access data from Core model.i created a shell so that views...
View ArticleUse of UJ VALIDATION and BAdI UJ_VALIDATION_RULE_LOGIC
Hi Experts, I’m interested in implementing UJ_VALIDATION rules according to a property or a parent of the driving dimension (in this case ACCOUNT). I see that one has to implement via specific...
View ArticleRe: SAP Work Manager 6.2 Installation Problem
Thanks for the detailed explanation. Makes sense. I just wanted to make sure I was using the right app name in the URL.
View ArticleRe: Data Manager package link failed and stopped
Hello Vadim, I have 4 "IMPORT_MASTER" Packages. 3 "DELTA_IP" Packages 3 "SCIPT LOGIC" Packagesall these are supposed to run in sequence. Thank youPraveen
View ArticleRe: com.sap.portal.unification.isObnMirgated not appearing
Hello Hamendra, The PAR file in DEV is showing 204 and in PROD and TEST as 4096. But when i have navigated to all the folders and file levels, there is no difference at all. I hope the size is same in...
View Articlehow to get length of table loaded from oData/JSON model
hi all, i've a local JSON model data loaded into a sap.m.Table as below in onBeforeRendering function:var oModel = new sap.ui.model.json.JSONModel();oModel.loadData("model/model.json", null,...
View ArticleAsignar Cuentas a Vendedores y Centros de Costos
HOLA BUEN DIA, ESTAMOS VALORANDO LA OPCION DE MODIFICAR UN POCO LA CONFIG DE SAP PARA OPTIMIZAR MUCHO EL ÁREA DE VENTAS, INICIANDO CON CREAR CENTROS DE COSTOS PARA LAS OFICINAS Y SEPARAR TODO GASTO E...
View ArticleRe: sap.m.MultiInput - Token not displaying properly on Navigation
Thanks Kai. I have already implemented this and the tokens were showing. But, i thought it's not a good programming practice and wish to solve the issue through standard way.
View ArticleRe: /SAPSLL/ITT_IDOC_SIM and Tax Statements
Hi Dean, The simulation tool doesn't include any coding for the Tax Statement. By no means all of the standard Customs messages have yet been coded either - I guess the developers are too busy to...
View ArticleUoM of a BOM Component for Subcontracting Process
Hi Experts, We have a component that its UoM is setup incorrectly where the base UoM (EA) is not the smallest unit.With that said, here is the situation.This component is being used to build parent...
View ArticleSleep or Wait in SAP HANA??
Hi, Is there a functionality in SAP HANA where we can make the procedure to wait for a given interval. Something similar to DBMS_LOCK.SLEEP () in Oracle.. Thanks,Varun Vemala
View ArticleBAPI_INCOMINGINVOICE_PARK Fill Payee Field in MIR7
HiI am using BAPI_INCOMINGINVOCE_PARK for parking the Incoming PO based invoices. It's working fine but I want to fill the Payee information (Vendor) so that Payee field in MIR7 under Payment tab is...
View ArticleRe: how to get length of table loaded from oData/JSON model
If your requirement is just to get the number of JSON items, then you can do it through JavaScript. Example: var json = '{"0":"1","1":"2","2":"3","3":"4"}'; var parsed = JSON.parse(json); var arr = [];...
View ArticleRe: UoM of a BOM Component for Subcontracting Process
The message talks in general about BoMs, not just about BoMs with unit SH. See as well the detail of the message
View Article