Earn Money
Trading Forex Online
Paramount Airways
Free Data Recovery
Cargo
Job Portal
HSBC Investment
Management
Cheap Web Hosting
Make Trip
Cheap Air Travel
Leisure Hotel
Free Air Travel
Mutual Fund Informations
Cheapest Cellular Plan
Free Sexy Indians
Call Center Software
Hot Indian
|
Programming Help |
Homework Help |
Counseling
Astrology Advice |
Tarot Advice |
Parenting
Dating Advice |
Love Advice |
Divorce Advice
Legal Advice |
Debt Advice |
Career Advice When the F4 button is pressed for a screen field, a check is first made on whether a
matchcode is defined for this field. If this is not the case, the help view is displayed in
which the check table of the field is the primary table. Thus, for each table no more
than one help view can be created, that is, a table can only be primary table in at
most one help view.
-
Projection View
Projection views are used to suppress or mask certain fields in a table (projection),
thus minimizing the number of interfaces. This means that only the data that is
actually required is exchanged when the database is accessed.
A projection view can draw upon only one table. Selection conditions cannot be
specified for projection views.
-
Maintenance View ( SE54 )
Maintenance views enable a business-oriented approach to looking at data, while at
the same time, making it possible to maintain the data involved. Data from several
tables can be summarized in a maintenance view and maintained collectively via this
view. That is, the data is entered via the view and then distributed to the underlying
tables by the system.
What is Locking ?
-
When two users simultaneously attempt to access the same data record, this is
synchronised by a lock mechanism.
When dialog transactions are programmed, locks are set and released by calling certain
function modules. These function modules are generated automatically from the
definition of so-called lock objects in the ABAP/4 Dictionary.
To synchronize the access to a table by setting and removing locks, a Lock object has
to be defined in the ABAP/4 Dictionary. Activating the lock object automatically creates
function modules for setting and removing locks. These function modules must be
included when programming interactive transactions.
Lock Mechanism :
To set locks, a lock object must be defined in the ABAP/4 Dictionary. In this lock object,
those tables in which data records are to be locked by calling a lock are determined. All
tables included in a lock object must be connected to each other via foreign keys. The
key fields of the tables in a lock object form the Lock arguments for the tables. The lock
arguments are the basis for formulating the logical condition for identifying the records
to be locked.
When activating this lock object, two function modulesB with the names
ENQUEUE_<Object_name> and DEQUEUE_<Object_name> are generated.
Example :
|
Earn Money
Trading Forex Online
Paramount Airways
Free Data Recovery
Cargo
Job Portal
HSBC Investment
Management
Cheap Web Hosting
Make Trip
Cheap Air Travel
Leisure Hotel
Free Air Travel
Mutual Fund Informations
Cheapest Cellular Plan
Free Sexy Indians
Call Center Software
Hot Indian
|