Re: LSO- WBT (Web Based Training) Vs VLR (Virtual Learning Room)
Hi Deepak, WBT courses are objects that are published via the LSO Authoring Environment and played on the portal. They are time- and location-independent, so the learner can take them at their...
View ArticleRe: Display Analysis Office Workbook always in English language
Hi Nilesh, Check on SU01 if you have default setting to the user.Select the user and check on tab "defaults" on Logon Language field. Thanks,Diego Ferrary
View ArticleRe: Running Backorder processing (/SAPAPO/BOP) but it is not generating TQAs
Hi Rupesh, Thank you for your reply. - I am running BOP in Update Mode. - AC06 user field Blank, I check all four types of TQA. I am checking this OSS note and it is valid for our system. Will try to...
View ArticleRe: Error after updating to 1.4 SP1 from 1.4 SP0 patch 1
As an example, please see http://service.sap.com/sap/support/notes/2108969 note
View ArticleRe: BOM query that excludes labor
Try this query for where condition. The above query is written for multilevel BOM. SELECT T0.[Father] as 'Assembly',T0.[code] as 'Component1',T0.[Price] as 'Comp1cost', t10.[ItemName]...
View ArticleRe: 2 pivot fields in 1 query
here is the modified query: SELECT [Item] as Item#,[ALF],[REJ_FG],[SFTO-618],[TOOL],[qty]FROM(SELECT T0.[ItemCode] as Item, sum(T0.[TransValue]) AS Cost, T0.[Warehouse] AS WAREHOUSE,sum(T0.[InQty] -...
View ArticleRe: Access Cleaning in SAP ECC6.0
I doubt that the guru easily "found himself" in this dilemma. Usually the mess is old and passed on. Best option as the first question to ask is when a system consolidation or upgrade is due, and...
View ArticleRe: Can SAP B1 handle 50 lacs (5 million) stock items?
Hi, What type of business that requires 50 lacs of items? So far we have 30,000 items in our DB without having any issues. 1. It may be affect in all selection criteria windows. 2. May be history log...
View ArticleRe: Stories of end users making us laugh...and cry
Had that happen at a large multinational. They locked the "All User" distribution list after that Person sent a "happiness/warm fuzzy" 4Mb powerpoint to everyone. People hit reply all (with attachment)...
View ArticleRe: PipeLine crash
Hello Adrian, Sorry to ask again but as suggested by Andreas, are you sure that: a) you have included your pipeline objects into a dynamic library (PBD or DLL).This is clearly written in the...
View ArticleRe: SAP Posting for Control accounts
Hi, Please raise service type invoice for Customer for recharge for that product. Thanks & Regards,Nagarajan
View ArticleRe: Deleting a Warehouse
Ok , Thank you. So removing the warehouse from item master data is only per item.
View ArticleMulti-level Account Hierarchy in C4C
Dear Experts, We would like to setup a multi-level Account Hierarchy in C4C. The documentation and guides only provide clarity and guidance for a single level but the migration template lacks any...
View ArticleRe: The transaction log for database 'TestDB' is full.
Hi, Please check this thread Transaction log full Thanks & Regards,Nagarajan
View ArticleRe: Mass deletion of analysis authorizations in BW 7.0
Hi Justin, I don't recommend to go into this direction.In my SAP BW 7.31 system there are 41 RSEC* tables so focusing on only 3 tables will not do. The safest way is to do the job using t/code...
View ArticleRe: How to get the points from past events
Hi Jonathan, You would need to provide some additional information before we could consider this. I will contact you via DM. --Audrey
View ArticleRe: compare changes of sales forecast VS production forecast
Hi Yossi One option could be - As you said you have both these type of forecast exist in your APO-DP. Creating a simple macro which shows difference between Sales Forecast and Production Forecast in...
View ArticleRe: Create Info objects after extracting ds from ecc
Hi Sudhir, You can go into 2 directions: use as much as possible Business Content InfoObjects or use custom InfoObjects. A combination is also possible.Especially in conjunction with SAP ECC...
View ArticleRe: Get value from DBDataSources...
Hi Marc,in a system form, when you make changes to matrix, the value is never flushed to datasource until you add or update the document.hence it is always showing the loaded value from database. it...
View Article