Re: Fixed Asset Balances
Hi, Please do not post multiple discussion for same subject. Close this thread here. Thanks & Regards,Nagarajan
View ArticleDisable scroll in sap.m.TileContainer
Hi, I am tile container for my app. When the tiles exceed a limit, the tilecontainer shows buttons to swipe/scroll. I want to disable those buttons. Instead show all the tiles in the page with a...
View ArticleRe: Frequent disconnection of SAP clients
Hi, Please check this thread SAP Closes with Out Of Memory Error Thanks & Regards,Nagarajan
View ArticleRe: Reg: Customer Exit variable
Hi Balaji, As long as ZBEGDAT and ZENDDAT are both DATS type,there will be no problem since SAP read dates in format YYYYMMDD,regardless of your view in SU01.. Regards,Loed
View ArticleRe: FILE 2 RFC scenario - RFC issue
Hi Deva, Check SAP Note 730870 FAQ RFC Adapter, Question 5 and 29. Q 29: When a function module is changed in the backend, are thechanges published to the runtime at real-time?A: No, an update made...
View ArticleRe: Query for advance payments made to vendors
Hi, Try this query: SELECT T0.[DocNum], T0.[DocDate], T0.[CardCode], T0.[CardName], T0.[DocTotal] FROM ODPO T0 WHERE T0.[CardName] = [%0] Thanks & Regards,Nagarajan
View ArticleRe: Sap business one upgrade
Hi, Please advice your PL for 2007 and 8.82. Thanks & Regards,Nagarajan
View ArticleRe: Sales Analysis Query
Hi, Please check the following: 1. If any manual journal entry posted to that customer. 2. Check number of posting for that customer by clicking account balance arrow. 3. Check this thread Sales...
View ArticleRe: Alarma de folios
Creas un Query como este: select SeriesName, NextNumber from NNM1 WHERE NextNumber > 1000 AND SeriesName ='xxxx'union allselect SeriesName, NextNumber from NNM1 WHERE NextNumber > 1000 AND...
View ArticleRe: How to remove WTxxxx effective 01.03.2015 from the schema rules
Sorry Daniela, but operation FILLF is not "wrong" in Paytp E of PCR ZSGR, it is just useless since no operation follows it.Operation FILLF is used to bring back the value that the WT had in the Input...
View ArticleRe: Sending IDOCs to Non SAP system in Single Stack
Hi Shashank, You can provide Program ID at the Receiver IDoc Adapter (AAE). (Ref: Connect multiple SAP ECC clients from Java IDOC Sender Adapter by Resource Adapter Cloning ) In the Program ID...
View ArticleRe: ECCN number not populating in the material master
Hi Srikanth, No, not possible.The displayed tabs depend on the Transaction used for maintenance. Use /SAPSLL/PRODUCT_02 if you want all of them. Regards,Dave
View ArticleRe: Sending message with error log
Hi Loed, Did you consider to implement your own Process Type?Please have a look at document Creating ABAP Process Type to use in Multiple Process Chains that Reports Success (or) Failure and also the...
View ArticleRe: Material Classification - How to maintain Mass price association
Along with Material Classification, you can use Batch Classification for your requirement. For Material is X that Certain common properties for the Envelops - Now When you Receive Type 1(Red)- You...
View ArticleRe: I have index creation step in my process chain, every time my chain runs...
Hi, Please provide more information. Does it concern an InfoCube with many uncompressed requests? Are you working on an Oracle database?Did you analyze the Process Chain log, batch job log and System...
View ArticleRe: PM Order Data Consolidation - 0PM_DSO4
HI Ardy, Business Content installation is the easy way but not always sufficient. I always consider it as a (very welcome) starting point and depending on your ambition level you can reuse it and/or...
View ArticleRe: Reg: Customer Exit variable
Hi Loed, Seems problem with the design, In that case How should I do the JOIN in the backend? Can you please suggest me with the below tables? Thanks,Bala
View ArticleRe: Copy material sales text from SO item to billing header.
Yes Deepak. The solution i thought might work is a mix of VOFM (where you create the routine) and VOTXN where you assign the new routine to the access sequence and assign access seq to the text type...
View ArticleRe: annotations and oData model
Hi Alexander, If you detail table is in another view, in that bind the context of second entity to the view using below code:...
View Article