Re: How to Trigger mail when a document is parked(FICO)??
Hi, BTE Event which are present in common in all the TcodesSounds a good a design. Cheers,Arindam
View ArticleRe: Ajuste/Aumento no preço do pedido
Boa noite Leonidas, O SAP infelizmente não tem essa opção de reajustar os preços dos pedidos abertos, foi preciso desenvolver uma opção externa via add'on, no meu caso, o BrOne, criado pela Uppertools...
View ArticleRe: How to get the total reaction time for all records based on a user year...
HI, Is your time is of KF type ? If not then you need to make a KF of type time at modeling level and map it with the field which gives time related data. At Query level you need to make a new...
View ArticleRe: RG1 Register Not updating with 101 Movement Type
Hi , The movement types used should be classified against the respectiveregister in table J_1IMVMT.Pls check this customising for MvT 101 and 321 for RG1, Also pls ensure that the number ranges for Rg1...
View ArticleRe: No objects to activate !!!
Jerry, They were activated in Sys DI5 instance 82. Sys DI3 instance 84 was created and moved using the developer mode , same package structure everything!!! Mike
View ArticleRe: Dynamic List Box
Hi, Check Out The Link. http://scn.sap.com/thread/1617761 Regards,Alenlee
View ArticleRe: Second Stage Dealer
Dear Anupam, The only way part2 will not be hit, by inventorising the duties.You can even use any Z condition and add the value to the material cost. Regards,Rajasree R
View ArticleRe: How to change F4 custom settings for value restriction tab in Bex query
Hi, Check this out : http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/4009b0a8-7adc-2e10-48b3-a111c8f407af?QuickLink=index&overridelayout=true Might be useful..Why it is not...
View ArticleRe: Posting Balance is not cleared (Period 01/2013A)
Hi Niladri, I think in your case any retro happen, please check DT table what actually happen. I think any changes happen in data entry process which hamper previous payroll. Please check what actually...
View ArticleRe: Words too separated in a fix label Smartforms
Hi Nicolas, Instead of trying &var(c)& , use &var(CZ)& or &var(ZC)&. Hope this solves your problem. Cheers,Sumit
View ArticleRe: How to Search a background job in SM37 with Jobcount and not the Jobname?
Hi Sunil,We can track the background job in SM37.Options are there to put your sap user name, from time, to time and job status, so that you can see your job progress.
View Articlexml_template property in WPC Custom Layout in Netweaver Portal 7.3
We have upgraded the WPC content from 7.01 to 7.3 EHP1. We had a custom WPC Page layout in 7.01 which also needs to be migrated to the newer version. The layout is similar to the attached image. In the...
View ArticleRe: Function module
Hi, Use the FM 'GET_INCLUDES'. Pass the name of the main program and you will get all the includes related to it.
View ArticleRe: India Tax Depreciation..
As per my knowledge, the ledger is not required for IT depreciation area since this area will b used only for reporting purpose. Yes, as you said, the depreciation reporting happens at Group assets...
View ArticleRe: CL_GUI_ALV_GRID: hide subtotal text
Hi,Data : x_fieldcat TYPE lvc_s_fcat, t_fieldcat TYPE lvc_t_fcat. For the field you want. x_fieldcat-do_sum = ' '.Append x_filedcat to t_fieldcat. Use the internal table t_filedcat in...
View ArticleRe: FBL5N - For many customers of a group of company
Hi Leondi, You may use SAP standard scenario Setting of head office and Branch accounts. Just go through the mentioned link ,which will help to you....
View ArticleRe: 0CUST_SALES_LKDH_HIER extraction error
Hi Raj, Generally all Time dependent master data will generally have Start date as you mentioned. I suggest you to execute the infopackage freshly.Let's see again same error occurs. Regards,Suman
View ArticleRe: WEBI, Re-use previous data
Hi Baskar, It is possible, please refer to following document:...
View ArticleRe: If else condition at query designer.
Hi, Create three formulas like this:For current: (K10<=30)*J10+0For > 30 days: (K10>30 AND K10<=60)*J10+0For > 60 days( K10>60 AND K10<=90)*J10 +0Note:Make use of boolean operators...
View Article