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

Listing logical database for a given application component

Former Member
0 Likes
272

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.

1 REPLY 1
Read only

Former Member
0 Likes
229

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