Re: How to read the description of a BRF+ domain value stored in a value list...
You can for sure make attributes public, but then you should make them read-only, so that no uncontrolled change of the value can be done by a caller of that class (in your case the caller can only set...
View ArticleDisaggregation on Statistical forecast keyfigure
Hello,How do we handle the disaggregation of Statforecast keyfigure in IBP ?Normally this keyfigure should be in Non editable mode since this is system generated – when we have non editable keyfigure...
View ArticleRe: Keyfigure loading
Hi Raghav,This keyfigure is not used in any calculations.There is no dependency for this.What will happen to the planning area data ? Thanks.
View ArticleRe: Loading DS in Script Resets All Dropdowns
ok, I guess it was worth a shot. Have you tried DS_REPORT.setVariableValueExt() instead of APPLICATION.setVariableValueExt()?
View ArticleFactory calendar WF from plant 1100 is not available
Dear Gurus, While I am creating the sales order and entering the material number on the sales order system give me the following error message. I am unable to found the reason, looking for the gurus...
View ArticleRe: WPF Client 70.11.0, SMP 3.0: Multi-Row Select feature not working
Hi Silver, As stated by Bill, you can configure the setting in the editor, but it have no effect on the client. I hope this answer you question. --Chung
View ArticleRe: MSSQL Restore issue
Hi Sury, On target system Stop the SAP instance and restore the db in single user mode.or you can enable the MS Sql Alwayon DB. refer the SAP note 1772688 - SQL Server AlwaysOn and SAP applications...
View ArticleRe: HTTP request failed error
Thank Christian, Yes we have created the RFC connection manually. Kindly guide us how can we setup CUAN_SETUP_CA with the necessary parameters as you have suggested above. RegardsRajesh
View ArticleRe: Legal Regulation Issue For Domestic License
HI Sachin, Can you please provide some more information here:1. what determination strategy have you used? Country, Country-Country, Country-Country Group etc.2. what option have you taken for legal...
View ArticleRe: Payment Out in CN41N
CN41N and other PS reports pull their data from the CO tables and not the FI tables. Look at table RPSCO. You can do a FI substitution to fill the WBS element on accounting documents but they still...
View ArticleRe: SFG inhouse, Purchased order not create if procurement type E
Control for Purchasing (Inhouse/External) is at Material Type level. MRP Tab in material master is used only for Controlling Procurement Proposal creation during MRP. You can create PO without MRP...
View ArticleRe: Webi is returning wrong date
James, The problem you are having is related to MS SQL 2008/2012. The Data field is NOT being recognized properly by the Universe. Confirm you are using the proper MS SQL 2008 &/or 2012...
View ArticleRe: Upgrading BOBj BI 4.0 SP10 to SP12
Well, we are considering going to 4.2 at some point, however that's a much more intensive migration I would assume - but I would defer to you on that as I've not gone through a 4.0 to 4.2 migration =]...
View ArticleCSS on column in Scorecard
Hello! Can anyone tell me how to modify the css for a column on the scorecard component? It appears I could just create a custom css class and assign it to the "Cell CSS Class" property but I'm not...
View ArticleJDBC Lookup - Table not Found
Experts, When using either the JDBC Lookup library or when creating an External Definition for a dbtab on PI/PO 7.4 single java stack, I am not able to retrieve any tables. The following configuration...
View ArticleaddStyleClass() is not working in SAP UI5 XML View
I am trying to display the grid table in my application. I would like to color the table cells based on condition.Am using XML views in my application. Here is the index.html page code. <!DOCTYPE...
View ArticleRe: Blocking BP for changed address in sales doc
Thanks Srini, The check logic for documents offers two options:1) status check of unchanged partner address2) New check of a changed address i assume, if we go with option 1, a manually changed in a...
View ArticleRe: No Mock data when running App from FLP
hi Jaime, yeah, pretty much.. you "add" all dependencies of MockServer (like sinon, etc) into your own project and instead of loading from the UI5 resources you load the one in your own namespace....
View ArticleRe: Calculate Difference of two fields in tickets
hello Saurabh, try this.date1 = Date.ParseFromString("20100215"); this.date2 = Date.ParseFromString("20100218"); this.result = this.date1.Delta(this.date2); Result: Duration value P3D then,...
View ArticleRe: How to Design Appeon Universal Partitioned Applications?
Hi Yakov; Yes, with the demise of Distributed PB, EAServer and the PB Application Server plug-in - the n-tier support for NVUO's in the middle tier has been whittled down to either PB.Net of PB...
View Article