you can have comments, but not notes but its not stored as you see in PTREQ*
i cant find the table for iTS,
probably you need to debug and see those above methods
check in
*&--------------------------------------------------------------------* *& Object REPS MWS04200009HI01 *& Object Header PROG MWS04200009HI01 *&--------------------------------------------------------------------* *& MODULE CHECK_ABSENCETYPE_0150 INPUT *&--------------------------------------------------------------------* ... *----------------------------------------------------------------------* ***INCLUDE MWS04200009HI01 . MODULE GET_NOTICE_TAB INPUT *&--------------------------------------------------------------------* ... LOOP AT CONTEXTTAB WHERE FIELDNAME = 'NOTICE'. NOTICE_TAB = CONTEXTTAB-FIELDCONT. APPEND NOTICE_TAB. ENDLOOP.