Application Development 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: 

Structure DD03P

rainer_hbenthal
Active Contributor
0 Kudos

For what does the field comptype stands for in the structure DD03P?

Background:

i'm reading the ddic via cl_reca_ddic_tabl=>get_field_list_x in ECC6. On Netweaver, this class is not available, so i digged into that and recognized that this method is just a wrapper for call function 'DDIF_TABL_GET', but the class is deleting every field with comptype not equals E afterwards.

In Netweaver this field is always blank resulting in an empty table. Of course i can just skip the deletion, but i would like to know the reason of this in ECC6. Any hints?

1 REPLY 1

former_member555112
Active Contributor
0 Kudos

Hi,

Just check the value range in the domain of the data element COMPTYPE.

E Data element

Built-in type

S Structured type (possibly as INCLUDE)

L Table type

N Reference to non-active type

So E referes to data elements.

Regards,

Ankur Parab