Re: Vendor field mandatory in freight condition
hi, I advise you two option , can you try them. first - migo mandatory fields for migo or movemnt type options second - transfer posting screen layouts M.Ozgur Unal
View ArticleRe: Key Figure Aggregation
I think what you're looking for is Exception Aggregation. It works a bit differently in 3.x than in 7.0, and I can't seem to find the documentation for it, but here's a post on how to do...
View ArticleRe: Regarding HANA
It reminds me Shakespeare's quote... "There is nothing good or bad in this world..." Linganathan... Hope you have gone through this... http://www.saphana.com/community/learn HANA development is...
View ArticleRe: MSS-Compensation Planning-Planning Overview Error
Hello Abhiram, We are also facing the same issue and would be glad if you can share what was done so that it would be helpful for all...
View ArticleRe: Deploying App using AFARIA
How are app updates for custom apps pushed silently? For example I have installed version-a and would now like to have version-b updated in all devices in the background.
View ArticleRe: How to start SAP HANA IDE & SAP HANA Web-Based Development Workbench
I would assume then that your version of HANA is simply older - an SP5 version. These delivery units aren't available until SP6 (Rev60).
View ArticleRe: How to identify the number of fields in a Data structure
Hi, In BW side..RSA1---datasource---Select the datasource--double click on it---here also you can get the number of fields present in particular datasource. Hope this helps. Regards,AL
View ArticleRe: Requirement to put a maximum value on a s/c and p/o
Hello Michelle, is your message 'Error:Order has exceeded max.approval limit.Contact System Administrator' a standard one or a specific one ?For a specific one, just change the amount already...
View ArticleRe: BPC NW10 - DM MD Import from InfoObj - "ID" invalid
Hi Noel, We need the following information to help you:1. The complete transformation file 2. The complete conversion file, if any3. The BW infoobject screen shot.4. The steps you are following to load...
View ArticleRe: PP order external process with key PP02, not getting purchase requisition
Dear SD,The purchase requisition will be created when you create the production/process order of the header based on the OPL8 setting Planning tab:make this indocator as '3'.Also check in OPJP...
View ArticleRe: BPC Cube Technical name issues
Hi Ajay,Yes, it is back-end related. The latest SP for BPC NW backend CPMBPC is SP10.So SP14 you mentioned is for EPM Add-in which is not relevant.OK, if you are using BPC NW 10.0 CPMBPC 800 SP>9,...
View ArticleRe: Not able to see Models in Excel connection
What you need to is1. logon to BPC web with user with SAP_ALL2. Add the user to IFRS environment and assign team/task profile/DAP.3. Set the enviornment online4. Logon to EPM Add-in via this user to...
View ArticleRe: BPC EPM Member Selector Blank
Hi Sean, You can use this BPC user to try on other PCs. This makes us know if this symptom is user specific or PC specific. Also, you could try to use the latest version of EPM Add-in, SP14 patch03....
View ArticleRe: How To Create A Query For Open Freight/Surcharge on a Sales Order
Hi, Try this: SELECT T0.[DocNum], T0.[DocDate], T0.[CardName], T2.[ExpnsCode], T2.[Status] FROM ORDR T0 INNER JOIN RDR1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN RDR3 T2 ON T0.DocEntry = T2.DocEntry...
View ArticleRe: Data Services CDC
The product includes a tutorial PDF which shows you both source-based (timestamp) and target-based CDC (Table Comparison). Unfortunately if you want to use the RDBMS in-built CDC and the in-built Data...
View ArticleRe: EPMDimensionOverride function is not recognizing dimension property value...
Hi Venkat, Fully agreed with above post ThanksAamer
View ArticleRe: Asset depreciation areas
Chitra Please read Note 1065932. There is a difference between parallel currency area and foreign currency area, and they are updated with different logic. The area xx assigned to currency type 30/32...
View ArticleRe: Accessing Nested DW (Not Composite)
What I was trying to illustrate above was an example where the nested report data was different for each main row. Guillaume is right, you should make sure the nested report has data before setting the...
View ArticleRe: TOP N & ALL OTHER in BOBJ 4.0 Dashboard Design
Hi Sini, you can get the sum of all others using the below formula =NoFilter(Sum([Measure])Where ([rank test]>5 )) Since Others are having rank more than "5" RegardsSubbu
View Article