cancel
Showing results for 
Search instead for 
Did you mean: 

logical databse call using FM LDB_PROCESS in ABAP WD

Former Member
0 Kudos

hi

i want to use LDB in a webdynpro application to read the data. i came to know that we can use LDB_PROCESS FM to achieve this. we need to pass callback routines to this FM. as we can not write subroutines in ABAP OO, how do i do this. do i need a wrapper FM around LDB_PROCESS and call that in turn in the webdynpro method or is there any better way to do that.

thanksl

Edited by: sudhakar murthy on Oct 20, 2009 4:10 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos
Former Member
0 Kudos

hi

if you go through that help link you will find an example at the bottom where we need define some call back routines using FORM and ENDFORM. I can not do that in ABAP WD as WD is based on ABAP OO.

thanks

Answers (1)

Answers (1)

Former Member
0 Kudos

i found a new FM to meet my requirement.