Tables which are having Foreign key relations.The structure of Logical Databases relfects the Foreign key dependencies of hierarchical tables in the SAP System. If you want to improve the response time ( time to access data ) Logical DataBases permits you to achieve this using VIEWS. Also See :Example : How to create Logical Database Also See : How to Generate Query Report ?Example
What sort of tables one can use in designing the hierarchy of a LDB ?
Also See : What is Logical Database?Logical database in ABAP programming
Click Here to Read More !!!!
ABAP,ABAP report,Interactive Report,ALV grid,ALV list,IDOC,User Exit,RFC,Smartform,sapscript,ABAP Performance,Remote Function Module( RFC ),Function Module,Modularization techniques,ABAP tools,ALV report Generator,ABAP Interview Questions,BDC,BAPI,ALE,BADI, EDI,InternalTable,DataStructure,LSMW,Domain,DataElement,Basis and Administration ,ABAP HR development,ABAP Debugger,BW,ExceptionHandling,Download FI, CO, MM, PP, SD, PM, PS, QM, SM, HR, BW, APO,ABAP Tutorial
Search on this Website
Wednesday, May 28, 2008
What are logical databases? What are the advantages/ dis-advantages of logical databases?
Friday, May 16, 2008
Example : How to create Logical Database
Goto the transaction code SE36 ( Logical database Builder) and enter the logical database name and click on the CREATE button. SAVE, CHECK and ACTIVATE the screen.
We need to have structure, selections and source code.
Enter the short text and click on the CREATE button. In order to create the structure, Enter the short text for the root node and the corresponding table and click on the CREATE button.
Give the second node which should be hierarchically under the root node and enter the short description with the database table name .
Now click on the SELECTIONS buttons and u need to have the selections of logical database be generated from the structure and do not define a new search help.
U get the menu generation options. Select the tables for which the nodes for the free selections are to be generated.
Uncomment the select options for both the tables and SAVE, CHECK & ACTIVATE.
Now click on the SOURCE CODE button and should generate the program of the logical database from structure and selections.
Double click on the TOP INCLUDE structure.
Check whether the tables used in the logical database are present and uncommented and click BACK.
Now double click on the system routines include structure.
In the system routines, double click on the INCLUDE structure of NODE ZKA_EMP. Now uncomment the SQL statement and enter the field and the database table name according to the logical database builder.
Click BACK and In the system routines, double click on the INCLUDE structure of NODE ZKA_COM. Now uncomment the SQL statement and enter the field and the database table name according to the logical database builder
Click BACK and SAVE, CHECK & ACTIVATE the screen until u reach the main screen and SAVE the logical database.
Thus the logical database is constructed.
Also See : What is Logical Database?Logical database in ABAP programming
Click Here to Read More !!!!
Saturday, May 10, 2008
What is Logical Database?Logical database in ABAP programming
You edit logical databases using the Logical Database Builder in the ABAP Workbench. To start the Logical Database Builder, use Transaction SE36 or SLDB, or choose Tools ® ABAP Workbench, followed by Development ® Programming environment ® Logical Database Builder. You can also start it by forward navigation from the Repository Browser or other ABAP Workbench tools.
Click Here to Read More !!!!