‎2006 Nov 28 10:20 AM
hi
which function module will return the logical database for a given application component from the SAP hierarchy.
Example:
Input- application component- LO
output- MSM, etc.,
Thank you.
your time and answers will be compensated with points.
‎2006 Nov 28 10:44 AM
Why dont you use two selects to get the required information#
TAble <b>APADEVC</b>
Here you will get the link from Application Component to Package
Application Class - Packet
Package - Devclass
Then if you go into Table <b>TADIR</b>
and give the following input
PGMID = R3TR
OBJECT = LDBA
DEVCLASS = package name
you will get all the Logical Databases for that Application Component.
Here obj_name will be the Name of the LDB's
Message was edited by:
Dominic Pappaly