What is Data Recovery and why you need it?

Data recovery well not everyone knows what it is, people who know it does not necessary bother about it until they are hit by a virus or hardware failure. Almost Everyone who owns a computer will experience the trials and tribulations of hard drive failure. The reasons behind it vary, and could include everything from a human error to damages resulting from flood or water. Viruses can play a role as well, along with many other factors. For many years, the need to recover data that has been lost or destroyed has made data recovery such a very valuable asset.

Almost all hard drives can be recovered. Normally, if the drive is making a ticking or a scratching noise, you can use certain software programs to recover the data. Sometimes, due to age or bad parts, the aperture arm in the hard drive can fail, or the platters can become damaged and lose the data that they hold. If you can’t recover the information with software, you’ll need to send the hard drive off and have it either rebuilt or have technicians recover your data.

Data recovery is always an option, from hard drives that are 2 GB in size to the largest of over 300 GB or more of data. No matter what size hard drive you have, the data can generally be recovered. Keep in mind that if you’ve had a computer crash, you’ll need to send the hard drive off to have the data recovered by technicians.

One of the key benefits of data recovery is the fact that information can also be retrieved from the recycle bin as well. Partition recovery, and even information that has been lost somewhere on the disk can be retrieved as well. Even though it may seem like your data is gone forever – the technicians that specialize in data recovery can retrieve it.

From Windows to Mac, everything can be recovered. There are different filing structures and formats, including NTFS and FAT32. These are common Windows filing structures, and hold all of the information for your hard.

Those of you who have multiple hard drives in your computer, can rest assured that RAID configurations can also be recovered. If a single hard drive on the RAID configuration fails, the RAID setup will absorb the blow and there won’t be a loss of data. On the other hand, if the entire RAID configuration crashes, it will crash big time. Whenever this happens, you’ll need to send it off and have technicians restore both the RAID hardware and software.

Anytime your hard drive happens to crash or malfunction, data recovery is there to help you get back your files. Whether they are personally files or very important files that are need for business – you can put your trust in data recovery and know that you’ll get everything the back the way it was.

 Mail this post

Technorati Tags: ,

Some of the Tcode related to Financial management

 

FGRP                                 Report Writer screen

FM12                                 View blocked documents by user

FST2                                  Insert language specific name for G/L account.

FST3                                  Display G/L account name.

KEA0                                 Maintain operating concern.

KEKE                                Activate CO-PA.

KEKK                               Assign operating concern.

KL04                                 Delete activity type.

KS04                                  Delete a cost centre.

KSH2                                 Change cost centre group – delete.

OBR2                                 Deletion program for customers, vendors, G/L accounts.

OKC5                                Cost element/cost element group deletion.

OKE1                                Delete transaction data.

OKE2                                Delete a profit centre.

OKI1                                 Determine Activity Number: Activity Types (Assignment of material number/service to activity type)

OMZ1                                Definition of partner roles.

OMZ2                                Language dependent key reassignment for partner roles

 Mail this post

Technorati Tags:

ABAP4 Query?

What is an ABAP/4 Query?
ABAP/4 Query is a powerful tool to generate simple reports without any coding. ABAP/4 Query can generate the following 3 simple reports: Basic List: It is the simple reports. Statistics: Reports with statistical functions like Average, Percentages. Ranked Lists: For analytical reports. – For creating a ABAP/4 Query, programmer has to create user group and a functional group. Functional group can be created using with or without logical database table. Finally, assign user group to functional group. Finally, create a query on the functional group generated.

 Mail this post

Technorati Tags:

Difference between transparent tables and pooled tables.

 

Transparent tables: Transparent tables in the dictionary has a one-to-one relation with the table in database. Its structure corresponds to single database field. Table in the database has the same name as in the dictionary. Transparent table holds application data.

Pooled tables. Pooled tables in the dictionary has a many-to-one relation with the table in database. Table in the database has the different name as in the dictionary. Pooled table are stored in table pool at the database level.

 Mail this post

Technorati Tags:

What are indexes?

What are indexes?
Indexes are described as a copy of a database table reduced to specific fields. This data exists in sorted form. This sorting form ease fast access to the field of the tables. In order that other fields are also read, a pointer to the associated record of the actual table are included in the index. The indexes are activated along with the table and are created automatically with it in the database.

 Mail this post

Technorati Tags:

What are domains and data element?

What are domains and data element?
Domains:Domain is the central object for describing the technical characteristics of an attribute of an business objects. It describes the value range of the field. Data Element: It is used to describe the semantic definition of the table fields like description the field. Data element describes how a field can be displayed to end-user.

 Mail this post

Technorati Tags:

What is foreign key relationship?

What is foreign key relationship?
A relationship which can be defined between tables and must be explicitly defined at field level. Foreign keys are used to ensure the consistency of data. Data entered should be checked against existing data to ensure that there are now contradiction. While defining foreign key relationship cardinality has to be specified. Cardinality mentions how many dependent records or how referenced records are possible.

 Mail this post

Technorati Tags:

What is ABAP dictionary Data

What is an ABAP data dictionary?
ABAP 4 data dictionary describes the logical structures of the objects used in application development and shows how they are mapped to the underlying relational database in tables/views.

 Mail this post

Technorati Tags:

 Page 1 of 9  1  2  3  4  5 » ...  Last »