Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to execute the logical database.

Former Member
0 Likes
1,089

how to execute the logical database.

how to execute the logical database.

3 REPLIES 3
Read only

Former Member
0 Likes
714

as you execute normal abap executable program

Read only

Former Member
714

Hi,

You can execute from se36 itself after you mention your logical database name you will find test button on the top in the main screen itself you can click on that and finally execute.

Reward if helpful.

Regards,

Harini.S

Read only

Former Member
0 Likes
714

There are two ways of using a logical database - either by linking it with the executable program(specify the LDB name in the program attributes) or by using the function module LDB_PROCESS.

1.Data read by the logical database is passed back to the program using the interface work areas.Use GET statements in the report.

GET events are implemented internally as FORM routines.

2.If you call the logical database using the above function module, the selection screen of LDB is not displayed.It uses special subroutines called callback routines, which are called by the function module and filled with the required data.

Please refer the following link for more details.

http://help.sap.com/saphelp_nw70/helpdata/en/9f/db9b5e35c111d1829f0000e829fbfe/frameset.htm