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

Runtime Object

former_member221711
Active Participant
0 Likes
551

Where do dictionary runtime Objet get stored?

2 REPLIES 2
Read only

Former Member
0 Likes
439

Please check with the table - DDFTX.

Hope you know that in se11 itself, you can see the runtime obejct using the menu Utilities -> runtime object

Regards,

Selva K.

Read only

MarcinPciak
Active Contributor
0 Likes
439

You can get that info during runtime using RTTS. In class cl_abap_typedescr methods GET_DDIC_HEADER and GET_DDIC_OBJECT .

Regards

Marcin