Hi all,
I want to use
PERFORM READ_TEXT using 'Z014' 'E' H_OBJ1 'VBBP'. in the 'Programming Lines' of a smartform.
where should i use the FORM ENDFORM so that i can get the T_TLINE data , after my subroutine is executed??
my FORM statement is like
FORM READ_TEXT using p_id like
p_lan like
p_name like
p_obj like
CALL FUNTION 'READ_TEXT'
Exporting
client = sy-mandt
id = p_id
lan = p_lan
name = p_name
object = p_obj
TABLES
LINES = T_TLINE
ENDFORM.
How & where to declare the table T_TLINE table ???plz give me the correct idea so that i can reward points.
Regards
smita