1 / 7

What is logical database in SAP ABAP?

SAP Logical database is a special ABAP program that reads data from database tables. The logical database can be used in an executable program by just specifying the name of the logical database in the program attributes.

Télécharger la présentation

What is logical database in SAP ABAP?

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. What is Logical Database in SAP ABAP? Presented By - APPRISIA

  2. SAP HR – Logical Database • SAP Logical Databases are special ABAP programs that read data from database tables. • We can use logical database in a executable program by just specifying the name of the logical database in the program attributes. • When you run your executable program, the logical database program will also run simultaneously with it. www.apprisia.com

  3. SAP HR – Logical Database • SAP has provided logical database for all categories. • In Human Resources (HR), the following logical databases can be used as a data source for HR InfoSets: PNP (PNPCE) Structure PAP Selection PCH DatabaseProgram www.apprisia.com

  4. SAP HR – Logical Database • Structure: The structure of a logical database determines the database tables which it can access. It adopts the hierarchy of the database tables defined by their foreign key relationships. This also controls the sequence in which the tables are accessed. • Selection: Every logical database has its own selection screen. Every executable program can use the selections defined in the logical database and it can add its own specific selections. The selection screen 1st displays the selection of the logical database followed by the selection of the calling program. www.apprisia.com

  5. SAP HR – Logical Database • Database Program: The database program of a logical database is a container for special subroutines, in which the data is read from the database tables. These subroutines are called by the reporting processor in the runtime environment in a predefined sequence. The most important functions of the logical database are: 1.Data Retrieval 2.Data Selection 3.Authorization www.apprisia.com

  6. SAP HR – Logical Database Need Help • In case you need assistance in SAP Logical Database, please contact us. • Please send us your questions, comments or assistance request. www.apprisia.com

  7. THANK YOU Address: 9330 LBJ Freeway Suite 900 Dallas TX 75243 Contact: +1 (214) 556-5416 Email: support@apprisia.com www.apprisia.com

More Related