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 Type checking

Former Member
0 Likes
410

How to check the type of a object at runtime in ABAP?

I mean runtime type checking for ABAP objects in case of polymorphism.

TIA,

Sudipto

2 REPLIES 2
Read only

Former Member
0 Likes
360

Hi

Try the type casting

for further info please go through the documenation of corresponding KEY words

Hope this will solve your problem

Regards

Ramchander Rao.K

Read only

Former Member
0 Likes
360

You can try using class CL_ABAP_TYPEDESCR.

Regards,

Mohaiyuddin