Re: Inventory in Warehouse Report
Hi, You might try this. SELECT T3.WhsCode 'Whse Code', T3.WhsName 'Whse Name', T2.ItmsGrpNam, T0.[ItemCode], T1.[ItemName], sum(T0.[InQty] - T0.[OutQty]) 'OnHand' FROM OINM T0 INNER JOIN OITM T1 ON...
View ArticleUser Exit and BADI trigger in background
Hi All, I've implemented user exit/BADI for transaction eg: IW31 to auto default certain values. For those work order which schedule via IP10 or create by customize upload program, if those user...
View ArticleRe: MF50 - Planned order creation
Hi,What is the lot size are you using in Material master in MRP1 view ???...make it FX and maintain the fixed value as 100 as shown below.. then run the MRP again you will get planned orders for the...
View ArticleRe: How to delete multiple same value of a key field in internal table
The standard statement 'at new....endat' provided by sap for processing internal table data can solve your issue. Just have a try you will find it's helpful.
View ArticleLock Table Overflow Error in SM58
Hi Team, Error has observed on transactional RFC (SM58),it is happing every monday during business hours .So we observed that same day db2 automatic reorg job is running same day and same time in...
View ArticleRe: APPCRASH - KERNELBASE.dll
Thanks Eric, really appreciated it. I'm to eager and interested also in this error. I think we're going to see the light at the end of the tunnel in few minutes. Haha
View ArticleRe: Combining multiple Query Views built with Analyzer into one Workbook?
Hi Subramanian, Thanks for the tip. I'm able to complete the 2 tabs but I'm having issues on how to combine data from the 2 tabs into one result table. Data comes from the same infoprovider, difference...
View ArticleRe: Close Depreciation after end of Useful life
Hi, Standard dep key "LINS" itself will satisfy your requirement. It is always better to use standard dep key but if you have any other specific requirement then you can create your own dep key and use...
View ArticleIs it possible to display % mark on a fiori tile?
Hi folks, Is it possible to display % mark on a fiori tile like below?
View ArticleRe: Why negative stock inventory still can post A/R invoice
Hi Nagarajan,Kindly refer below attachment for your ref.,Thanks & Regards,Siva
View ArticleIf an order line has multiple deals then put them in different columns
I have a situation where an order has multiple items and these items may have multiple deals attached to it. Order: Item Qty DealNo...
View ArticleRe: Buisness graphics dynamic PIE chart event id
Hi Arie, Oh, missed a statement after: CREATE DATA table TYPE TABLE OF STRUCT_TYPE. you need to add the below line assign table->* to <table> Hope this helps you. Regards,Rama
View ArticleRe: While Creating Function module Error is coming.
Hi Jelena, Declare internal table under EXPORT tab not EXPCEPTION tab. note: EXPCEPTION tab is absoleted now.
View ArticleRe: ECO/OMR : Standard task TS00008144 not working
Tips: 1. It could be a locking issue which SAP isn't handling properly - have you checked OSS for any notes?2. If you don't have authorization, try replicating the problem in your DEV or TEST...
View ArticleCrystal reports 2013 , SAP MDX Driver not able to connect with BW BEX Query
Hi All, We just installed Crystal 2013, and want to create crystal report on SAP BW CUBE/BEX Query through SAP MDX Driver. 1.When start connecting through SAP MDX Query option from new connection , SAP...
View ArticleIncompatible objects scenario
Hi Techiies, I have a complex scenario in my Designer, Well let me explain my scenario... I have a main table(not a dimension not a fact) it is joined(NO CARDINALITIES SET) by 7 different table(derived...
View ArticleSSO Configuration in BO Platform(CMC) & SAP BW 7.0
HI All, We are using SAP BO Platform 4.0 SP01 and SAP BW 7.1 and developed few BO WEBI reports on BEX Queries . I want to configure SSO (SINGLE SIGN ON) to enable analysis authorizations of BW. I did...
View ArticleRe: declining balance dep. key
Hi Rakesh, It is better to clone standard WDV dep method and modify suitably to meet your requirement.Sample Standard WDV dep is attached.If you still find it difficult to trace the error, attach the...
View Article