In the FORM INTERFACE of my smartform i need to declare IT_FINAL . IT_FINAL contains a structure zstruct_cfm and one more field assign. HOW DO I DECLARE IT_FINAL IN THE TABLES SECTION OF FORM INTERFACE . My code is as follows.
FORM INTERFACE
IT_FINAL LIKE ZTRUCT_CFM.
IT_FINAL LIKE assign.
IT_FINAL CONTAINS BOTH ZSTRUCT_CFM and ASSIGN. ZSTRUCT_CFM should not be changed.
Regards,
SAURAV LAHIRY