I want to create a depreciation key for a asset of 5 yrs, straight line method and in the first year it should post only 50% of the depreciation (if Rs 1000 is the actual depreciation amount it should post only Rs 500) and from the next year onwards it should post as normal, that is full depreciation amount.
1 3365At the time of sap implementation what are the basic details required by CO guy, SD, MM, and PP guy from a FI guy...?
2402you have spotted an excellent window location in a store. When you spoke to the owner, he quoted a very high price, which was beyond your budget. What would you do to convince the retailer of the genuineness as well as limit that you can pay
2180What do you mean by CIN? and what is the configuration structure? Tell me all entries of CIN?
2 33829what is use of shipping point in the sales order item category shipping tab. if remove the shipping point what will be happened?
4 9047write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...
1 2995Post New Philips Interview Questions
Please design 12.5m long dubbly beam
State the difference between copy and shortcut?
Explain how to account for bank charges deducted from amount received against an invoice. : oracle accounts receivable
I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?
Can you nest in css?
What is database isolation in sql server? : sql server database administration
How to Change delphi default directory?
Is it possible to assign a cost center to multiple cost center group? : cost center accounting
What is Anemometer used to measure?
rank() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid order by case when opt2.dm_market_flg in ('Y', 'U') then 1 else 2 end, lkp.contact_rank) as rank1, case opt2.contact_type when 'Buyer' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, ship_to_flg desc , last_order_dt desc) when 'Decision Maker' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc , last_quote_dt desc , mailability_score desc , source_ranking desc) when 'Influencer' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, mailability_score desc, source_ranking desc) when 'Payer' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, mailability_score desc, source_ranking desc) --elu 05/28/2013 else row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, mailability_score desc, source_ranking desc) end rank2 row_number() over (partition by opt3.dim_plat_site_id, opt3.dim_site_opt_sid order by rank1,rank2) as "rank", case when "rank"<= opt3.maximum_value then 'Y' else 'N' end as include_flg
What is sql server 2000 work load governor?
Explain intent component of android?
How can I access an I o board directly?
how do I display routing table, interface and protocol information?
Difference between maven scope compile and provided for jar packaging?