‎2005 Dec 28 8:45 AM
Hi,
Is there an sample OO implementation of LDB in standard SAP.
regards
kaushik
‎2005 Dec 28 8:50 AM
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.
‎2005 Dec 28 8:53 AM
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
‎2005 Dec 28 9:01 AM
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.