| Back to Questions Page |
| Question |
Anybody please define Asset Accounting? significance and
procedures. |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Arun Kumar |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
Asset Accounting is used for Accounting of Fixed Assets in
an organisation.
Significance of asset accounting lies broadly in the
following areas
1. It follows Subsidary Ledger Concept
2. It allows categorisation of Assets as
a. Self Built
b. Purchased
3. Depriciation posting is automated.
4. Has incorporated features that help in better reporting
of Fixed Assets.
Procedure:
1.The most important procedure in Asset Accounting is
mapping the Subsidary Asset Account Number to the
Corresponding General Ledger Account and thereby enabling
automatic updation at any point of time.
2.Planned Depriciation Runs must be run to make Depn
postings.  |
4 | Enthusiasm |
| |
| |
| Answer |
Asset Accounting is different Methods
1)baseline
2)decline
3)Multi-level
a)Straight line method b)written down method
4)period controlling
creating chart of dep (EC08)
assign chart of dep to co code (OAOB)
specify a/c determination
create screen layout rule
define no. range intervals (AS08)
define asset classes (OAOA)
determined dep areas in asset class (OAYZ)
create GL a/cs
assign GL a/c (AO90)
specify doc type for posting of dep (OAB3)
Specify intervals and Posting rules (OAEA)
specify rounding of net book value and dep (OAYO)
screen layout for asset master data (OA77)
screen layout for asset dep area (AO21)
Baseline and Decline methods are default
define multilevel method (AFAMS)
define period control method (AFAMP)
maintain depreciation key (AFAMA)
create main asset (AS01)
create sub assets (AS11)
Run depreciation (AFAB)
posting of main assets purchase (F-90)
Posting of main assets sale (F-92)
re-calculation dep (AFAR)
Scraping of asset (ABAV1N)
see sub assets (AW01N)
an above any mistake please send correct information.  |
2 | Sujji |
| |
| |
| Answer |
hi enthusiasm
plz change ur name to shrewd.
goodluck  |
0 | Ram |
| |
| |
|
|
| |
| Question |
What is Jurisdiction Code |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Arun Kumar |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
Jurisdidction code is a code given by the court for a
jurisdidcted area/place  |
0 | Latha |
| |
| |
| Answer |
hi
jurisdiction codes r using for tax calculation purpose
tax willbe calculte based on that
regards
k.narsimha rao
erp.narsimha@gmail.com  |
0 | K.narsimha Rao |
| |
| |
| Question |
What is viewstate? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Geethu |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
ViewState is the process of maintaining control properties
after postback implemenation. This is done internal using
Hidden fields.  |
0 | Ghouse Basha Shaik |
| |
| |
| Answer |
Item stored in ViewState exist for the life of the current
page.This includes postbacks (to the same page).  |
0 | Supriya |
| |
| |
| Answer |
ViewStates are nothing but hidden fields genereted by
asp.net at runtime to maintain the state of the (Controls)
object. We can maintain viewstate in three levels.
Application level,Page Level,Control level. For this
EnableViewState property should be true.
These viewstates will be availble only in the page.If the
page will get expire this also will be expire in runtime.
We can maintain viewstate with in the page only.  |
0 | Nithya |
| |
| |
| Question |
Asp.net - How to find last error which occurred? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
Exception LastError;
String ErrMessage;
LastError = Server.GetLastError();
if (LastError != null)
ErrMessage = LastError.Message;
else
ErrMessage = "No Errors";
Response.Write("Last Error = " + ErrMessage);  |
2 | P.ramakrishna |
| |
| |
|
| |
|
Back to Questions Page |