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

Reading Component Type in ABAP

Former Member
0 Likes
711

hi

Given a table name, is it possible to identify its 'Component type' <b>programmatically</b>

for example VBAK has the following Application/Component hierarchy:

SD - Sales and Distribution

SD-SLS - Sales

VA - Application development R/3 Sales

<b>VBAK</b> - Sales Document: Header Data

So, is it possible to read this hierarchy in an ABAP program?

hi

Given a table name, is it possible to identify its 'Component type' <b>programmatically</b>

for example VBAK has the following Application/Component hierarchy:

SD - Sales and Distribution

SD-SLS - Sales

VA - Application development R/3 Sales

<b>VBAK</b> - Sales Document: Header Data

So, is it possible to read this hierarchy in an ABAP program?

3 REPLIES 3
Read only

Former Member
0 Likes
585

Hi Nirmal,

yes it is possible, but you can't be sure that it is followed always.

What is your exact requirement?

Regards,

Atish

Read only

Former Member
0 Likes
585

Hi

From the table description and the Dev class attached to it, and from the fields description we will come to know the component types of that table

all these are stored in different tables with respect to that table

check the tables

TADIR,DD03L, TDEVC etc to get all the above linked things of a table

Reward points for useful Answers

Regards

Anji

Read only

Former Member
0 Likes
585

HI..,,

Check these tables..

DD02L, DD02T..

regards,

sai ramesh