Skip to Content
0
Former Member
Jun 04, 2009 at 03:13 PM

Need ITAB declaration for type defined structure.

31 Views

Hi All,

I have defined my ITAB as below

TYPES: begin of ZRMCP1.
         INCLUDE TYPE RMCP1.
TYPES: end of ZRMCP1.

data:it_rmcp1 type table of ZRMCP1.
data:wa_rmcp1 like line of it_rmcp1.

When I am checking in Debugging my IT_RMCP1 is showing only first 7 fields.

Tell me how to declare my ITAB for getting all the fileds.

Thanks,

Shiva.