I have four containers in my final output.
TYPES: BEGIN OF GS_OUTTAB.
TYPES: CHECKBOX TYPE C. "field for checkbox
TYPES: CELLTAB TYPE LVC_T_STYL. "field to switch editability
INCLUDE STRUCTURE PA0001.
TYPES: END OF GS_OUTTAB.
Thats the final output table for the first container. How Can I do it dynamically for four different infotype tables. A field symbol for PA0001? Is that possible.
Please advice.