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

LDB implementation in OO

Former Member
0 Likes
494

Hi,

Is there an sample OO implementation of LDB in standard SAP.

regards

kaushik

3 REPLIES 3
Read only

Former Member
0 Likes
445

Hi kaushik,

1. what is the exact meaning of that ?

2. Bcos LDB is nothing but just

another program which provides

in-built facility of

a)predefined seelction screen

b) retireval of data.

3. At the most some OO class

can use some ldb program

and provide method / properties.

4. otherwise LDB and OO

don't go hand in hand.

(as far as i know)

regards,

amit m.

Read only

Former Member
0 Likes
445

Hi,

Please refer programs:

RMCVNEFD

RMCVNENF

They use LDB ARV (Logical Database RV: Sales Documents).

Also try the links

<a href="http://help.sap.com/saphelp_erp2005/helpdata/en/9f/db9c3b35c111d1829f0000e829fbfe/frameset.ht">http://help.sap.com/saphelp_erp2005/helpdata/en/9f/db9c3b35c111d1829f0000e829fbfe/frameset.ht</a>

<a href="http://help.sap.com/saphelp_erp2005/helpdata/en/97/b3edb8163111d2953c0000e8353423/frameset.ht">http://help.sap.com/saphelp_erp2005/helpdata/en/97/b3edb8163111d2953c0000e8353423/frameset.ht</a>

Hope it helps...

Lokesh

Pls. reward appropriate points

Read only

Former Member
0 Likes
445

As Tables and Nodes statements are not allowed in OO syntax, standard ldb codes cannot be used. However the FM LDB_PROCESS can be used.

See program DEMO_LOGICAL_DATABASE.

This should pass OO syntax requirements.