Inventory cube 0IC_C03 remove obsolete materials
Hi, In our landscape the material master data has been changed quiet lot and lot of obsolete materials are in the master data. Unfortunately, In the ECC side the obsolete materials are not flagged for...
View ArticleRe: background query
Hi, You can check the option 'Refresh before components are loaded' in the section where trigger logic is defined. This will 'preload' the dashboard with data for the queries which have this option...
View ArticleRe: UI Development Toolkit for HTML5 - Downlaod links do not work
Hi,Please use this link it goes directly to the store:https://store.sap.com/sap/cp/ui/resources/store/html/SolutionDetails.html?pid=0000000352Regards,Dedi
View ArticleRe: ABAP LOGIC
itab_t[] = itab[].sort itab_t by invno group.* For Unique count you need to delete duplicatesdelete adjacent duplicates from itab_t comparing invno group.sort itab_t by invno. loop at itab_t. at end...
View ArticleMIGO transaction system is not posting PCA document
Hello SAP Gurus I am created aPurchase order with account assignment Q-ProjectFor one of the materialMaterial master i have profit center and WBS also i have profit centerwhen i am posting MIGO for the...
View ArticleRe: IDoc AAX Sender Adapter: Message ID ... already exists in database
Hi, the parameter AutoNumberFromDB is responsible for creating ascending IDocs numbers for for outbound IDocs (IDoc Receiver). It sounds that you have an inbound error (IDoc Sender). As result the...
View ArticleRe: Getting Error in MB04
Hi Atal, Welcome to SCN,Check movemet type and Transaction setting settings in OMJJ, 621 For MB04. regards,BHG
View ArticleRe: Need assistance in selecting CRM and FICO
I also heard that SD is used by smaller firms and when it comes to Bigger Firms CRM tool is used.Its not like that..SAP CRM includes several modules that support key functional areas like Sales..But...
View ArticleRe: erp6 with ehp5 installation
Hi Benny Kindly check the installation guide for ERP 6.0 with EHP5 at: http://service.sap.com/instguides and SAP Business Suite Applications -> SAP ERP -> SAP ERP 6.0 -> SAP enhancement...
View ArticleRe: Automatic Finite Scheduling in Assembly orders when no available capacity
Hi Pekka, I haven't encountered the exact problem that you are currently experiencing. But perhaps the information on SAP note 579895 could be useful for you. It is said that:Due to the design of the...
View ArticleRe: Adding fields to payroll report
first make the attribute as navigational in IO level.next enable the navigation attribute in IC 0PY_C02. RegardsKP
View ArticleRe: Selection of operations from Task list in Orders created thru Maint plans
I am not much sure about your requirement, but it may be helpful. you can go through recently raised query (unanswered), there is something like Central Task List. Central Task list and MEBOR
View ArticleRe: KSV5 error : G/L account 700010217 is not defined in company code YYYY
Hi..You check whether receiver cost center and sender cost have same company code using t-code.If not, you will meet your problem.
View ArticleRe: How to integrate SAP fiori and NWBC in SAP Portal 7.3
Hi Samuli, Thanks for the reply is their some other way to integrate SAP fiori link to SAP EP 7.3 other than using UI5 Component. Thanks,Reagrds,Prajakta k
View ArticleRe: Need to have Agentry SAPCommon-121161.jar
You should be able to see the file(SAPCommon-121161.jar) under java folder in SAP Work Manager 5.2 server installed location. ThanksResmi
View ArticleRe: Exchange rate when posting Advance in foreign currency
Hi Sally, Thank you for your answer. Ideally it would be during the posting process but we are open to a workaround anyone could propose. As long as the FI document contains foreing currency amount and...
View ArticleRe: Check list for the SAP BI4.1 system migration via LCM
Hi Pradeep, I am not sure i understand your requirement correctly here.Can you give bit more detailed information on what you want to do? Regards,Upendra.
View ArticleRe: SQL stmt Performance
Hi, Please run trace using ST05 and then analyse the trace and check the index usage, if require create secondary index and give it in select statement. or else separate the innerjoin with for all...
View Article