Hi Kartik,
1. ead standard text by FM READ_TEXT.
2. Read text lines content Read internal table LINES into wa_lines.
Concat wa_lines-tdline into string separated by as CL_ABAP_CHAR_UTILITIES=>CR_LF.
Bind that String to variable to text.
That will display text as you create.
Santosh