Hi All,
I want to use Function Module SAVE_TEXT in eCATT.
Hence I had used command FUN.
This FM SAVE_TEXT has an interface TABLES with type "LINES".
In this I pass my values to be saved. I have defined an Import Parameter of TYPE TLINE[] against LINES in FM interface in eCATT.
Problem I'm facing is through test data container I want to pass values in form of table(with multiple rows) of type "TLINE".
How can I do this?